Home
last modified time | relevance | path

Searched refs:SYS_ICC_SRE_EL1 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Darch_gicv3.h106 return read_sysreg_s(SYS_ICC_SRE_EL1); in gic_read_sre()
111 write_sysreg_s(val, SYS_ICC_SRE_EL1); in gic_write_sre()
H A Dsysreg.h386 #define SYS_ICC_SRE_EL1 sys_reg(3, 0, 12, 12, 5) macro
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dgic_v3.h69 #define SYS_ICC_SRE_EL1 sys_reg(3, 0, 12, 12, 5) macro
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c316 write_sysreg_s(read_sysreg_s(SYS_ICC_SRE_EL1) | ICC_SRE_EL1_SRE, in gicv3_cpu_init()
317 SYS_ICC_SRE_EL1); in gicv3_cpu_init()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c433 { SYS_DESC(SYS_ICC_SRE_EL1), .access = pvm_gic_read_sre, },
/openbmc/linux/arch/arm64/kvm/
H A Dvgic-sys-reg-v3.c325 { SYS_DESC(SYS_ICC_SRE_EL1),
H A Dsys_regs.c2203 { SYS_DESC(SYS_ICC_SRE_EL1), access_gic_sre },
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h428 #define SYS_ICC_SRE_EL1 sys_reg(3, 0, 12, 12, 5) macro