Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mm/
Dhugetlbpage.c44 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.4.14/arch/x86/mm/
Dhugetlbpage.c45 int pmd_huge(pmd_t pmd)
62 int pmd_huge(pmd_t pmd) in pmd_huge() function
Dfault.c290 if (pmd_huge(*pmd_k)) in vmalloc_fault()
421 if (pmd_huge(*pmd)) in vmalloc_fault()
/linux-4.4.14/arch/arm64/mm/
Dhugetlbpage.c30 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.4.14/arch/sh/mm/
Dhugetlbpage.c65 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.4.14/arch/mips/mm/
Dhugetlbpage.c66 int pmd_huge(pmd_t pmd) in pmd_huge() function
Dgup.c125 if (unlikely(pmd_huge(pmd))) { in gup_pmd_range()
Dtlb-r4k.c315 if (pmd_huge(*pmdp)) { in __update_tlb()
/linux-4.4.14/arch/tile/mm/
Dhugetlbpage.c138 if (pmd_huge(*pmd)) in huge_pte_offset()
153 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.4.14/arch/s390/mm/
Dhugetlbpage.c144 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.4.14/arch/parisc/mm/
Dhugetlbpage.c189 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.4.14/arch/ia64/mm/
Dhugetlbpage.c102 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.4.14/include/linux/
Dhugetlb.h119 int pmd_huge(pmd_t pmd);
148 #define pmd_huge(x) 0 macro
/linux-4.4.14/arch/powerpc/mm/
Dhugetlbpage.c69 int pmd_huge(pmd_t pmd) in pmd_huge() function
112 int pmd_huge(pmd_t pmd) in pmd_huge() function
1048 if (pmd_huge(pmd)) { in __find_linux_pte_or_hugepte()
Dpgtable_64.c361 if (pmd_trans_huge(pmd) || pmd_huge(pmd)) in pmd_page()
/linux-4.4.14/arch/metag/mm/
Dhugetlbpage.c92 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.4.14/arch/sparc/mm/
Dhugetlbpage.c236 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.4.14/arch/arm/include/asm/
Dpgtable-3level.h231 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))
/linux-4.4.14/mm/
Dgup.c215 if (pmd_huge(*pmd) && vma->vm_flags & VM_HUGETLB) { in follow_page_mask()
1265 if (unlikely(pmd_trans_huge(pmd) || pmd_huge(pmd))) { in gup_pmd_range()
Dmemory.c1854 BUG_ON(pmd_huge(*pmd)); in apply_to_pte_range()
3587 if (pmd_huge(*pmd)) in __follow_pte()
Dhugetlb.c4349 if (!pmd_huge(*pmd)) in follow_huge_pmd()
/linux-4.4.14/arch/arm/kvm/
Dmmu.c47 #define kvm_pmd_huge(_x) (pmd_huge(_x) || pmd_trans_huge(_x))