Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/include/asm/
H A 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()
/linux-6.15/arch/powerpc/mm/
H A Dpgtable.c429 bool *is_thp, unsigned *hpage_shift) in __find_linux_pte() argument
443 if (is_thp) in __find_linux_pte()
444 *is_thp = false; in __find_linux_pte()
513 if (is_thp) in __find_linux_pte()
514 *is_thp = true; in __find_linux_pte()
/linux-6.15/mm/
H A Dmigrate.c1700 bool is_thp; in migrate_folios_move() local
1724 *thp_retry += is_thp; in migrate_folios_move()
1733 stats->nr_thp_failed += is_thp; in migrate_folios_move()
1785 bool is_thp = false; in migrate_pages_batch() local
1836 stats->nr_thp_failed += is_thp; in migrate_pages_batch()
1837 stats->nr_thp_split += is_thp; in migrate_pages_batch()
1885 stats->nr_thp_failed += is_thp; in migrate_pages_batch()
1891 stats->nr_thp_split += is_thp; in migrate_pages_batch()
1901 thp_retry += is_thp; in migrate_pages_batch()
1920 thp_retry += is_thp; in migrate_pages_batch()
[all …]
/linux-6.15/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1705 bool is_thp; in hash_page_mm() local
1784 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm()
1819 if (is_thp) in hash_page_mm()