Home
last modified time | relevance | path

Searched refs:nested_cpu_has_vpid (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.h189 static inline bool nested_cpu_has_vpid(struct vmcs12 *vmcs12) in nested_cpu_has_vpid() function
H A Dnested.c1115 return !enable_ept && !nested_cpu_has_vpid(get_vmcs12(vcpu)); in nested_vmx_transition_mmu_sync()
1186 (nested_cpu_has_vpid(vmcs12) && to_vmx(vcpu)->nested.vpid02); in nested_has_guest_tlb_tag()
1222 if (!nested_cpu_has_vpid(vmcs12)) { in nested_vmx_transition_tlb_flush()
2228 if (nested_cpu_has_vpid(vmcs12) && vmx->nested.vpid02) in prepare_vmcs02_early_rare()
2741 CC(nested_cpu_has_vpid(vmcs12) && !vmcs12->virtual_processor_id)) in nested_check_vm_execution_controls()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.h184 static inline bool nested_cpu_has_vpid(struct vmcs12 *vmcs12) in nested_cpu_has_vpid() function
H A Dnested.c1133 (nested_cpu_has_vpid(vmcs12) && to_vmx(vcpu)->nested.vpid02); in nested_has_guest_tlb_tag()
1165 if (!nested_cpu_has_vpid(vmcs12)) { in nested_vmx_transition_tlb_flush()
2232 if (nested_cpu_has_vpid(vmcs12) && vmx->nested.vpid02) in prepare_vmcs02_early_rare()
2765 CC(nested_cpu_has_vpid(vmcs12) && !vmcs12->virtual_processor_id)) in nested_check_vm_execution_controls()
5863 if (!nested_cpu_has_vpid(vmcs12)) in nested_vmx_eptp_switching()

Completed in 15 milliseconds