Searched refs:TCR_T0SZ (Results 1 – 6 of 6) sorted by relevance
66 #define idmap_t0sz TCR_T0SZ(IDMAP_VA_BITS)84 #define cpu_set_default_tcr_t0sz() __cpu_set_tcr_t0sz(TCR_T0SZ(vabits_actual))
234 #define TCR_T0SZ(x) ((UL(64) - (x)) << TCR_T0SZ_OFFSET) macro236 #define TCR_TxSZ(x) (TCR_T0SZ(x) | TCR_T1SZ(x))
147 #define VTCR_EL2_T0SZ(x) TCR_T0SZ(x)
268 *t0sz = TCR_T0SZ(max_msb + 1); in trans_pgd_idmap_page()
469 mov_q tcr, TCR_T0SZ(IDMAP_VA_BITS) | TCR_T1SZ(VA_BITS_MIN) | TCR_CACHE_FLAGS | \
2035 tcr |= TCR_T0SZ(hyp_va_bits); in cpu_prepare_hyp_mode()