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

/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dgic_v3.h69 #define SYS_ICC_SRE_EL1 sys_reg(3, 0, 12, 12, 5) macro
/linux-master/arch/arm64/include/asm/
H A Darch_gicv3.h114 return read_sysreg_s(SYS_ICC_SRE_EL1);
119 write_sysreg_s(val, SYS_ICC_SRE_EL1);
H A Dsysreg.h388 #define SYS_ICC_SRE_EL1 sys_reg(3, 0, 12, 12, 5) macro
/linux-master/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,
317 SYS_ICC_SRE_EL1);
/linux-master/arch/arm64/kvm/
H A Dvgic-sys-reg-v3.c325 { SYS_DESC(SYS_ICC_SRE_EL1),
H A Dsys_regs.c2448 { SYS_DESC(SYS_ICC_SRE_EL1), access_gic_sre },
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c433 { SYS_DESC(SYS_ICC_SRE_EL1), .access = pvm_gic_read_sre, },
/linux-master/tools/arch/arm64/include/asm/
H A Dsysreg.h273 #define SYS_ICC_SRE_EL1 sys_reg(3, 0, 12, 12, 5) macro

Completed in 289 milliseconds