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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/kprobes/
H A Dkprobe_example.c38 p->addr, regs->cp0_epc, regs->cp0_status);
59 p->addr, regs->cp0_status);
/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);
99 regs->cp0_status = status;
146 if (childregs->cp0_status & ST0_CU0) {
161 p->thread.cp0_status = read_c0_status() & ~(ST0_CU2|ST0_CU1);
162 childregs->cp0_status &= ~(ST0_CU2|ST0_CU1);
206 gp[EF_CP0_STATUS] = regs->cp0_status;
243 regs.cp0_status = read_c0_status();
245 regs.cp0_status = (regs.cp0_status & ~(ST0_KUP | ST0_IEP | ST0_IEC)) |
246 ((regs.cp0_status
[all...]
H A Dkprobes.c190 kcb->kprobe_saved_SR = kcb->kprobe_old_SR = (regs->cp0_status & ST0_IE);
196 regs->cp0_status &= ~ST0_IE;
228 regs->cp0_status &= ~ST0_IE;
229 regs->cp0_status |= kcb->kprobe_saved_SR;
331 regs->cp0_status |= kcb->kprobe_saved_SR;
355 regs->cp0_status |= kcb->kprobe_old_SR;
H A Dkgdb.c87 { "sr", GDB_SIZEOF_REG, offsetof(struct pt_regs, cp0_status) },
141 if (!(regs->cp0_status & ST0_CU1))
175 if (!(regs->cp0_status & ST0_CU1))
262 *(ptr++) = regs->cp0_status;
H A Dtraps.c274 printk("Status: %08x ", (uint32_t) regs->cp0_status);
277 if (regs->cp0_status & ST0_KUO)
279 if (regs->cp0_status & ST0_IEO)
281 if (regs->cp0_status & ST0_KUP)
283 if (regs->cp0_status & ST0_IEP)
285 if (regs->cp0_status & ST0_KUC)
287 if (regs->cp0_status & ST0_IEC)
290 if (regs->cp0_status & ST0_KX)
292 if (regs->cp0_status & ST0_SX)
294 if (regs->cp0_status
[all...]
H A Dbinfmt_elfo32.c145 grp[EF_CP0_STATUS] = (elf_greg_t) regs->cp0_status;
H A Dasm-offsets.c63 OFFSET(PT_STATUS, pt_regs, cp0_status);
120 thread.cp0_status);
H A Dptrace.c74 __put_user((long)regs->cp0_status, data + EF_CP0_STATUS - EF_R0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dptrace.h39 unsigned long cp0_status; member in struct:pt_regs
138 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER)
H A Dprocessor.h210 unsigned long cp0_status; member in struct:thread_struct
273 .cp0_status = 0, \
334 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/powertv/
H A Dpowertv_setup.c196 my_regs.cp0_status = read_c0_status();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Docteon-wdt-main.c327 u64 cp0_status = read_c0_status(); local
353 octeon_wdt_write_hex(cp0_status, 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-int.c153 regs->cp0_epc, regs->cp0_status,
/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 194 milliseconds