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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dtraps.c282 do_page_fault(&fp->ptregs, addr, errorcode);
287 send_fault_sig(&fp->ptregs);
289 send_fault_sig(&fp->ptregs) > 0) {
290 printk("pc=%#lx, fa=%#lx\n", fp->ptregs.pc, fp->un.fmt4.effaddr);
393 send_fault_sig(&fp->ptregs);
452 if (do_page_fault(&fp->ptregs, addr, errorcode)) {
456 if (user_mode(&fp->ptregs)){
483 if (send_fault_sig(&fp->ptregs) >= 0)
511 fp->ptregs.format == 0xa ? fp->ptregs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dtraps.c91 if (user_mode(&fp->ptregs))
95 printk (KERN_DEBUG "*** Bus Error *** Format is %x\n", fp->ptregs.format);
98 die_if_kernel("bad frame format",&fp->ptregs,0);
183 if (fp->ptregs.vector < 4 * ARRAY_SIZE(vec_names))
185 vec_names[(fp->ptregs.vector) >> 2],
186 fp->ptregs.format);
189 (fp->ptregs.vector) >> 2,
190 fp->ptregs.format);
192 die_if_kernel("BAD KERNEL TRAP", &fp->ptregs, 0);
200 if (fp->ptregs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dtraps_no.h89 struct pt_regs ptregs; member in struct:frame
H A Dtraps_mm.h207 struct pt_regs ptregs; member in struct:frame
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dprocess.c290 struct pt_regs *ptregs = task_pt_regs(tsk); local
291 elf_core_copy_regs(regs, ptregs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dentry.S192 ;; this epilogue MUST match the prologues in multiple_interrupt, irq.h and ptregs.h
426 ;; this prologue MUST match the one in irq.h and the struct in ptregs.h!!!
529 ;; this prologue MUST match the one in irq.h and the struct in ptregs.h!!!
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dentry.S228 ;; and ptregs.h.
389 ;; This prologue MUST match the one in irq.h and the struct in ptregs.h!
447 ;; This prologue MUST match the one in irq.h and the struct in ptregs.h!
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dlinuxver.h139 typedef irqreturn_t(*FN_ISR) (int irq, void *dev_id, struct pt_regs *ptregs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dentry_64.S191 * RESTORE_TOP_OF_STACK syncs the syscall state after any possible ptregs
634 leaq 8(%rsp),%rdi # &ptregs -> arg1
644 movq %rsp,%rdi # &ptregs -> arg1

Completed in 149 milliseconds