Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.h189 static inline bool nested_cpu_has_vpid(struct vmcs12 *vmcs12) in nested_cpu_has_vpid() function
Dnested.c1112 return !enable_ept && !nested_cpu_has_vpid(get_vmcs12(vcpu)); in nested_vmx_transition_mmu_sync()
1176 (nested_cpu_has_vpid(vmcs12) && to_vmx(vcpu)->nested.vpid02); in nested_has_guest_tlb_tag()
1212 if (!nested_cpu_has_vpid(vmcs12)) { in nested_vmx_transition_tlb_flush()
2214 if (nested_cpu_has_vpid(vmcs12) && vmx->nested.vpid02) in prepare_vmcs02_early_rare()
2714 CC(nested_cpu_has_vpid(vmcs12) && !vmcs12->virtual_processor_id)) in nested_check_vm_execution_controls()