Searched refs:__find_linux_pte (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | pte-walk.h | 7 extern pte_t *__find_linux_pte(pgd_t *pgdir, unsigned long ea, 16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_linux_pte() 32 return __find_linux_pte(pgdir, ea, NULL, hshift); in find_init_mm_pte()
|
| /linux/arch/powerpc/mm/ |
| H A D | pgtable.c | 428 pte_t *__find_linux_pte(pgd_t *pgdir, unsigned long ea, in __find_linux_pte() function 531 EXPORT_SYMBOL_GPL(__find_linux_pte);
|
| /linux/arch/powerpc/kernel/ |
| H A D | mce_power.c | 42 ptep = __find_linux_pte(mm->pgd, addr, NULL, &shift); in addr_to_pfn()
|