Lines Matching refs:pmd_t
37 pmd_t *pmdp, pmd_t entry, int dirty) in pmdp_set_access_flags()
57 unsigned long address, pmd_t *pmdp) in pmdp_test_and_clear_young()
66 pmd_t *pmdp, pmd_t pmd) in set_pmd_at()
106 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate()
107 pmd_t *pmdp) in pmdp_invalidate()
116 pmd_t pmdp_huge_get_and_clear_full(struct vm_area_struct *vma, in pmdp_huge_get_and_clear_full()
117 unsigned long addr, pmd_t *pmdp, int full) in pmdp_huge_get_and_clear_full()
119 pmd_t pmd; in pmdp_huge_get_and_clear_full()
134 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits()
139 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd()
147 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
152 pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
267 static pmd_t *get_pmd_from_cache(struct mm_struct *mm) in get_pmd_from_cache()
286 return (pmd_t *)ret; in get_pmd_from_cache()
289 static pmd_t *__alloc_for_pmdcache(struct mm_struct *mm) in __alloc_for_pmdcache()
327 return (pmd_t *)ret; in __alloc_for_pmdcache()
330 pmd_t *pmd_fragment_alloc(struct mm_struct *mm, unsigned long vmaddr) in pmd_fragment_alloc()
332 pmd_t *pmd; in pmd_fragment_alloc()