Searched refs:nested_cpu_has_vpid (Results 1 – 3 of 3) sorted by relevance
184 static inline bool nested_cpu_has_vpid(struct vmcs12 *vmcs12) in nested_cpu_has_vpid() function
1134 (nested_cpu_has_vpid(vmcs12) && to_vmx(vcpu)->nested.vpid02); in nested_has_guest_tlb_tag()1169 if (!nested_cpu_has_vpid(vmcs12)) { in nested_vmx_transition_tlb_flush()2247 if (nested_cpu_has_vpid(vmcs12) && vmx->nested.vpid02) in prepare_vmcs02_early_rare()2780 CC(nested_cpu_has_vpid(vmcs12) && !vmcs12->virtual_processor_id)) in nested_check_vm_execution_controls()5916 if (!nested_cpu_has_vpid(vmcs12)) in nested_vmx_eptp_switching()
3198 if (is_guest_mode(vcpu) && nested_cpu_has_vpid(get_vmcs12(vcpu))) in vmx_get_current_vpid()