Home
last modified time | relevance | path

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

/Linux-v6.6/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()
/Linux-v6.6/arch/powerpc/mm/
Dpgtable.c385 bool *is_thp, unsigned *hpage_shift) in __find_linux_pte() argument
398 if (is_thp) in __find_linux_pte()
399 *is_thp = false; in __find_linux_pte()
471 if (is_thp) in __find_linux_pte()
472 *is_thp = true; in __find_linux_pte()
/Linux-v6.6/mm/
Dmigrate.c1617 bool is_thp = false; in migrate_pages_batch() local
1633 is_thp = folio_test_large(folio) && folio_test_pmd_mappable(folio); in migrate_pages_batch()
1648 if (!thp_migration_supported() && is_thp) { in migrate_pages_batch()
1679 stats->nr_thp_failed += is_thp; in migrate_pages_batch()
1685 stats->nr_thp_split += is_thp; in migrate_pages_batch()
1694 thp_retry += is_thp; in migrate_pages_batch()
1698 stats->nr_thp_failed -= is_thp; in migrate_pages_batch()
1713 thp_retry += is_thp; in migrate_pages_batch()
1718 stats->nr_thp_succeeded += is_thp; in migrate_pages_batch()
1732 stats->nr_thp_failed += is_thp; in migrate_pages_batch()
[all …]
/Linux-v6.6/arch/powerpc/mm/book3s64/
Dhash_utils.c1456 bool is_thp; in hash_page_mm() local
1535 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm()
1563 if (is_thp) in hash_page_mm()