Home
last modified time | relevance | path

Searched refs:SYS_ICC_IAR1_EL1 (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm64/include/asm/
H A Darch_gicv3.h39 irqstat = read_sysreg_s(SYS_ICC_IAR1_EL1); in gic_read_iar_common()
71 irqstat = read_sysreg_s(SYS_ICC_IAR1_EL1); in gic_read_iar_cavium_thunderx()
H A Dsysreg.h404 #define SYS_ICC_IAR1_EL1 sys_reg(3, 0, 12, 12, 0) macro
/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c96 uint64_t irqstat = read_sysreg_s(SYS_ICC_IAR1_EL1); in gicv3_read_iar()
/linux/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c1095 case SYS_ICC_IAR1_EL1: in __vgic_v3_check_trap_forwarding()
1145 case SYS_ICC_IAR1_EL1: in __vgic_v3_perform_cpuif_access()
/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h268 #define SYS_ICC_IAR1_EL1 sys_reg(3, 0, 12, 12, 0) macro
/linux/arch/arm64/kvm/
H A Dsys_regs.c2542 { SYS_DESC(SYS_ICC_IAR1_EL1), undef_access },
3530 { CP15_SYS_DESC(SYS_ICC_IAR1_EL1), undef_access },
H A Demulate-nested.c1177 SR_TRAP(SYS_ICC_IAR1_EL1, CGT_ICH_HCR_TALL1),