Searched refs:SECONDARY_EXEC_ENABLE_VPID (Results 1 – 8 of 8) sorted by relevance
75 SECONDARY_EXEC_ENABLE_VPID | \
183 SECONDARY_EXEC_ENABLE_VPID; in cpu_has_vmx_vpid()
211 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_VPID); in nested_cpu_has_vpid()
552 SECONDARY_EXEC_ENABLE_VPID | \
2814 if (!(_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_VPID) && in setup_vmcs_config()4826 exec_control &= ~SECONDARY_EXEC_ENABLE_VPID; in vmx_secondary_exec_control()6754 if (secondary_exec_control & SECONDARY_EXEC_ENABLE_VPID) in dump_vmcs()
6051 SECONDARY_EXEC_ENABLE_VPID) || in handle_invvpid()7268 SECONDARY_EXEC_ENABLE_VPID; in nested_vmx_setup_secondary_ctls()
50 #define SECONDARY_EXEC_ENABLE_VPID 0x00000020 macro
61 #define SECONDARY_EXEC_ENABLE_VPID VMCS_CONTROL_BIT(VPID) macro