Home
last modified time | relevance | path

Searched refs:pmd_huge (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.10/arch/arm/mm/
Dhugetlbpage.c31 int pmd_huge(pmd_t pmd) in pmd_huge() function
/Linux-v5.10/arch/x86/mm/
Dhugetlbpage.c48 int pmd_huge(pmd_t pmd)
65 int pmd_huge(pmd_t pmd) in pmd_huge() function
Dpgtable.c743 if (pmd_present(*pmd) && !pmd_huge(*pmd)) in pmd_set_huge()
/Linux-v5.10/arch/riscv/mm/
Dhugetlbpage.c10 int pmd_huge(pmd_t pmd) in pmd_huge() function
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable-64k.h17 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
Dpgtable-4k.h9 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
/Linux-v5.10/arch/sh/mm/
Dhugetlbpage.c74 int pmd_huge(pmd_t pmd) in pmd_huge() function
/Linux-v5.10/arch/mips/mm/
Dhugetlbpage.c73 int pmd_huge(pmd_t pmd) in pmd_huge() function
Dtlb-r4k.c329 if (pmd_huge(*pmdp)) { in __update_tlb()
/Linux-v5.10/arch/powerpc/mm/
Dpgtable_64.c128 VM_WARN_ON(!(pmd_large(pmd) || pmd_huge(pmd))); in pmd_page()
/Linux-v5.10/arch/arm64/mm/
Dhugetlbpage.c79 int pmd_huge(pmd_t pmd) in pmd_huge() function
334 if (pmd_huge(pmd) || !pmd_present(pmd)) in huge_pte_offset()
/Linux-v5.10/arch/ia64/mm/
Dhugetlbpage.c108 int pmd_huge(pmd_t pmd) in pmd_huge() function
/Linux-v5.10/arch/parisc/mm/
Dhugetlbpage.c198 int pmd_huge(pmd_t pmd) in pmd_huge() function
/Linux-v5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h270 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
/Linux-v5.10/arch/arm/include/asm/
Dpgtable-3level.h193 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))
/Linux-v5.10/include/linux/
Dhugetlb.h184 int pmd_huge(pmd_t pmd);
288 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
/Linux-v5.10/arch/s390/mm/
Dhugetlbpage.c237 int pmd_huge(pmd_t pmd) in pmd_huge() function
/Linux-v5.10/Documentation/vm/
Darch_pgtable_helpers.rst91 | pmd_huge | Tests a HugeTLB mapped PMD |
/Linux-v5.10/arch/sparc/mm/
Dhugetlbpage.c398 int pmd_huge(pmd_t pmd) in pmd_huge() function
/Linux-v5.10/arch/arm64/include/asm/
Dpgtable.h433 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dradix_pgtable.c1202 if (pmd_huge(*pmd)) { in pmd_clear_huge()
/Linux-v5.10/mm/
Dgup.c568 if (pmd_huge(pmdval) && is_vm_hugetlb_page(vma)) { in follow_pmd_mask()
2532 if (unlikely(pmd_trans_huge(pmd) || pmd_huge(pmd) || in gup_pmd_range()
Dmemory.c2390 BUG_ON(pmd_huge(*pmd)); in apply_to_pte_range()
4724 if (pmd_huge(*pmd)) { in __follow_pte_pmd()
4735 if (pmd_huge(*pmd)) { in __follow_pte_pmd()
Dhugetlb.c5482 if (!pmd_huge(*pmd)) in follow_huge_pmd()