Home
last modified time | relevance | path

Searched refs:TCR_T0SZ_MASK (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/arm64/include/asm/
H A Dmmu_context.h76 if ((tcr & TCR_T0SZ_MASK) == t0sz) in __cpu_set_tcr_t0sz()
79 tcr &= ~TCR_T0SZ_MASK; in __cpu_set_tcr_t0sz()
H A Dpgtable-hwdef.h237 #define TCR_T0SZ_MASK (((UL(1) << TCR_TxSZ_WIDTH) - 1) << TCR_T0SZ_OFFSET) macro
/linux-6.15/arch/arm64/kvm/
H A Dpauth.c94 txsz = FIELD_GET(TCR_T0SZ_MASK, tcr); in compute_bottom_pac()
H A Dat.c267 wi->txsz = FIELD_GET(TCR_T0SZ_MASK, tcr); in setup_s1_walk()
H A Darm.c2028 tcr &= ~(TCR_HD | TCR_HA | TCR_A1 | TCR_T0SZ_MASK); in cpu_prepare_hyp_mode()