Searched refs:pmd_bad (Results 1 – 25 of 39) sorted by relevance
12
93 if (pmd_bad(*pmd_dir)) { in __free_io_area()386 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
155 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
217 #define pmd_bad(pmd) pmd_leaf(pmd) macro
140 #define pmd_bad(pmd) (!(pmd_val(pmd) & PMD_TABLE_BIT)) macro
156 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
102 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
129 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
245 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
116 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
136 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
115 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
209 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
73 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
122 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
208 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
84 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
208 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
103 if (pmd_bad(*pmd)) { in show_pte()
232 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } in pmd_bad() function
227 #define pmd_bad(pmd) ((pmd_val(pmd) & _PMD_PRESENT) == 0) macro
168 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
248 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
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()
Completed in 48 milliseconds