Searched refs:is_thp (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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 16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_linux_pte() 68 bool *is_thp, unsigned *hshift) in find_current_mm_pte() argument 75 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_current_mm_pte()
|
/linux-6.1.9/arch/powerpc/mm/ |
D | pgtable.c | 359 bool *is_thp, unsigned *hpage_shift) in __find_linux_pte() argument 372 if (is_thp) in __find_linux_pte() 373 *is_thp = false; in __find_linux_pte() 445 if (is_thp) in __find_linux_pte() 446 *is_thp = true; in __find_linux_pte()
|
/linux-6.1.9/mm/ |
D | migrate.c | 1428 bool is_thp = false; in migrate_pages() local 1451 is_thp = PageTransHuge(page) && !PageHuge(page); in migrate_pages() 1487 if (is_thp) { in migrate_pages() 1506 if (is_thp) { in migrate_pages() 1529 if (is_thp) in migrate_pages() 1537 if (is_thp) in migrate_pages() 1547 if (is_thp) in migrate_pages()
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | hash_utils.c | 1389 bool is_thp; in hash_page_mm() local 1468 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm() 1496 if (is_thp) in hash_page_mm()
|