Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dsysreg.h404 #define SYS_ICC_AP0Rn_EL1(n) sys_reg(3, 0, 12, 8, 4 | n) macro
405 #define SYS_ICC_AP0R0_EL1 SYS_ICC_AP0Rn_EL1(0)
406 #define SYS_ICC_AP0R1_EL1 SYS_ICC_AP0Rn_EL1(1)
407 #define SYS_ICC_AP0R2_EL1 SYS_ICC_AP0Rn_EL1(2)
408 #define SYS_ICC_AP0R3_EL1 SYS_ICC_AP0Rn_EL1(3)
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c1067 case SYS_ICC_AP0Rn_EL1(0): in __vgic_v3_perform_cpuif_access()
1074 case SYS_ICC_AP0Rn_EL1(1): in __vgic_v3_perform_cpuif_access()
1081 case SYS_ICC_AP0Rn_EL1(2): in __vgic_v3_perform_cpuif_access()
1088 case SYS_ICC_AP0Rn_EL1(3): in __vgic_v3_perform_cpuif_access()