Home
last modified time | relevance | path

Searched refs:nested_cpu_has_vpid (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/x86/kvm/vmx/
Dnested.h185 static inline bool nested_cpu_has_vpid(struct vmcs12 *vmcs12) in nested_cpu_has_vpid() function
Dnested.c1157 (nested_cpu_has_vpid(vmcs12) && to_vmx(vcpu)->nested.vpid02); in nested_has_guest_tlb_tag()
1180 if (!nested_cpu_has_vpid(vmcs12)) { in nested_vmx_transition_tlb_flush()
2202 if (nested_cpu_has_vpid(vmcs12) && vmx->nested.vpid02) in prepare_vmcs02_early_rare()
2734 CC(nested_cpu_has_vpid(vmcs12) && !vmcs12->virtual_processor_id)) in nested_check_vm_execution_controls()
5653 if (!nested_cpu_has_vpid(vmcs12)) in nested_vmx_eptp_switching()