Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dsysreg.h309 #define SYS_ICC_AP1Rn_EL1(n) sys_reg(3, 0, 12, 9, n) macro
310 #define SYS_ICC_AP1R0_EL1 SYS_ICC_AP1Rn_EL1(0)
311 #define SYS_ICC_AP1R1_EL1 SYS_ICC_AP1Rn_EL1(1)
312 #define SYS_ICC_AP1R2_EL1 SYS_ICC_AP1Rn_EL1(2)
313 #define SYS_ICC_AP1R3_EL1 SYS_ICC_AP1Rn_EL1(3)
/Linux-v4.19/virt/kvm/arm/hyp/
Dvgic-v3-sr.c1051 case SYS_ICC_AP1Rn_EL1(0): in __vgic_v3_perform_cpuif_access()
1058 case SYS_ICC_AP1Rn_EL1(1): in __vgic_v3_perform_cpuif_access()
1065 case SYS_ICC_AP1Rn_EL1(2): in __vgic_v3_perform_cpuif_access()
1072 case SYS_ICC_AP1Rn_EL1(3): in __vgic_v3_perform_cpuif_access()