Searched refs:SECONDARY_EXEC_ENABLE_VPID (Results 1 – 8 of 8) sorted by relevance
75 SECONDARY_EXEC_ENABLE_VPID | \
172 SECONDARY_EXEC_ENABLE_VPID; in cpu_has_vmx_vpid()
211 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_VPID); in nested_cpu_has_vpid()
560 SECONDARY_EXEC_ENABLE_VPID | \
2681 if (!(_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_VPID) && in setup_vmcs_config()4635 exec_control &= ~SECONDARY_EXEC_ENABLE_VPID; in vmx_secondary_exec_control()6498 if (secondary_exec_control & SECONDARY_EXEC_ENABLE_VPID) in dump_vmcs()
5968 SECONDARY_EXEC_ENABLE_VPID) || in handle_invvpid()7147 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