Searched refs:is_thp (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | pte-walk.h | 8 bool *is_thp, unsigned *hshift); 11 bool *is_thp, unsigned *hshift) in find_linux_pte() argument 14 return __find_linux_pte(pgdir, ea, is_thp, hshift); in find_linux_pte() 27 bool *is_thp, unsigned *hshift) in find_current_mm_pte() argument 32 return __find_linux_pte(pgdir, ea, is_thp, hshift); in find_current_mm_pte()
|
/Linux-v4.19/arch/powerpc/mm/ |
D | tlb_hash64.c | 195 bool is_thp; in __flush_hash_table_range() local 214 pte_t *ptep = find_current_mm_pte(mm->pgd, start, &is_thp, in __flush_hash_table_range() 221 if (is_thp) in __flush_hash_table_range() 225 if (unlikely(is_thp)) in __flush_hash_table_range()
|
D | hugetlbpage.c | 776 bool *is_thp, unsigned *hpage_shift) in __find_linux_pte() argument 788 if (is_thp) in __find_linux_pte() 789 *is_thp = false; in __find_linux_pte() 835 if (is_thp) in __find_linux_pte() 836 *is_thp = true; in __find_linux_pte()
|
D | hash_utils_64.c | 1220 bool is_thp; in hash_page_mm() local 1293 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm() 1313 if (is_thp) in hash_page_mm()
|