Lines Matching +full:supervisor +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 */
15 #define _PAGE_SUPER 0x080 /* 68040 supervisor only */
17 #define _PAGE_NOCACHE030 0x040 /* 68030 no-cache mode */
18 #define _PAGE_NOCACHE 0x060 /* 68040 cache mode, non-serialized */
19 #define _PAGE_NOCACHE_S 0x040 /* 68040 no-cache mode, serialized */
20 #define _PAGE_CACHE040 0x020 /* 68040 cache mode, cachable, copyback */
21 #define _PAGE_CACHE040W 0x000 /* 68040 cache mode, cachable, write-through */
31 * 3 - Used
32 * 2 - Write Protected
33 * 0,1 - Descriptor Type
49 /* This is the cache mode to be used for pages containing page descriptors for
54 /* This is the cache mode for normal pages, for supervisor access on
138 #define pud_page(pud) (mem_map + ((unsigned long)(__va(pud_val(pud)) - PAGE_OFFSET) >> PAGE_SHIFT))
184 * <----------------- offset ------------> E <-- type ---> 0 0 0 0