Searched refs:kvm_pgtable_get_leaf (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/arm64/include/asm/ |
D | kvm_pgtable.h | 799 int kvm_pgtable_get_leaf(struct kvm_pgtable *pgt, u64 addr,
|
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/ |
D | mem_protect.c | 450 ret = kvm_pgtable_get_leaf(&host_mmu.pgt, addr, &pte, &level); in host_stage2_adjust_range()
|
/linux-6.12.1/arch/arm64/kvm/ |
D | nested.c | 460 if (kvm_pgtable_get_leaf(mmu->pgt, tmp, &pte, NULL)) in get_guest_mapping_ttl()
|
D | mmu.c | 830 ret = kvm_pgtable_get_leaf(&pgt, addr, &pte, &level); in get_user_mapping_size()
|
/linux-6.12.1/arch/arm64/kvm/hyp/ |
D | pgtable.c | 319 int kvm_pgtable_get_leaf(struct kvm_pgtable *pgt, u64 addr, in kvm_pgtable_get_leaf() function
|