Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Demulate-nested.c1572 SR_FGT(SYS_TRCACVR(0), HDFGRTR, TRC, 1),
1573 SR_FGT(SYS_TRCACVR(1), HDFGRTR, TRC, 1),
1574 SR_FGT(SYS_TRCACVR(2), HDFGRTR, TRC, 1),
1575 SR_FGT(SYS_TRCACVR(3), HDFGRTR, TRC, 1),
1576 SR_FGT(SYS_TRCACVR(4), HDFGRTR, TRC, 1),
1577 SR_FGT(SYS_TRCACVR(5), HDFGRTR, TRC, 1),
1578 SR_FGT(SYS_TRCACVR(6), HDFGRTR, TRC, 1),
1579 SR_FGT(SYS_TRCACVR(7), HDFGRTR, TRC, 1),
1580 SR_FGT(SYS_TRCACVR(8), HDFGRTR, TRC, 1),
1581 SR_FGT(SYS_TRCACVR(9), HDFGRTR, TRC, 1),
[all …]
/linux/arch/arm64/include/asm/
H A Dsysreg.h214 #define SYS_TRCACVR(m) sys_reg(2, 1, 2, ((m & 7) << 1), (0 | (m >> 3))) macro