Home
last modified time | relevance | path

Searched refs:CPU_BASED_UNCOND_IO_EXITING (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/x86/kvm/vmx/
Dhyperv_evmcs.h53 CPU_BASED_UNCOND_IO_EXITING | \
Dvmx.h524 CPU_BASED_UNCOND_IO_EXITING | \
Dnested.c2388 exec_control |= CPU_BASED_UNCOND_IO_EXITING; in prepare_vmcs02_early()
6146 return nested_cpu_has(vmcs12, CPU_BASED_UNCOND_IO_EXITING); in nested_vmx_exit_handled_io()
7026 CPU_BASED_MOV_DR_EXITING | CPU_BASED_UNCOND_IO_EXITING | in nested_vmx_setup_cpubased_ctls()
Dvmx.c8023 CPU_BASED_UNCOND_IO_EXITING); in vmx_check_intercept_io()
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h34 #define CPU_BASED_UNCOND_IO_EXITING 0x01000000 macro
/linux-6.12.1/arch/x86/include/asm/
Dvmx.h43 #define CPU_BASED_UNCOND_IO_EXITING VMCS_CONTROL_BIT(UNCOND_IO_EXITING) macro