Searched refs:SYS_TRCRSCTLR (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/kvm/ |
| H A D | emulate-nested.c | 1766 SR_FGT(SYS_TRCRSCTLR(2), HDFGRTR, TRC, 1), 1767 SR_FGT(SYS_TRCRSCTLR(3), HDFGRTR, TRC, 1), 1768 SR_FGT(SYS_TRCRSCTLR(4), HDFGRTR, TRC, 1), 1769 SR_FGT(SYS_TRCRSCTLR(5), HDFGRTR, TRC, 1), 1770 SR_FGT(SYS_TRCRSCTLR(6), HDFGRTR, TRC, 1), 1771 SR_FGT(SYS_TRCRSCTLR(7), HDFGRTR, TRC, 1), 1772 SR_FGT(SYS_TRCRSCTLR(8), HDFGRTR, TRC, 1), 1773 SR_FGT(SYS_TRCRSCTLR(9), HDFGRTR, TRC, 1), 1774 SR_FGT(SYS_TRCRSCTLR(10), HDFGRTR, TRC, 1), 1775 SR_FGT(SYS_TRCRSCTLR(11), HDFGRTR, TRC, 1), [all …]
|
| /linux/tools/arch/arm64/include/asm/ |
| H A D | sysreg.h | 255 #define SYS_TRCRSCTLR(m) sys_reg(2, 1, 1, (m & 15), (0 | (m >> 4))) macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | sysreg.h | 253 #define SYS_TRCRSCTLR(m) sys_reg(2, 1, 1, (m & 15), (0 | (m >> 4))) macro
|