/linux-6.3-rc2/arch/loongarch/mm/ |
A D | hugetlbpage.c | 65 int pmd_huge(pmd_t pmd) in pmd_huge() function 79 if (!pmd_huge(__pmd(pmd_val))) in pmd_to_entrylo()
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | hugetlbpage.c | 31 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.3-rc2/arch/riscv/mm/ |
A D | hugetlbpage.c | 10 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable-64k.h | 17 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
|
A D | pgtable-4k.h | 9 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.3-rc2/arch/mips/mm/ |
A D | hugetlbpage.c | 61 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
A D | tlb-r4k.c | 329 if (pmd_huge(*pmdp)) { in __update_tlb()
|
/linux-6.3-rc2/arch/sh/mm/ |
A D | hugetlbpage.c | 74 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | pgtable_64.c | 135 VM_WARN_ON(!(pmd_large(pmd) || pmd_huge(pmd))); in pmd_page()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | hugetlbpage.c | 27 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
A D | pgtable.c | 759 if (pmd_present(*pmd) && !pmd_huge(*pmd)) in pmd_set_huge()
|
/linux-6.3-rc2/arch/ia64/mm/ |
A D | hugetlbpage.c | 94 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.3-rc2/arch/parisc/mm/ |
A D | hugetlbpage.c | 185 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | hugetlbpage.c | 89 int pmd_huge(pmd_t pmd) in pmd_huge() function 365 if (pmd_huge(pmd) || !pmd_present(pmd)) in huge_pte_offset()
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 265 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable-3level.h | 194 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | hugetlbpage.c | 230 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.3-rc2/include/linux/ |
A D | hugetlb.h | 250 int pmd_huge(pmd_t pmd); 372 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.3-rc2/Documentation/mm/ |
A D | arch_pgtable_helpers.rst | 91 | pmd_huge | Tests a HugeTLB mapped PMD |
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | hugetlbpage.c | 404 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable.h | 503 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))
|
/linux-6.3-rc2/mm/ |
A D | gup.c | 2777 if (unlikely(pmd_trans_huge(pmd) || pmd_huge(pmd) || in gup_pmd_range()
|
A D | memory.c | 2571 BUG_ON(pmd_huge(*pmd)); in apply_to_pte_range()
|