Lines Matching +full:21 +full:- +full:k
1 /* SPDX-License-Identifier: GPL-2.0 */
10 * During software tablewalk, the registers used perform mask/shift-add
32 * into bit 21 in the ITLBmiss handler (bit 21 is the middle bit), which means
43 * 4-15 => Not Used
66 #define MI_PS512K 0x00000004 /* 512K page size */
67 #define MI_PS4K_16K 0x00000000 /* 4K or 16K page size */
76 #define MI_SPS16K 0x00000008 /* Small page size (0 = 4k, 1 = 16k) */
91 #define MD_TWAM 0x04000000 /* Use 4K page hardware assist */
141 #define MD_PS512K 0x00000004 /* 512K page size */
142 #define MD_PS4K_16K 0x00000000 /* 4K or 16K page size */
153 #define MD_SPS16K 0x00000008 /* Small page size (0 = 4k, 1 = 16k) */
175 #define MODULES_VADDR (MODULES_END - MODULES_SIZE)
212 return -1; in shift_to_mmu_psize()
225 if (end - addr < size) in arch_vmap_try_size()