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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dptrace.h40 unsigned long cp0_status; member in struct:pt_regs
82 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
H A Dprocessor.h122 unsigned long cp0_status; member in struct:thread_struct
218 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status)
H A Dgdb-stub.h161 long cp0_status; member in struct:gdb_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dptrace.h40 unsigned long cp0_status; member in struct:pt_regs
82 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
H A Dprocessor.h122 unsigned long cp0_status; member in struct:thread_struct
218 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status)
H A Dgdb-stub.h161 long cp0_status; member in struct:gdb_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dprocess.c75 status = regs->cp0_status & ~(ST0_CU0|ST0_CU1|KU_MASK);
81 regs->cp0_status = status;
134 if (childregs->cp0_status & ST0_CU0) {
149 p->thread.cp0_status = read_c0_status() & ~(ST0_CU2|ST0_CU1);
150 childregs->cp0_status &= ~(ST0_CU2|ST0_CU1);
193 gp[EF_CP0_STATUS] = regs->cp0_status;
230 regs.cp0_status = read_c0_status();
232 regs.cp0_status &= ~(ST0_KUP | ST0_IEC);
233 regs.cp0_status |= ST0_IEP;
235 regs.cp0_status |
[all...]
H A Dtraps.c247 printk("Status: %08x ", (uint32_t) regs->cp0_status);
250 if (regs->cp0_status & ST0_KUO)
252 if (regs->cp0_status & ST0_IEO)
254 if (regs->cp0_status & ST0_KUP)
256 if (regs->cp0_status & ST0_IEP)
258 if (regs->cp0_status & ST0_KUC)
260 if (regs->cp0_status & ST0_IEC)
263 if (regs->cp0_status & ST0_KX)
265 if (regs->cp0_status & ST0_SX)
267 if (regs->cp0_status
[all...]
H A Dbinfmt_elfo32.c130 grp[EF_CP0_STATUS] = (elf_greg_t) regs->cp0_status;
H A Dasm-offsets.c72 offset("#define PT_STATUS ", struct pt_regs, cp0_status);
125 thread.cp0_status);
H A Dgdb-stub.c850 ptr = mem2hex((char *)&regs->cp0_status, ptr, 6*sizeof(long), 0); /* cp0 */
865 hex2mem(ptr, (char *)&regs->cp0_status, 6*sizeof(long), 0, 0);
H A Dptrace.c73 __put_user (regs->cp0_status, data + EF_CP0_STATUS - EF_R0);
H A Dirixsig.c32 u32 rmask, cp0_status; member in struct:sigctx_irix5
52 (unsigned long) c->cp0_status,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dcp1emu.c181 (xcp->cp0_status & FR_BIT) || !(x & 1) ? \
184 #define SITOREG(si,x) (ctx->fpr[x & ~((xcp->cp0_status & FR_BIT) == 0)] = \
185 (xcp->cp0_status & FR_BIT) || !(x & 1) ? \
190 ctx->fpr[x & ~((xcp->cp0_status & FR_BIT) == 0)])
191 #define DITOREG(di,x) (ctx->fpr[x & ~((xcp->cp0_status & FR_BIT) == 0)] \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/malta/
H A Dmalta_int.c133 regs->cp0_epc, regs->cp0_status,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Dirq.c417 unsigned long cp0_status; local
424 cp0_status = read_c0_status();

Completed in 102 milliseconds