Searched refs:find_linux_pte (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/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-v5.4/arch/powerpc/mm/book3s64/ |
| D | hash_utils.c | 1317 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm() 1660 ptep = find_linux_pte(mm->pgd, address, NULL, NULL); in get_mm_addr_key()
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | e500_mmu_host.c | 477 ptep = find_linux_pte(pgdir, hva, NULL, NULL); in kvmppc_e500_shadow_map()
|