Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dvmx.h23 #define VMCS_CONTROL_BIT(x) BIT(VMX_FEATURE_##x & 0x1f) macro
35 #define CPU_BASED_CR3_LOAD_EXITING VMCS_CONTROL_BIT(CR3_LOAD_EXITING)
36 #define CPU_BASED_CR3_STORE_EXITING VMCS_CONTROL_BIT(CR3_STORE_EXITING)
57 #define SECONDARY_EXEC_ENABLE_EPT VMCS_CONTROL_BIT(EPT)
58 #define SECONDARY_EXEC_DESC VMCS_CONTROL_BIT(DESC_EXITING)
59 #define SECONDARY_EXEC_ENABLE_RDTSCP VMCS_CONTROL_BIT(RDTSCP)
68 #define SECONDARY_EXEC_ENABLE_INVPCID VMCS_CONTROL_BIT(INVPCID)
71 #define SECONDARY_EXEC_ENCLS_EXITING VMCS_CONTROL_BIT(ENCLS_EXITING)
76 #define SECONDARY_EXEC_ENABLE_XSAVES VMCS_CONTROL_BIT(XSAVES)
78 #define SECONDARY_EXEC_PT_USE_GPA VMCS_CONTROL_BIT(PT_USE_GPA)
[all …]

Completed in 7 milliseconds