Lines Matching refs:pmd
6 unsigned long address, pmd_t *pmd,
13 unsigned long address, pmd_t *pmd,
16 unsigned long address, pmd_t *pmd,
20 pmd_t *pmd,
24 pmd_t *pmd, unsigned long addr);
25 extern int mincore_huge_pmd(struct vm_area_struct *vma, pmd_t *pmd,
33 extern int change_huge_pmd(struct vm_area_struct *vma, pmd_t *pmd,
104 unsigned long address, pmd_t *pmd);
121 pmd_t *pmd);
131 extern int __pmd_trans_huge_lock(pmd_t *pmd, struct vm_area_struct *vma,
134 static inline int pmd_trans_huge_lock(pmd_t *pmd, struct vm_area_struct *vma, in pmd_trans_huge_lock() argument
138 if (pmd_trans_huge(*pmd)) in pmd_trans_huge_lock()
139 return __pmd_trans_huge_lock(pmd, vma, ptl); in pmd_trans_huge_lock()
151 unsigned long addr, pmd_t pmd, pmd_t *pmdp);
160 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() argument
162 return is_huge_zero_page(pmd_page(pmd)); in is_huge_zero_pmd()
204 static inline int pmd_trans_huge_lock(pmd_t *pmd, struct vm_area_struct *vma, in pmd_trans_huge_lock() argument
211 unsigned long addr, pmd_t pmd, pmd_t *pmdp) in do_huge_pmd_numa_page() argument