Home
last modified time | relevance | path

Searched refs:SECONDARY_EXEC_RDSEED_EXITING (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dcapabilities.h239 SECONDARY_EXEC_RDSEED_EXITING; in cpu_has_vmx_rdseed()
H A Dnested.c5925 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_RDSEED_EXITING); in nested_vmx_l1_wants_exit()
6510 SECONDARY_EXEC_RDSEED_EXITING | in nested_vmx_setup_ctls_msrs()
H A Dvmx.c2518 SECONDARY_EXEC_RDSEED_EXITING | in setup_vmcs_config()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h63 #define SECONDARY_EXEC_RDSEED_EXITING 0x00010000 macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvmx.h68 #define SECONDARY_EXEC_RDSEED_EXITING VMCS_CONTROL_BIT(RDSEED_EXITING) macro