Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c258 static unsigned long get_guest_cr3(struct kvm_vcpu *vcpu) in get_guest_cr3() function
266 if (IS_ENABLED(CONFIG_RETPOLINE) && mmu->get_guest_pgd == get_guest_cr3) in kvm_mmu_get_guest_pgd()
5211 context->get_guest_pgd = get_guest_cr3; in init_kvm_tdp_mmu()
5360 context->get_guest_pgd = get_guest_cr3; in init_kvm_softmmu()
5374 g_context->get_guest_pgd = get_guest_cr3; in init_kvm_nested_mmu()