Lines Matching refs:pmd_t
48 pmd_t *pmdp, pmd_t entry, int dirty) in pmdp_set_access_flags()
68 unsigned long address, pmd_t *pmdp) in pmdp_test_and_clear_young()
77 pmd_t *pmdp, pmd_t pmd) in set_pmd_at()
122 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate()
123 pmd_t *pmdp) in pmdp_invalidate()
132 pmd_t pmdp_huge_get_and_clear_full(struct vm_area_struct *vma, in pmdp_huge_get_and_clear_full()
133 unsigned long addr, pmd_t *pmdp, int full) in pmdp_huge_get_and_clear_full()
135 pmd_t pmd; in pmdp_huge_get_and_clear_full()
150 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits()
160 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd()
169 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
174 pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
284 static pmd_t *get_pmd_from_cache(struct mm_struct *mm) in get_pmd_from_cache()
303 return (pmd_t *)ret; in get_pmd_from_cache()
306 static pmd_t *__alloc_for_pmdcache(struct mm_struct *mm) in __alloc_for_pmdcache()
344 return (pmd_t *)ret; in __alloc_for_pmdcache()
347 pmd_t *pmd_fragment_alloc(struct mm_struct *mm, unsigned long vmaddr) in pmd_fragment_alloc()
349 pmd_t *pmd; in pmd_fragment_alloc()