Home
last modified time | relevance | path

Searched refs:kvm_mmu_new_cr3 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1457 void kvm_mmu_new_cr3(struct kvm_vcpu *vcpu, gpa_t new_cr3, bool skip_tlb_flush);
/Linux-v5.4/arch/x86/kvm/
Dmmu.c4429 void kvm_mmu_new_cr3(struct kvm_vcpu *vcpu, gpa_t new_cr3, bool skip_tlb_flush) in kvm_mmu_new_cr3() function
4434 EXPORT_SYMBOL_GPL(kvm_mmu_new_cr3);
Dx86.c985 kvm_mmu_new_cr3(vcpu, cr3, skip_tlb_flush); in kvm_set_cr3()
/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c1012 kvm_mmu_new_cr3(vcpu, cr3, false); in nested_vmx_load_cr3()