Lines Matching refs:pmd_t
37 pmd_t *pmdp, pmd_t entry, int dirty)
57 unsigned long address, pmd_t *pmdp)
66 pmd_t *pmdp, pmd_t pmd)
89 * it casts pmd_t to pte_t. Since format of pte_t is different from
90 * pmd_t we want to prevent transit from pmd pointing to page table
106 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address,
107 pmd_t *pmdp)
116 pmd_t pmdp_huge_get_and_clear_full(struct vm_area_struct *vma,
117 unsigned long addr, pmd_t *pmdp, int full)
119 pmd_t pmd;
134 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot)
139 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot)
147 pmd_t mk_pmd(struct page *page, pgprot_t pgprot)
152 pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot)
267 static pmd_t *get_pmd_from_cache(struct mm_struct *mm)
286 return (pmd_t *)ret;
289 static pmd_t *__alloc_for_pmdcache(struct mm_struct *mm)
327 return (pmd_t *)ret;
330 pmd_t *pmd_fragment_alloc(struct mm_struct *mm, unsigned long vmaddr)
332 pmd_t *pmd;