Home
last modified time | relevance | path

Searched refs:is_hugepd (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A Dpgtable-64k.h43 #define is_hugepd(pdep) 0 macro
H A Dpgtable-4k.h40 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dpgtable.c383 if (is_hugepd(__hugepd(p4d_val(p4d)))) { in __find_linux_pte()
405 if (is_hugepd(__hugepd(pud_val(pud)))) { in __find_linux_pte()
444 if (is_hugepd(__hugepd(pmd_val(pmd)))) { in __find_linux_pte()
H A Dhugetlbpage.c370 if (!is_hugepd(__hugepd(pmd_val(*pmd)))) { in hugetlb_free_pmd_range()
427 if (!is_hugepd(__hugepd(pud_val(*pud)))) { in hugetlb_free_pud_range()
498 if (!is_hugepd(__hugepd(pgd_val(*pgd)))) { in hugetlb_free_pgd_range()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dpgtable.c421 if (is_hugepd(__hugepd(p4d_val(p4d)))) { in __find_linux_pte()
443 if (is_hugepd(__hugepd(pud_val(pud)))) { in __find_linux_pte()
482 if (is_hugepd(__hugepd(pmd_val(pmd)))) { in __find_linux_pte()
H A Dhugetlbpage.c375 if (!is_hugepd(__hugepd(pmd_val(*pmd)))) { in hugetlb_free_pmd_range()
424 if (!is_hugepd(__hugepd(pud_val(*pud)))) { in hugetlb_free_pud_range()
487 if (!is_hugepd(__hugepd(pgd_val(*pgd)))) { in hugetlb_free_pgd_range()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H A Dpgtable-64k.h52 #define is_hugepd(pdep) 0 macro
H A Dpgtable-4k.h50 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro
/kernel/linux/linux-6.6/mm/
H A Dpagewalk.c162 if (is_hugepd(__hugepd(pmd_val(*pmd)))) in walk_pmd_range()
218 if (is_hugepd(__hugepd(pud_val(*pud)))) in walk_pud_range()
253 if (is_hugepd(__hugepd(p4d_val(*p4d)))) in walk_p4d_range()
290 if (is_hugepd(__hugepd(pgd_val(*pgd)))) in walk_pgd_range()
H A Dgup.c3005 } else if (unlikely(is_hugepd(__hugepd(pmd_val(pmd))))) { in gup_pmd_range()
3037 } else if (unlikely(is_hugepd(__hugepd(pud_val(pud))))) { in gup_pud_range()
3062 if (unlikely(is_hugepd(__hugepd(p4d_val(p4d))))) { in gup_p4d_range()
3090 } else if (unlikely(is_hugepd(__hugepd(pgd_val(pgd))))) { in gup_pgd_range()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dpage.h313 #define is_hugepd(pdep) (0) macro
/kernel/linux/linux-5.10/mm/
H A Dgup.c580 if (is_hugepd(__hugepd(pmd_val(pmdval)))) { in follow_pmd_mask()
690 if (is_hugepd(__hugepd(pud_val(*pud)))) { in follow_pud_mask()
726 if (is_hugepd(__hugepd(p4d_val(*p4d)))) { in follow_p4d_mask()
784 if (is_hugepd(__hugepd(pgd_val(*pgd)))) { in follow_page_mask()
2551 } else if (unlikely(is_hugepd(__hugepd(pmd_val(pmd))))) { in gup_pmd_range()
2583 } else if (unlikely(is_hugepd(__hugepd(pud_val(pud))))) { in gup_pud_range()
2608 if (unlikely(is_hugepd(__hugepd(p4d_val(p4d))))) { in gup_p4d_range()
2636 } else if (unlikely(is_hugepd(__hugepd(pgd_val(pgd))))) { in gup_pgd_range()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H A Dpgtable.h288 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H A Dpgtable.h269 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro
/kernel/linux/linux-5.10/include/linux/
H A Dhugetlb.h20 #ifndef is_hugepd
22 #define is_hugepd(hugepd) (0) macro
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H A Dptdump.c345 else if (is_hugepd(__hugepd(p4d_val(*p4d)))) in walk_pagetables()
/kernel/linux/linux-6.6/include/linux/
H A Dhugetlb.h25 #define is_hugepd(hugepd) (0) macro

Completed in 19 milliseconds