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()
179 pmd_t pmdp_huge_get_and_clear_full(struct vm_area_struct *vma, in pmdp_huge_get_and_clear_full()
180 unsigned long addr, pmd_t *pmdp, int full) in pmdp_huge_get_and_clear_full()
182 pmd_t pmd; in pmdp_huge_get_and_clear_full()
216 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits()
231 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd()
249 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
254 pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
364 static pmd_t *get_pmd_from_cache(struct mm_struct *mm) in get_pmd_from_cache()
383 return (pmd_t *)ret; in get_pmd_from_cache()
386 static pmd_t *__alloc_for_pmdcache(struct mm_struct *mm) in __alloc_for_pmdcache()
424 return (pmd_t *)ret; in __alloc_for_pmdcache()
427 pmd_t *pmd_fragment_alloc(struct mm_struct *mm, unsigned long vmaddr) in pmd_fragment_alloc()
429 pmd_t *pmd; in pmd_fragment_alloc()