Searched refs:SECONDARY_EXEC_ENABLE_VPID (Results 1 – 7 of 7) sorted by relevance
172 SECONDARY_EXEC_ENABLE_VPID; in cpu_has_vmx_vpid()
193 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_VPID); in nested_cpu_has_vpid()
560 SECONDARY_EXEC_ENABLE_VPID | \
2653 if (!(_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_VPID) && in setup_vmcs_config()4620 exec_control &= ~SECONDARY_EXEC_ENABLE_VPID; in vmx_secondary_exec_control()6452 if (secondary_exec_control & SECONDARY_EXEC_ENABLE_VPID) in dump_vmcs()
5967 SECONDARY_EXEC_ENABLE_VPID) || in handle_invvpid()7146 SECONDARY_EXEC_ENABLE_VPID; in nested_vmx_setup_secondary_ctls()
61 #define SECONDARY_EXEC_ENABLE_VPID VMCS_CONTROL_BIT(VPID) macro