Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dhugetlbpage.c48 int pmd_huge(pmd_t pmd)
65 int pmd_huge(pmd_t pmd) in pmd_huge() function
H A Dpgtable.c743 if (pmd_present(*pmd) && !pmd_huge(*pmd)) in pmd_set_huge()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dhugetlbpage.c31 int pmd_huge(pmd_t pmd) in pmd_huge() function
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dhugetlbpage.c10 int pmd_huge(pmd_t pmd) in pmd_huge() function
/OK3568_Linux_fs/kernel/mm/damon/
H A Dvaddr.c376 if (pmd_huge(*pmd)) { in damon_mkold_pmd_entry()
383 if (pmd_huge(*pmd)) { in damon_mkold_pmd_entry()
511 if (pmd_huge(*pmd)) { in damon_young_pmd_entry()
518 if (!pmd_huge(*pmd)) { in damon_young_pmd_entry()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable-64k.h17 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
H A Dpgtable-4k.h9 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dhugetlbpage.c74 int pmd_huge(pmd_t pmd) in pmd_huge() function
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dhugetlbpage.c73 int pmd_huge(pmd_t pmd) in pmd_huge() function
H A Dtlb-r4k.c329 if (pmd_huge(*pmdp)) { in __update_tlb()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dpgtable_64.c136 VM_WARN_ON(!(pmd_large(pmd) || pmd_huge(pmd))); in pmd_page()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dhugetlbpage.c79 int pmd_huge(pmd_t pmd) in pmd_huge() function
333 if (pmd_huge(pmd) || !pmd_present(pmd)) in huge_pte_offset()
/OK3568_Linux_fs/kernel/arch/parisc/mm/
H A Dhugetlbpage.c185 int pmd_huge(pmd_t pmd) in pmd_huge() function
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Dhugetlbpage.c109 int pmd_huge(pmd_t pmd) in pmd_huge() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dhugetlb.h189 int pmd_huge(pmd_t pmd);
294 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h270 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-3level.h193 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dhugetlbpage.c237 int pmd_huge(pmd_t pmd) in pmd_huge() function
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst91 | pmd_huge | Tests a HugeTLB mapped PMD |
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dhugetlbpage.c398 int pmd_huge(pmd_t pmd) in pmd_huge() function
/OK3568_Linux_fs/kernel/mm/
H A Dgup.c605 if (pmd_huge(pmdval) && is_vm_hugetlb_page(vma)) { in follow_pmd_mask()
2515 if (unlikely(pmd_trans_huge(pmd) || pmd_huge(pmd) || in gup_pmd_range()
H A Dmemory.c2478 BUG_ON(pmd_huge(*pmd)); in apply_to_pte_range()
5397 if (pmd_huge(*pmd)) { in follow_invalidate_pte()
5408 if (pmd_huge(*pmd)) { in follow_invalidate_pte()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h439 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))