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

/gem5/src/arch/arm/insts/
H A Dstatic_inst.hh204 uint8_t byteMask, bool affectState, bool nmfi, ThreadContext *tc)
229 if ( (!nmfi || !((val >> 6) & 0x1)) &&
203 cpsrWriteByInstr(CPSR cpsr, uint32_t val, SCR scr, NSACR nsacr, uint8_t byteMask, bool affectState, bool nmfi, ThreadContext *tc) argument
/gem5/src/arch/arm/
H A Disa.cc229 sctlr.nmfi = (bool) sctlr_rst.nmfi;
1068 new_sctlr.nmfi = ((bool)sctlr.nmfi) && !haveVirtualization;
H A Dmiscregs_types.hh318 Bitfield<27> nmfi; // Non-maskable FIQ support (ARMv7 only) member in namespace:ArmISA

Completed in 13 milliseconds