Searched refs:pmd_bad (Results 1 – 25 of 44) sorted by relevance
12
32 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
54 if (pmd_bad(*pmd)) { in pgd_free()
55 if (pmd_bad(*pmd)) { in show_pte()
94 if (pmd_bad(*pmd_dir)) { in __free_io_area()378 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
15 does not agree with pgd_bad/pmd_bad.
196 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
138 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
50 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
131 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
251 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
140 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
144 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) macro
197 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
217 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
73 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
236 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
267 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
142 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
204 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro
147 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro
98 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
224 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK)) != _KERNPG_TABLE) macro
185 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
103 if (pmd_bad(*pmd)) { in show_pte()
263 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro