Searched refs:kvm_pgtable_get_leaf (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | kvm_pgtable.h | 809 int kvm_pgtable_get_leaf(struct kvm_pgtable *pgt, u64 addr,
|
| /linux-6.15/arch/arm64/kvm/hyp/nvhe/ |
| H A D | mem_protect.c | 462 ret = kvm_pgtable_get_leaf(&host_mmu.pgt, addr, &pte, &level); in host_stage2_adjust_range() 950 ret = kvm_pgtable_get_leaf(&vm->pgt, ipa, &pte, &level); in __check_host_shared_guest()
|
| /linux-6.15/arch/arm64/kvm/hyp/ |
| H A D | pgtable.c | 311 int kvm_pgtable_get_leaf(struct kvm_pgtable *pgt, u64 addr, in kvm_pgtable_get_leaf() function
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | nested.c | 462 if (kvm_pgtable_get_leaf(mmu->pgt, tmp, &pte, NULL)) in get_guest_mapping_ttl()
|
| H A D | mmu.c | 843 ret = kvm_pgtable_get_leaf(&pgt, addr, &pte, &level); in get_user_mapping_size()
|