Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dkvm_pgtable.h799 int kvm_pgtable_get_leaf(struct kvm_pgtable *pgt, u64 addr,
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dmem_protect.c450 ret = kvm_pgtable_get_leaf(&host_mmu.pgt, addr, &pte, &level); in host_stage2_adjust_range()
/linux-6.12.1/arch/arm64/kvm/
Dnested.c460 if (kvm_pgtable_get_leaf(mmu->pgt, tmp, &pte, NULL)) in get_guest_mapping_ttl()
Dmmu.c830 ret = kvm_pgtable_get_leaf(&pgt, addr, &pte, &level); in get_user_mapping_size()
/linux-6.12.1/arch/arm64/kvm/hyp/
Dpgtable.c319 int kvm_pgtable_get_leaf(struct kvm_pgtable *pgt, u64 addr, in kvm_pgtable_get_leaf() function