Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/kvm/
Demulate-nested.c1325 SR_FGT(SYS_TRCACVR(0), HDFGRTR, TRC, 1),
1326 SR_FGT(SYS_TRCACVR(1), HDFGRTR, TRC, 1),
1327 SR_FGT(SYS_TRCACVR(2), HDFGRTR, TRC, 1),
1328 SR_FGT(SYS_TRCACVR(3), HDFGRTR, TRC, 1),
1329 SR_FGT(SYS_TRCACVR(4), HDFGRTR, TRC, 1),
1330 SR_FGT(SYS_TRCACVR(5), HDFGRTR, TRC, 1),
1331 SR_FGT(SYS_TRCACVR(6), HDFGRTR, TRC, 1),
1332 SR_FGT(SYS_TRCACVR(7), HDFGRTR, TRC, 1),
1333 SR_FGT(SYS_TRCACVR(8), HDFGRTR, TRC, 1),
1334 SR_FGT(SYS_TRCACVR(9), HDFGRTR, TRC, 1),
[all …]
/linux-6.6.21/arch/arm64/include/asm/
Dsysreg.h211 #define SYS_TRCACVR(m) sys_reg(2, 1, 2, ((m & 7) << 1), (0 | (m >> 3))) macro