Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Demulate-nested.c1556 SR_FGT(SYS_TRCACATR(0), HDFGRTR, TRC, 1),
1557 SR_FGT(SYS_TRCACATR(1), HDFGRTR, TRC, 1),
1558 SR_FGT(SYS_TRCACATR(2), HDFGRTR, TRC, 1),
1559 SR_FGT(SYS_TRCACATR(3), HDFGRTR, TRC, 1),
1560 SR_FGT(SYS_TRCACATR(4), HDFGRTR, TRC, 1),
1561 SR_FGT(SYS_TRCACATR(5), HDFGRTR, TRC, 1),
1562 SR_FGT(SYS_TRCACATR(6), HDFGRTR, TRC, 1),
1563 SR_FGT(SYS_TRCACATR(7), HDFGRTR, TRC, 1),
1564 SR_FGT(SYS_TRCACATR(8), HDFGRTR, TRC, 1),
1565 SR_FGT(SYS_TRCACATR(9), HDFGRTR, TRC, 1),
[all …]
/linux/arch/arm64/include/asm/
H A Dsysreg.h213 #define SYS_TRCACATR(m) sys_reg(2, 1, 2, ((m & 7) << 1), (2 | (m >> 3))) macro