Searched defs:pmd_present (Results 1 – 22 of 22) sorted by relevance
21 #define pmd_present(x) (pmd_val(x)) macro
92 #define pmd_present(x) (pmd_val((x)) & _PAGE_PRESENT) macro
218 #define pmd_present(x) (pmd_val((x)) & _PAGE_PRESENT) macro
100 static inline int pmd_present(pmd_t pmd) in pmd_present() function
137 static inline int pmd_present(pmd_t pmd) in pmd_present() function
104 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
102 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
146 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
139 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
68 #define pmd_present(pmd_entry) (pmd_val(pmd_entry) & _PAGE_PRESENT) macro
316 #define pmd_present(x) (pmd_val(x)) macro
258 #define pmd_present(x) (pmd_val(x)) macro
205 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
318 #define pmd_present(pmd) (pmd_val(pmd)) macro
255 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
167 #define pmd_present(pmd) BTFIXUP_CALL(pmd_present)(pmd) macro
627 #define pmd_present(pmd) (pmd_val(pmd) != 0U) macro
198 #define pmd_present(pmd) (pmd_val(pmd) != 0) macro
546 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
274 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) macro
276 #define pmd_present(pmd) (pmd_val(pmd) != 0UL) macro
507 static inline int pmd_present(pmd_t pmd) in pmd_present() function