/linux-6.1.9/arch/loongarch/mm/ |
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.1.9/arch/arm/mm/ |
D | hugetlbpage.c | 31 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.1.9/arch/riscv/mm/ |
D | hugetlbpage.c | 10 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ |
D | pgtable-64k.h | 17 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
|
D | pgtable-4k.h | 9 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.1.9/arch/mips/mm/ |
D | hugetlbpage.c | 61 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
D | tlb-r4k.c | 329 if (pmd_huge(*pmdp)) { in __update_tlb()
|
/linux-6.1.9/arch/sh/mm/ |
D | hugetlbpage.c | 74 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.1.9/arch/powerpc/mm/ |
D | pgtable_64.c | 135 VM_WARN_ON(!(pmd_large(pmd) || pmd_huge(pmd))); in pmd_page()
|
/linux-6.1.9/arch/x86/mm/ |
D | hugetlbpage.c | 27 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
D | pgtable.c | 755 if (pmd_present(*pmd) && !pmd_huge(*pmd)) in pmd_set_huge()
|
/linux-6.1.9/arch/parisc/mm/ |
D | hugetlbpage.c | 185 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.1.9/arch/ia64/mm/ |
D | hugetlbpage.c | 109 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.1.9/arch/arm64/mm/ |
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.1.9/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 250 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.1.9/arch/arm/include/asm/ |
D | pgtable-3level.h | 191 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))
|
/linux-6.1.9/arch/s390/mm/ |
D | hugetlbpage.c | 230 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.1.9/include/linux/ |
D | hugetlb.h | 232 int pmd_huge(pmd_t pmd); 379 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.1.9/Documentation/mm/ |
D | arch_pgtable_helpers.rst | 93 | pmd_huge | Tests a HugeTLB mapped PMD |
|
/linux-6.1.9/arch/sparc/mm/ |
D | hugetlbpage.c | 404 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | pgtable.h | 500 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))
|
/linux-6.1.9/mm/ |
D | gup.c | 683 if (pmd_huge(pmdval) && is_vm_hugetlb_page(vma)) { in follow_pmd_mask() 2820 if (unlikely(pmd_trans_huge(pmd) || pmd_huge(pmd) || in gup_pmd_range()
|
D | memory.c | 2632 BUG_ON(pmd_huge(*pmd)); in apply_to_pte_range()
|