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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dprocess.c94 status = regs->cp0_status & ~(ST0_CU0|ST0_CU1|ST0_FR|KU_MASK);
96 status |= test_thread_flag(TIF_32BIT_REGS) ? 0 : ST0_FR;
H A Dtraps.c1679 status_set |= ST0_FR|ST0_KX|ST0_SX|ST0_UX;
1686 change_c0_status(ST0_CU|ST0_MX|ST0_RE|ST0_FR|ST0_BEV|ST0_TS|ST0_KX|ST0_SX|ST0_UX,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmipsregs.h421 #define ST0_FR 0x04000000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Dcp1emu.c735 return xcp->cp0_status & ST0_FR;

Completed in 41 milliseconds