Searched refs:TCR_T1SZ (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dpgtable-hwdef.h220 #define TCR_T1SZ(x) ((UL(64) - (x)) << TCR_T1SZ_OFFSET) macro
221 #define TCR_TxSZ(x) (TCR_T0SZ(x) | TCR_T1SZ(x))
H A Dassembler.h593 cmp \tmp, #TCR_T1SZ(VA_BITS_MIN)
/linux-master/arch/arm64/kernel/pi/
H A Dmap_kernel.c230 sysreg_clear_set(tcr_el1, TCR_T1SZ_MASK, TCR_T1SZ(va_bits));
/linux-master/arch/arm64/mm/
H A Dproc.S481 mov_q tcr, TCR_T0SZ(IDMAP_VA_BITS) | TCR_T1SZ(VA_BITS_MIN) | TCR_CACHE_FLAGS | \

Completed in 132 milliseconds