Searched refs:kvm_pgtable_get_leaf (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_pgtable.h | 841 * kvm_pgtable_get_leaf() - Walk a page-table and retrieve the leaf entry 857 int kvm_pgtable_get_leaf(struct kvm_pgtable *pgt, u64 addr,
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | mem_protect.c | 500 ret = kvm_pgtable_get_leaf(&host_mmu.pgt, addr, &pte, &level); in host_stage2_adjust_range() 1036 ret = kvm_pgtable_get_leaf(&vm->pgt, ipa, &pte, &level); in __check_host_shared_guest()
|
| /linux/arch/arm64/kvm/hyp/ |
| H A D | pgtable.c | 305 int kvm_pgtable_get_leaf(struct kvm_pgtable *pgt, u64 addr, in kvm_pgtable_get_leaf() function
|
| /linux/arch/arm64/kvm/ |
| H A D | nested.c | 557 if (kvm_pgtable_get_leaf(mmu->pgt, tmp, &pte, NULL)) in get_guest_mapping_ttl()
|
| H A D | mmu.c | 839 ret = kvm_pgtable_get_leaf(&pgt, addr, &pte, &level); in get_user_mapping_size()
|