Lines Matching defs:pmd

773 #define __pmd_to_swp_entry(pmd)	(__pte_to_swp_entry(pmd_pte(pmd)))  argument
912 static inline int pmd_none(pmd_t pmd) in pmd_none()
917 static inline int pmd_present(pmd_t pmd) in pmd_present()
931 static inline int pmd_is_serializing(pmd_t pmd) in pmd_is_serializing()
948 static inline int pmd_bad(pmd_t pmd) in pmd_bad()
1114 static inline pte_t pmd_pte(pmd_t pmd) in pmd_pte()
1124 static inline pte_t *pmdp_ptep(pmd_t *pmd) in pmdp_ptep()
1128 #define pmd_pfn(pmd) pte_pfn(pmd_pte(pmd)) argument
1129 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd)) argument
1130 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) argument
1131 #define pmd_mkold(pmd) pte_pmd(pte_mkold(pmd_pte(pmd))) argument
1132 #define pmd_wrprotect(pmd) pte_pmd(pte_wrprotect(pmd_pte(pmd))) argument
1133 #define pmd_mkdirty(pmd) pte_pmd(pte_mkdirty(pmd_pte(pmd))) argument
1134 #define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd))) argument
1135 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd))) argument
1136 #define pmd_mkwrite(pmd) pte_pmd(pte_mkwrite(pmd_pte(pmd))) argument
1137 #define pmd_mk_savedwrite(pmd) pte_pmd(pte_mk_savedwrite(pmd_pte(pmd))) argument
1138 #define pmd_clear_savedwrite(pmd) pte_pmd(pte_clear_savedwrite(pmd_pte(pmd))) argument
1141 #define pmd_soft_dirty(pmd) pte_soft_dirty(pmd_pte(pmd)) argument
1142 #define pmd_mksoft_dirty(pmd) pte_pmd(pte_mksoft_dirty(pmd_pte(pmd))) argument
1143 #define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd))) argument
1146 #define pmd_swp_mksoft_dirty(pmd) pte_pmd(pte_swp_mksoft_dirty(pmd_pte(pmd))) argument
1147 #define pmd_swp_soft_dirty(pmd) pte_swp_soft_dirty(pmd_pte(pmd)) argument
1148 #define pmd_swp_clear_soft_dirty(pmd) pte_pmd(pte_swp_clear_soft_dirty(pmd_pte(pmd))) argument
1153 static inline int pmd_protnone(pmd_t pmd) in pmd_protnone()
1159 #define pmd_write(pmd) pte_write(pmd_pte(pmd)) argument
1160 #define __pmd_write(pmd) __pte_write(pmd_pte(pmd)) argument
1161 #define pmd_savedwrite(pmd) pte_savedwrite(pmd_pte(pmd)) argument
1164 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted()
1189 unsigned long addr, pmd_t *pmd) in update_mmu_cache_pmd()
1215 static inline int pmd_large(pmd_t pmd) in pmd_large()
1256 static inline int pmd_trans_huge(pmd_t pmd) in pmd_trans_huge()
1274 static inline pmd_t __pmd_mkhuge(pmd_t pmd) in __pmd_mkhuge()
1284 static inline pmd_t pmd_mkhuge(pmd_t pmd) in pmd_mkhuge()
1369 static inline pmd_t pmd_mkdevmap(pmd_t pmd) in pmd_mkdevmap()
1376 static inline int pmd_devmap(pmd_t pmd) in pmd_devmap()
1426 static inline bool pmd_is_leaf(pmd_t pmd) in pmd_is_leaf()