Lines Matching +full:supervisor +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 */
20 * -----------------------------------------------------------------
22 * -----------------------------------------------------------------
23 * 31 24 23-22 21 20 19 18-15 14 13 12 11 10 9 8 7-2 1 0
25 * Phew, lots of fields there ;-)
31 * BM: Boot-Mode. One indicates the MMU is in boot mode.
34 * CS: Cache Size -- 0 = 128k, 1 = 256k
37 * CM: Cache Mode -- 0 = write-through, 1 = copy-back
38 * CE: Cache Enable -- 0 = no caching, 1 = cache is on
39 * NF: No Fault -- 0 = faults trap the CPU from supervisor mode
40 * 1 = faults from supervisor mode do not generate traps
41 * ME: MMU Enable -- 0 = MMU is off, 1 = MMU is on
60 * -----------------------------------------------
62 * -----------------------------------------------
72 * for said cache-hit is invalidated. If FTD is zero,
129 /* This is for the on-chip instruction cache. */