Searched refs:find_linux_pte_or_hugepte (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/powerpc/mm/ |
D | tlb_hash64.c | 212 pte_t *ptep = find_linux_pte_or_hugepte(mm->pgd, start, &is_thp, in __flush_hash_table_range()
|
D | hugetlbpage.c | 713 ptep = find_linux_pte_or_hugepte(mm->pgd, address, &is_thp, &shift); in follow_huge_addr()
|
D | hash_utils_64.c | 1247 ptep = find_linux_pte_or_hugepte(pgdir, ea, NULL, &hugepage_shift); in hash_preload()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable.h | 263 static inline pte_t *find_linux_pte_or_hugepte(pgd_t *pgdir, unsigned long ea, in find_linux_pte_or_hugepte() function
|
/linux-4.4.14/arch/powerpc/perf/ |
D | callchain.c | 130 ptep = find_linux_pte_or_hugepte(pgdir, addr, NULL, &shift); in read_user_stack_slow()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | e500_mmu_host.c | 479 ptep = find_linux_pte_or_hugepte(pgdir, hva, NULL, NULL); in kvmppc_e500_shadow_map()
|
D | book3s_hv_rm_mmu.c | 228 ptep = find_linux_pte_or_hugepte(pgdir, hva, NULL, in kvmppc_do_h_enter()
|
D | book3s_64_mmu_hv.c | 546 ptep = find_linux_pte_or_hugepte(current->mm->pgd, in kvmppc_book3s_hv_page_fault()
|