Home
last modified time | relevance | path

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

/Linux-v5.15/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()
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-v5.15/arch/powerpc/mm/
Dpgtable.c347 bool *is_thp, unsigned *hpage_shift) in __find_linux_pte() argument
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()
/Linux-v5.15/mm/
Dmigrate.c1454 bool is_thp = false; in migrate_pages() local
1478 is_thp = PageTransHuge(page) && !PageHuge(page); in migrate_pages()
1514 if (is_thp) { in migrate_pages()
1534 if (is_thp && !nosplit) { in migrate_pages()
1547 if (is_thp) { in migrate_pages()
1554 if (is_thp) { in migrate_pages()
1568 if (is_thp) { in migrate_pages()
/Linux-v5.15/arch/powerpc/mm/book3s64/
Dhash_utils.c1302 bool is_thp; in hash_page_mm() local
1381 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm()
1409 if (is_thp) in hash_page_mm()