Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Darch_gicv3.h114 return read_sysreg_s(SYS_ICC_SRE_EL1); in gic_read_sre()
119 write_sysreg_s(val, SYS_ICC_SRE_EL1); in gic_write_sre()
H A Dsysreg.h409 #define SYS_ICC_SRE_EL1 sys_reg(3, 0, 12, 12, 5) macro
/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c325 write_sysreg_s(read_sysreg_s(SYS_ICC_SRE_EL1) | ICC_SRE_EL1_SRE, in gicv3_cpu_init()
326 SYS_ICC_SRE_EL1); in gicv3_cpu_init()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c433 { SYS_DESC(SYS_ICC_SRE_EL1), .access = pvm_gic_read_sre, },
/linux/arch/arm64/kvm/
H A Dvgic-sys-reg-v3.c325 { SYS_DESC(SYS_ICC_SRE_EL1),
H A Dsys_regs.c2547 { SYS_DESC(SYS_ICC_SRE_EL1), access_gic_sre },
3535 { CP15_SYS_DESC(SYS_ICC_SRE_EL1), access_gic_sre },
/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h273 #define SYS_ICC_SRE_EL1 sys_reg(3, 0, 12, 12, 5) macro