Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/kvm/
Demulate-nested.c1429 SR_FGT(SYS_TRCVMIDCVR(0), HDFGRTR, TRC, 1),
1430 SR_FGT(SYS_TRCVMIDCVR(1), HDFGRTR, TRC, 1),
1431 SR_FGT(SYS_TRCVMIDCVR(2), HDFGRTR, TRC, 1),
1432 SR_FGT(SYS_TRCVMIDCVR(3), HDFGRTR, TRC, 1),
1433 SR_FGT(SYS_TRCVMIDCVR(4), HDFGRTR, TRC, 1),
1434 SR_FGT(SYS_TRCVMIDCVR(5), HDFGRTR, TRC, 1),
1435 SR_FGT(SYS_TRCVMIDCVR(6), HDFGRTR, TRC, 1),
1436 SR_FGT(SYS_TRCVMIDCVR(7), HDFGRTR, TRC, 1),
/linux-6.6.21/arch/arm64/include/asm/
Dsysreg.h268 #define SYS_TRCVMIDCVR(m) sys_reg(2, 1, 3, ((m & 7) << 1), 1) macro