Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dvmx.h20 #define VMCS_CONTROL_BIT(x) BIT(VMX_FEATURE_##x & 0x1f) macro
32 #define CPU_BASED_CR3_LOAD_EXITING VMCS_CONTROL_BIT(CR3_LOAD_EXITING)
33 #define CPU_BASED_CR3_STORE_EXITING VMCS_CONTROL_BIT(CR3_STORE_EXITING)
54 #define SECONDARY_EXEC_ENABLE_EPT VMCS_CONTROL_BIT(EPT)
55 #define SECONDARY_EXEC_DESC VMCS_CONTROL_BIT(DESC_EXITING)
56 #define SECONDARY_EXEC_ENABLE_RDTSCP VMCS_CONTROL_BIT(RDTSCP)
65 #define SECONDARY_EXEC_ENABLE_INVPCID VMCS_CONTROL_BIT(INVPCID)
68 #define SECONDARY_EXEC_ENCLS_EXITING VMCS_CONTROL_BIT(ENCLS_EXITING)
72 #define SECONDARY_EXEC_XSAVES VMCS_CONTROL_BIT(XSAVES)
74 #define SECONDARY_EXEC_PT_USE_GPA VMCS_CONTROL_BIT(PT_USE_GPA)
[all …]

Completed in 5 milliseconds