Home
last modified time | relevance | path

Searched refs:is_thp (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/powerpc/include/asm/
Dpte-walk.h8 bool *is_thp, unsigned *hshift);
11 bool *is_thp, unsigned *hshift) in find_linux_pte() argument
16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_linux_pte()
39 bool *is_thp, unsigned *hshift) in find_current_mm_pte() argument
46 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_current_mm_pte()
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dhash_tlb.c195 bool is_thp; in __flush_hash_table_range() local
215 pte_t *ptep = find_current_mm_pte(mm->pgd, start, &is_thp, in __flush_hash_table_range()
222 if (is_thp) in __flush_hash_table_range()
226 if (unlikely(is_thp)) in __flush_hash_table_range()
Dhash_utils.c1239 bool is_thp; in hash_page_mm() local
1317 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm()
1338 if (is_thp) in hash_page_mm()
/Linux-v5.4/arch/powerpc/mm/
Dpgtable.c313 bool *is_thp, unsigned *hpage_shift) in __find_linux_pte() argument
325 if (is_thp) in __find_linux_pte()
326 *is_thp = false; in __find_linux_pte()
394 if (is_thp) in __find_linux_pte()
395 *is_thp = true; in __find_linux_pte()