Lines Matching +full:5 +full:e
154 #define pte_ERROR(e) \ argument
155 printk("%s:%d: bad pte %016lx.\n", __FILE__, __LINE__, pte_val(e))
157 #define pmd_ERROR(e) \ argument
158 printk("%s:%d: bad pmd %016lx.\n", __FILE__, __LINE__, pmd_val(e))
161 #define pud_ERROR(e) \ argument
162 printk("%s:%d: bad pud %016lx.\n", __FILE__, __LINE__, pud_val(e))
164 #define pgd_ERROR(e) \ argument
165 printk("%s:%d: bad pgd %016lx.\n", __FILE__, __LINE__, pgd_val(e))
328 * 6 6 6 6 5 5 5 5 5 5 5 5 5 5 4 4 4 4 4 4 4 4 4 4 3 3 3 3 3 3 3 3
329 * 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2
333 * 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
334 * --------------> E <-- type ---> <---------- zeroes ----------->
336 * E is the exclusive marker that is not stored in swap entries.