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.c1713 SR_FGT(SYS_TRCACVR(0), HDFGRTR, TRC, 1),
1714 SR_FGT(SYS_TRCACVR(1), HDFGRTR, TRC, 1),
1715 SR_FGT(SYS_TRCACVR(2), HDFGRTR, TRC, 1),
1716 SR_FGT(SYS_TRCACVR(3), HDFGRTR, TRC, 1),
1717 SR_FGT(SYS_TRCACVR(4), HDFGRTR, TRC, 1),
1718 SR_FGT(SYS_TRCACVR(5), HDFGRTR, TRC, 1),
1719 SR_FGT(SYS_TRCACVR(6), HDFGRTR, TRC, 1),
1720 SR_FGT(SYS_TRCACVR(7), HDFGRTR, TRC, 1),
1721 SR_FGT(SYS_TRCACVR(8), HDFGRTR, TRC, 1),
1722 SR_FGT(SYS_TRCACVR(9), HDFGRTR, TRC, 1),
[all …]
/linux/arch/arm64/include/asm/
H A Dsysreg.h215 #define SYS_TRCACVR(m) sys_reg(2, 1, 2, ((m & 7) << 1), (0 | (m >> 3))) macro