Searched refs:cpu_has_vmx_vpid (Results 1 – 5 of 5) sorted by relevance
120 if ( cpu_has_vmx_vpid ) in nept_get_ept_vpid_cap()
292 #define cpu_has_vmx_vpid \ macro
134 P(cpu_has_vmx_vpid, "Virtual-Processor Identifiers (VPID)"); in vmx_display_features()688 hvm_asid_init(cpu_has_vmx_vpid ? (1u << VMCS_VPID_WIDTH) : 0); in _vmx_cpu_up()693 if ( cpu_has_vmx_vpid ) in _vmx_cpu_up()
1211 if ( cpu_has_vmx_vpid && nvmx_vpid_enabled(v) ) in virtual_vmentry()2014 if ( !(cpu_has_vmx_ept || cpu_has_vmx_vpid) ) in nvmx_msr_read_intercept()
2615 if ( cpu_has_vmx_vpid ) in vmx_invlpg()4237 if ( !cpu_has_vmx_vpid ) in vmx_vmenter_helper()
Completed in 22 milliseconds