Searched refs:is_thp (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dpte-walk.h8 bool *is_thp, unsigned *hshift);
11 bool *is_thp, unsigned *hshift)
16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift);
10 find_linux_pte(pgd_t *pgdir, unsigned long ea, bool *is_thp, unsigned *hshift) argument
/linux-master/arch/powerpc/mm/
H A Dpgtable.c382 bool *is_thp, unsigned *hpage_shift)
395 if (is_thp)
396 *is_thp = false;
468 if (is_thp)
469 *is_thp = true;
381 __find_linux_pte(pgd_t *pgdir, unsigned long ea, bool *is_thp, unsigned *hpage_shift) argument
/linux-master/mm/
H A Dmigrate.c1632 bool is_thp = false; local
1650 is_thp = is_large && folio_test_pmd_mappable(folio);
1672 stats->nr_thp_split += is_thp;
1688 if (!thp_migration_supported() && is_thp) {
1720 stats->nr_thp_failed += is_thp;
1726 stats->nr_thp_split += is_thp;
1736 thp_retry += is_thp;
1740 stats->nr_thp_failed -= is_thp;
1755 thp_retry += is_thp;
1760 stats->nr_thp_succeeded += is_thp;
[all...]
H A Dhuge_memory.c3001 bool is_thp = folio_test_pmd_mappable(folio); local
3180 if (is_thp)
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1463 bool is_thp; local
1542 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift);
1570 if (is_thp)

Completed in 134 milliseconds