Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dsysreg.h409 #define SYS_ICC_AP1Rn_EL1(n) sys_reg(3, 0, 12, 9, n) macro
410 #define SYS_ICC_AP1R0_EL1 SYS_ICC_AP1Rn_EL1(0)
411 #define SYS_ICC_AP1R1_EL1 SYS_ICC_AP1Rn_EL1(1)
412 #define SYS_ICC_AP1R2_EL1 SYS_ICC_AP1Rn_EL1(2)
413 #define SYS_ICC_AP1R3_EL1 SYS_ICC_AP1Rn_EL1(3)
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c1068 case SYS_ICC_AP1Rn_EL1(0): in __vgic_v3_perform_cpuif_access()
1075 case SYS_ICC_AP1Rn_EL1(1): in __vgic_v3_perform_cpuif_access()
1082 case SYS_ICC_AP1Rn_EL1(2): in __vgic_v3_perform_cpuif_access()
1089 case SYS_ICC_AP1Rn_EL1(3): in __vgic_v3_perform_cpuif_access()