Home
last modified time | relevance | path

Searched refs:SYS_TRCRSCTLR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/kvm/
H A Demulate-nested.c1369 SR_FGT(SYS_TRCRSCTLR(2), HDFGRTR, TRC, 1),
1370 SR_FGT(SYS_TRCRSCTLR(3), HDFGRTR, TRC, 1),
1371 SR_FGT(SYS_TRCRSCTLR(4), HDFGRTR, TRC, 1),
1372 SR_FGT(SYS_TRCRSCTLR(5), HDFGRTR, TRC, 1),
1373 SR_FGT(SYS_TRCRSCTLR(6), HDFGRTR, TRC, 1),
1374 SR_FGT(SYS_TRCRSCTLR(7), HDFGRTR, TRC, 1),
1375 SR_FGT(SYS_TRCRSCTLR(8), HDFGRTR, TRC, 1),
1376 SR_FGT(SYS_TRCRSCTLR(9), HDFGRTR, TRC, 1),
1377 SR_FGT(SYS_TRCRSCTLR(10), HDFGRTR, TRC, 1),
1378 SR_FGT(SYS_TRCRSCTLR(11), HDFGRTR, TRC, 1),
[all …]
/openbmc/linux/arch/arm64/include/asm/
H A Dsysreg.h249 #define SYS_TRCRSCTLR(m) sys_reg(2, 1, 1, (m & 15), (0 | (m >> 4))) macro