| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | hugetlbpage.c | 48 int pmd_huge(pmd_t pmd) 65 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
| H A D | pgtable.c | 743 if (pmd_present(*pmd) && !pmd_huge(*pmd)) in pmd_set_huge()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | hugetlbpage.c | 31 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | hugetlbpage.c | 10 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | vaddr.c | 376 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 D | pgtable-64k.h | 17 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
|
| H A D | pgtable-4k.h | 9 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | hugetlbpage.c | 74 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | hugetlbpage.c | 73 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
| H A D | tlb-r4k.c | 329 if (pmd_huge(*pmdp)) { in __update_tlb()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | pgtable_64.c | 136 VM_WARN_ON(!(pmd_large(pmd) || pmd_huge(pmd))); in pmd_page()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | hugetlbpage.c | 79 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 D | hugetlbpage.c | 185 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | hugetlbpage.c | 109 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hugetlb.h | 189 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 D | pgtable.h | 270 static inline int pmd_huge(pmd_t pmd) in pmd_huge() function
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 193 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | hugetlbpage.c | 237 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | arch_pgtable_helpers.rst | 91 | pmd_huge | Tests a HugeTLB mapped PMD |
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | hugetlbpage.c | 398 int pmd_huge(pmd_t pmd) in pmd_huge() function
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | gup.c | 605 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 D | memory.c | 2478 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 D | pgtable.h | 439 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))
|