Searched refs:TCR_T0SZ (Results 1 – 7 of 7) sorted by relevance
82 #define TCR_T0SZ(x) ((64 - (x)) << 0) macro
199 #define TCR_T0SZ(x) ((UL(64) - (x)) << TCR_T0SZ_OFFSET) macro201 #define TCR_TxSZ(x) (TCR_T0SZ(x) | TCR_T1SZ(x))
86 #define cpu_set_default_tcr_t0sz() __cpu_set_tcr_t0sz(TCR_T0SZ(vabits_actual))
145 #define VTCR_EL2_T0SZ(x) TCR_T0SZ(x)
266 *t0sz = TCR_T0SZ(max_msb + 1); in trans_pgd_idmap_page()
79 tcr |= TCR_T0SZ(va_bits); in get_tcr()
1752 tcr |= TCR_T0SZ(hyp_va_bits); in cpu_prepare_hyp_mode()