Searched refs:SYS_TRCACATR (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/arm64/kvm/ |
D | emulate-nested.c | 1309 SR_FGT(SYS_TRCACATR(0), HDFGRTR, TRC, 1), 1310 SR_FGT(SYS_TRCACATR(1), HDFGRTR, TRC, 1), 1311 SR_FGT(SYS_TRCACATR(2), HDFGRTR, TRC, 1), 1312 SR_FGT(SYS_TRCACATR(3), HDFGRTR, TRC, 1), 1313 SR_FGT(SYS_TRCACATR(4), HDFGRTR, TRC, 1), 1314 SR_FGT(SYS_TRCACATR(5), HDFGRTR, TRC, 1), 1315 SR_FGT(SYS_TRCACATR(6), HDFGRTR, TRC, 1), 1316 SR_FGT(SYS_TRCACATR(7), HDFGRTR, TRC, 1), 1317 SR_FGT(SYS_TRCACATR(8), HDFGRTR, TRC, 1), 1318 SR_FGT(SYS_TRCACATR(9), HDFGRTR, TRC, 1), [all …]
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | sysreg.h | 210 #define SYS_TRCACATR(m) sys_reg(2, 1, 2, ((m & 7) << 1), (2 | (m >> 3))) macro
|