Searched defs:pmd_bad (Results 1 – 15 of 15) sorted by relevance
153 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
156 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
116 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
115 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
136 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
140 #define pmd_bad(pmd) (!(pmd_val(pmd) & PMD_TABLE_BIT)) macro
330 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
217 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
278 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
246 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
219 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
851 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
1025 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
757 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
788 #define pmd_bad(pmd) (!pmd_table(pmd)) macro