Searched refs:pmd_bad (Results 1 – 25 of 57) sorted by relevance
123
36 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
91 if (pmd_bad(*pmd)) { in free_pgd_slow()
129 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) macro313 (pmd_bad(*(dir)) ? NULL : (pte_t *)pmd_page_vaddr(*(dir)) + \
276 if (pmd_bad(*pmd_dir)) { in __iounmap()353 if (pmd_bad(*pmd_dir)) { in kernel_set_cachemode()
29 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
195 #define pmd_bad(pmd) (pmd_val(pmd) & 2) macro
174 #define pmd_bad(pmd) (!(pmd_val(pmd) & 2)) macro
15 does not agree with pgd_bad/pmd_bad.
99 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
180 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
64 if (pmd_none(*pmd) || pmd_bad(*pmd)) in mapped_kernel_page_is_present()
71 if (unlikely(pmd_bad(*pmd))) in pin_page_for_write()
157 bnez r2, 3f ; pmd_bad(*pmd) ?272 bne r1, r4, 3f ; pmd_bad(*pmd) ?
103 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_KERNEL)) != _PAGE_TABLE) macro
224 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
141 #define pmd_bad(pmd) pmd_bad2(&(pmd)) macro
208 #define pmd_bad(pmd) (((pmd_val(pmd) & \ macro
113 #define pmd_bad(x) ((pmd_val(x) & ~(PAGE_MASK | _PAGE_SZ_MASK)) \ macro
183 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK) != _KERNPG_TABLE) macro
277 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK)) macro
53 #define pmd_bad(pmd) (pmd_val(pmd) & ~PAGE_MASK) macro
253 #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) macro
69 #define pmd_bad(pmd_entry) ((pmd_val(pmd_entry) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) macro
280 static inline int pmd_bad(pmd_t pmd) in pmd_bad() function
130 #define pmd_bad(pmd) (!is_kernel_addr(pmd_val(pmd)) \ macro