Searched refs:__vmx_flush_tlb (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/kvm/ |
D | vmx.c | 5111 static inline void __vmx_flush_tlb(struct kvm_vcpu *vcpu, int vpid, in __vmx_flush_tlb() function 5125 __vmx_flush_tlb(vcpu, to_vmx(vcpu)->vpid, invalidate_gpa); in vmx_flush_tlb() 9073 __vmx_flush_tlb(vcpu, vmx->nested.vpid02, true); in handle_invvpid() 9082 __vmx_flush_tlb(vcpu, vmx->nested.vpid02, true); in handle_invvpid() 9085 __vmx_flush_tlb(vcpu, vmx->nested.vpid02, true); in handle_invvpid() 12294 __vmx_flush_tlb(vcpu, vmx->nested.vpid02, true); in prepare_vmcs02()
|