Searched refs:SYS_TRCACVR (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/kvm/ |
| H A D | emulate-nested.c | 1722 SR_FGT(SYS_TRCACVR(0), HDFGRTR, TRC, 1), 1723 SR_FGT(SYS_TRCACVR(1), HDFGRTR, TRC, 1), 1724 SR_FGT(SYS_TRCACVR(2), HDFGRTR, TRC, 1), 1725 SR_FGT(SYS_TRCACVR(3), HDFGRTR, TRC, 1), 1726 SR_FGT(SYS_TRCACVR(4), HDFGRTR, TRC, 1), 1727 SR_FGT(SYS_TRCACVR(5), HDFGRTR, TRC, 1), 1728 SR_FGT(SYS_TRCACVR(6), HDFGRTR, TRC, 1), 1729 SR_FGT(SYS_TRCACVR(7), HDFGRTR, TRC, 1), 1730 SR_FGT(SYS_TRCACVR(8), HDFGRTR, TRC, 1), 1731 SR_FGT(SYS_TRCACVR(9), HDFGRTR, TRC, 1), [all …]
|
| /linux/tools/arch/arm64/include/asm/ |
| H A D | sysreg.h | 217 #define SYS_TRCACVR(m) sys_reg(2, 1, 2, ((m & 7) << 1), (0 | (m >> 3))) macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | sysreg.h | 215 #define SYS_TRCACVR(m) sys_reg(2, 1, 2, ((m & 7) << 1), (0 | (m >> 3))) macro
|