Searched refs:SECONDARY_EXEC_ENABLE_VPID (Results 1 – 6 of 6) sorted by relevance
166 SECONDARY_EXEC_ENABLE_VPID; in cpu_has_vmx_vpid()
191 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_VPID); in nested_cpu_has_vpid()
2513 SECONDARY_EXEC_ENABLE_VPID | in setup_vmcs_config()2565 if (!(_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_VPID) && in setup_vmcs_config()4338 exec_control &= ~SECONDARY_EXEC_ENABLE_VPID; in vmx_compute_secondary_exec_control()6070 if (secondary_exec_control & SECONDARY_EXEC_ENABLE_VPID) in dump_vmcs()
5498 SECONDARY_EXEC_ENABLE_VPID) || in handle_invvpid()6601 SECONDARY_EXEC_ENABLE_VPID; in nested_vmx_setup_ctls_msrs()
53 #define SECONDARY_EXEC_ENABLE_VPID 0x00000020 macro
57 #define SECONDARY_EXEC_ENABLE_VPID VMCS_CONTROL_BIT(VPID) macro