Searched refs:pmd_bad (Results 1 – 19 of 19) sorted by relevance
93 if (pmd_bad(*pmd_dir)) { in __free_io_area()386 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
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
103 if (pmd_bad(*pmd)) { in show_pte()
65 if (pmd_none(pmd) || pmd_bad(pmd) || pmd_leaf(pmd)) in show_pte()
330 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
162 if (pmd_bad(*pmd)) { in unmap_uncached_pte()
103 if (pmd_none(*pmdp) || unlikely(pmd_bad(*pmdp))) in get_user_insn()
217 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
85 | pmd_bad | Tests a non-table mapped PMD |
85 if (pmd_bad(*pmd)) { in show_pte()
278 #define pmd_bad(x) (!(pmd_flag(x) & PxD_FLAG_VALID)) macro
253 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
185 if (pmd_none(pmd) || pmd_bad(pmd)) in show_pte()
222 BUG_ON(pmd_bad(pmd)); in alloc_init_cont_pte()