Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mm/
Dhugetlbpage.c49 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.1.27/arch/x86/mm/
Dhugetlbpage.c45 int pmd_huge(pmd_t pmd)
62 int pmd_huge(pmd_t pmd) in pmd_huge() function
Dfault.c288 if (pmd_huge(*pmd_k)) in vmalloc_fault()
417 if (pmd_huge(*pmd)) in vmalloc_fault()
/linux-4.1.27/arch/arm64/mm/
Dhugetlbpage.c41 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.1.27/arch/sh/mm/
Dhugetlbpage.c70 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.1.27/arch/mips/mm/
Dhugetlbpage.c71 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.1.27/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.1.27/arch/ia64/mm/
Dhugetlbpage.c107 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.1.27/include/linux/
Dhugetlb.h109 int pmd_huge(pmd_t pmd);
138 #define pmd_huge(x) 0 macro
/linux-4.1.27/arch/powerpc/mm/
Dhugetlbpage.c69 int pmd_huge(pmd_t pmd) in pmd_huge() function
93 int pmd_huge(pmd_t pmd) in pmd_huge() function
1031 if (pmd_huge(pmd) || pmd_large(pmd)) { in __find_linux_pte_or_hugepte()
Dpgtable_64.c371 if (pmd_trans_huge(pmd) || pmd_huge(pmd)) in pmd_page()
/linux-4.1.27/arch/s390/mm/
Dhugetlbpage.c201 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.1.27/arch/sparc/mm/
Dhugetlbpage.c218 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.1.27/arch/metag/mm/
Dhugetlbpage.c97 int pmd_huge(pmd_t pmd) in pmd_huge() function
/linux-4.1.27/arch/arm/include/asm/
Dpgtable-3level.h231 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))
/linux-4.1.27/mm/
Dgup.c181 if (pmd_huge(*pmd) && vma->vm_flags & VM_HUGETLB) { in follow_page_mask()
1219 if (unlikely(pmd_trans_huge(pmd) || pmd_huge(pmd))) { in gup_pmd_range()
Dmemory.c1813 BUG_ON(pmd_huge(*pmd)); in apply_to_pte_range()
3511 if (pmd_huge(*pmd)) in __follow_pte()
Dhugetlb.c3877 if (!pmd_huge(*pmd)) in follow_huge_pmd()
/linux-4.1.27/arch/arm/kvm/
Dmmu.c47 #define kvm_pmd_huge(_x) (pmd_huge(_x) || pmd_trans_huge(_x))