Searched refs:get_walk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | mmu.c | 3491 static int get_walk(struct kvm_vcpu *vcpu, u64 addr, u64 *sptes, int *root_level) in get_walk() function 3533 leaf = get_walk(vcpu, addr, sptes, &root); in get_mmio_spte()
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | mmu.c | 4077 static int get_walk(struct kvm_vcpu *vcpu, u64 addr, u64 *sptes, int *root_level) in get_walk() function 4109 leaf = get_walk(vcpu, addr, sptes, &root); in get_mmio_spte()
|
Completed in 18 milliseconds