Searched refs:TCR_T0SZ (Results 1 – 4 of 4) sorted by relevance
79 unlikely(idmap_t0sz != TCR_T0SZ(VA_BITS))); in __cpu_uses_extended_idmap()101 #define cpu_set_default_tcr_t0sz() __cpu_set_tcr_t0sz(TCR_T0SZ(VA_BITS))
206 #define TCR_T0SZ(x) ((UL(64) - (x)) << TCR_T0SZ_OFFSET) macro208 #define TCR_TxSZ(x) (TCR_T0SZ(x) | TCR_T1SZ(x))
376 cmp x5, TCR_T0SZ(VA_BITS) // default T0SZ small enough?
48 u64 idmap_t0sz = TCR_T0SZ(VA_BITS);