Searched refs:find_linux_pte (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | pte-walk.h | 10 static inline pte_t *find_linux_pte(pgd_t *pgdir, unsigned long ea, in find_linux_pte() function
|
/Linux-v4.19/arch/powerpc/mm/ |
D | mmu_context_iommu.c | 226 pte = find_linux_pte(mm->pgd, cur_ua, NULL, &pteshift); in mm_iommu_get()
|
D | hash_utils_64.c | 1293 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm() 1579 ptep = find_linux_pte(mm->pgd, address, NULL, NULL); in get_mm_addr_key()
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | e500_mmu_host.c | 480 ptep = find_linux_pte(pgdir, hva, NULL, NULL); in kvmppc_e500_shadow_map()
|