Searched refs:fmo (Results 1 - 7 of 7) sorted by relevance

/gem5/src/arch/arm/
H A Dinterrupts.hh148 bool allowVFiq = !cpsr.f && hcr.fmo && !isSecure && !isHypMode;
184 virtWake |= (hcr.vf || interrupts[INT_VIRT_FIQ]) && hcr.fmo;
199 isr.f = (useHcrMux & hcr.fmo) ? (interrupts[INT_VIRT_FIQ] || hcr.vf)
238 bool allowVFiq = !cpsr.f && hcr.fmo && !isSecure && !isHypMode;
H A Dinterrupts.cc76 hcr_mask_override_bit = hcr.fmo;
H A Dmiscregs_types.hh269 Bitfield<3> fmo; member in namespace:ArmISA
H A Dutility.cc584 trapToHype = hcr.fmo;
H A Dfaults.cc1490 toHyp = (!scr.fiq && hcr.fmo && !inSecureState(tc)) ||
/gem5/src/arch/arm/insts/
H A Dmisc64.cc277 trap_to_hyp = hcr.fmo && el == EL1;
/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.cc95 return hcr.fmo;

Completed in 28 milliseconds