Searched refs:TCR_T0SZ_MASK (Results 1 – 5 of 5) sorted by relevance
76 if ((tcr & TCR_T0SZ_MASK) == t0sz) in __cpu_set_tcr_t0sz()79 tcr &= ~TCR_T0SZ_MASK; in __cpu_set_tcr_t0sz()
237 #define TCR_T0SZ_MASK (((UL(1) << TCR_TxSZ_WIDTH) - 1) << TCR_T0SZ_OFFSET) macro
94 txsz = FIELD_GET(TCR_T0SZ_MASK, tcr); in compute_bottom_pac()
212 wi->txsz = FIELD_GET(TCR_T0SZ_MASK, tcr); in setup_s1_walk()
2003 tcr &= ~(TCR_HD | TCR_HA | TCR_A1 | TCR_T0SZ_MASK); in cpu_prepare_hyp_mode()
Completed in 17 milliseconds