Lines Matching refs:pmd_t
11 static inline pmd_t __pte_to_pmd(pte_t pte) in __pte_to_pmd()
13 pmd_t pmd; in __pte_to_pmd()
48 static inline pte_t __pmd_to_pte(pmd_t pmd) in __pmd_to_pte()
89 pmd_t pmd; in set_huge_pte_at()
98 *(pmd_t *) ptep = pmd; in set_huge_pte_at()
104 pmd_t pmd; in huge_ptep_get()
106 pmd = *(pmd_t *) ptep; in huge_ptep_get()
120 pmd_t *pmdp = (pmd_t *) ptep; in huge_ptep_get_and_clear()
172 pmd_t *pmdp = NULL; in huge_pte_alloc()
185 pmd_t *pmdp = NULL; in huge_pte_offset()
201 int pmd_huge(pmd_t pmd) in pmd_huge()