Searched refs:scr_el3 (Results 1 - 2 of 2) sorted by relevance

/gem5/system/arm/aarch64_bootloader/
H A Dboot.S54 msr scr_el3, x0
/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.cc965 SCR scr_el3 = isa->readMiscRegNoEffect(MISCREG_SCR_EL3); local
966 bool route_fiq_to_el3 = scr_el3.fiq;
967 bool route_irq_to_el3 = scr_el3.irq;
1287 SCR scr_el3 = isa->readMiscRegNoEffect(MISCREG_SCR_EL3); local
1289 if (haveEL(EL3) && !inSecureState() && (scr_el3.fiq)) {

Completed in 11 milliseconds