Searched defs:pmd_present (Results 1 – 15 of 15) sorted by relevance
154 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
157 #define pmd_present(x) (pmd_val(x)) macro
119 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
116 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
137 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
180 #define pmd_present(pmd) (pmd_isset((pmd), L_PMD_SECT_VALID)) macro
328 #define pmd_present(x) (pmd_val(x)) macro
218 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
197 static inline int pmd_present(pmd_t pmd) in pmd_present() function208 static inline int pmd_present(pmd_t pmd) in pmd_present() function
279 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) macro
251 static inline int pmd_present(pmd_t pmd) in pmd_present() function
820 static inline int pmd_present(pmd_t pmd) in pmd_present() function
977 static inline int pmd_present(pmd_t pmd) in pmd_present() function
746 static inline int pmd_present(pmd_t pmd) in pmd_present() function
580 #define pmd_present(pmd) pte_present(pmd_pte(pmd)) macro