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

/gem5/src/arch/arm/
H A Dinterrupts.hh148 bool allowVFiq = !cpsr.f && hcr.fmo && !isSecure && !isHypMode; local
151 if ( !(intStatus || (hcr.vi && allowVIrq) || (hcr.vf && allowVFiq) ||
163 ((interrupts[INT_VIRT_FIQ] || hcr.vf) && allowVFiq) ||
238 bool allowVFiq = !cpsr.f && hcr.fmo && !isSecure && !isHypMode; local
251 if ((interrupts[INT_VIRT_FIQ] || hcr.vf) && allowVFiq)

Completed in 8 milliseconds