Lines Matching refs:pmd_t
49 pmd_t *pmdp, pmd_t entry, int dirty) in pmdp_set_access_flags()
90 unsigned long address, pmd_t *pmdp) in pmdp_test_and_clear_young()
106 pmd_t *pmdp, pmd_t pmd) in set_pmd_at()
168 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate()
169 pmd_t *pmdp) in pmdp_invalidate()
178 pmd_t pmdp_huge_get_and_clear_full(struct vm_area_struct *vma, in pmdp_huge_get_and_clear_full()
179 unsigned long addr, pmd_t *pmdp, int full) in pmdp_huge_get_and_clear_full()
181 pmd_t pmd; in pmdp_huge_get_and_clear_full()
215 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits()
230 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd()
248 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
253 pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
363 static pmd_t *get_pmd_from_cache(struct mm_struct *mm) in get_pmd_from_cache()
382 return (pmd_t *)ret; in get_pmd_from_cache()
385 static pmd_t *__alloc_for_pmdcache(struct mm_struct *mm) in __alloc_for_pmdcache()
423 return (pmd_t *)ret; in __alloc_for_pmdcache()
426 pmd_t *pmd_fragment_alloc(struct mm_struct *mm, unsigned long vmaddr) in pmd_fragment_alloc()
428 pmd_t *pmd; in pmd_fragment_alloc()