Searched refs:find_linux_pte (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pte-walk.h | 10 static inline pte_t *find_linux_pte(pgd_t *pgdir, unsigned long ea, in find_linux_pte() function
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pte-walk.h | 10 static inline pte_t *find_linux_pte(pgd_t *pgdir, unsigned long ea, in find_linux_pte() function
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | e500_mmu_host.c | 477 ptep = find_linux_pte(pgdir, hva, NULL, NULL); in kvmppc_e500_shadow_map()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | e500_mmu_host.c | 477 ptep = find_linux_pte(pgdir, hva, NULL, NULL); in kvmppc_e500_shadow_map()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 1379 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 1535 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm()
|
Completed in 15 milliseconds