Searched refs:SYS_TRCACATR (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/kvm/ |
| H A D | emulate-nested.c | 1706 SR_FGT(SYS_TRCACATR(0), HDFGRTR, TRC, 1), 1707 SR_FGT(SYS_TRCACATR(1), HDFGRTR, TRC, 1), 1708 SR_FGT(SYS_TRCACATR(2), HDFGRTR, TRC, 1), 1709 SR_FGT(SYS_TRCACATR(3), HDFGRTR, TRC, 1), 1710 SR_FGT(SYS_TRCACATR(4), HDFGRTR, TRC, 1), 1711 SR_FGT(SYS_TRCACATR(5), HDFGRTR, TRC, 1), 1712 SR_FGT(SYS_TRCACATR(6), HDFGRTR, TRC, 1), 1713 SR_FGT(SYS_TRCACATR(7), HDFGRTR, TRC, 1), 1714 SR_FGT(SYS_TRCACATR(8), HDFGRTR, TRC, 1), 1715 SR_FGT(SYS_TRCACATR(9), HDFGRTR, TRC, 1), [all …]
|
| /linux/tools/arch/arm64/include/asm/ |
| H A D | sysreg.h | 216 #define SYS_TRCACATR(m) sys_reg(2, 1, 2, ((m & 7) << 1), (2 | (m >> 3))) macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | sysreg.h | 214 #define SYS_TRCACATR(m) sys_reg(2, 1, 2, ((m & 7) << 1), (2 | (m >> 3))) macro
|