/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pte-walk.h | 8 bool *is_thp, unsigned *hshift); 11 bool *is_thp, unsigned *hshift) in find_linux_pte() 16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_linux_pte() 39 bool *is_thp, unsigned *hshift) in find_current_mm_pte() 46 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_current_mm_pte() 10 find_linux_pte(pgd_t *pgdir, unsigned long ea, bool *is_thp, unsigned *hshift) find_linux_pte() argument 38 find_current_mm_pte(pgd_t *pgdir, unsigned long ea, bool *is_thp, unsigned *hshift) find_current_mm_pte() argument
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pte-walk.h | 8 bool *is_thp, unsigned *hshift); 11 bool *is_thp, unsigned *hshift) in find_linux_pte() 16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_linux_pte() 10 find_linux_pte(pgd_t *pgdir, unsigned long ea, bool *is_thp, unsigned *hshift) find_linux_pte() argument
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | pgtable.c | 347 bool *is_thp, unsigned *hpage_shift) in __find_linux_pte() 360 if (is_thp) in __find_linux_pte() 361 *is_thp = false; in __find_linux_pte() 433 if (is_thp) in __find_linux_pte() 434 *is_thp = true; in __find_linux_pte() 346 __find_linux_pte(pgd_t *pgdir, unsigned long ea, bool *is_thp, unsigned *hpage_shift) __find_linux_pte() argument
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | pgtable.c | 385 bool *is_thp, unsigned *hpage_shift) in __find_linux_pte() 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() 384 __find_linux_pte(pgd_t *pgdir, unsigned long ea, bool *is_thp, unsigned *hpage_shift) __find_linux_pte() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | migrate.c | 1627 bool is_thp = false; in migrate_pages_batch() local 1643 is_thp = folio_test_large(folio) && folio_test_pmd_mappable(folio); in migrate_pages_batch() 1658 if (!thp_migration_supported() && is_thp) { in migrate_pages_batch() 1689 stats->nr_thp_failed += is_thp; in migrate_pages_batch() 1695 stats->nr_thp_split += is_thp; in migrate_pages_batch() 1704 thp_retry += is_thp; in migrate_pages_batch() 1708 stats->nr_thp_failed -= is_thp; in migrate_pages_batch() 1723 thp_retry += is_thp; in migrate_pages_batch() 1728 stats->nr_thp_succeeded += is_thp; in migrate_pages_batch() 1742 stats->nr_thp_failed += is_thp; in migrate_pages_batch() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | migrate.c | 1445 bool is_thp = false; in migrate_pages() local 1465 is_thp = PageTransHuge(page) && !PageHuge(page); in migrate_pages() 1491 if (is_thp) { in migrate_pages() 1508 if (is_thp) { in migrate_pages() 1515 if (is_thp) { in migrate_pages() 1529 if (is_thp) { in migrate_pages()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 1301 bool is_thp; in hash_page_mm() local 1379 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm() 1407 if (is_thp) in hash_page_mm()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 1456 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()
|