Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Demulate-nested.c1676 SR_FGT(SYS_TRCVMIDCVR(0), HDFGRTR, TRC, 1),
1677 SR_FGT(SYS_TRCVMIDCVR(1), HDFGRTR, TRC, 1),
1678 SR_FGT(SYS_TRCVMIDCVR(2), HDFGRTR, TRC, 1),
1679 SR_FGT(SYS_TRCVMIDCVR(3), HDFGRTR, TRC, 1),
1680 SR_FGT(SYS_TRCVMIDCVR(4), HDFGRTR, TRC, 1),
1681 SR_FGT(SYS_TRCVMIDCVR(5), HDFGRTR, TRC, 1),
1682 SR_FGT(SYS_TRCVMIDCVR(6), HDFGRTR, TRC, 1),
1683 SR_FGT(SYS_TRCVMIDCVR(7), HDFGRTR, TRC, 1),
/linux/arch/arm64/include/asm/
H A Dsysreg.h271 #define SYS_TRCVMIDCVR(m) sys_reg(2, 1, 3, ((m & 7) << 1), 1) macro