Searched refs:thread_regs (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/kernel/
H A Dkgdb.c74 struct pt_regs *thread_regs; local
86 thread_regs = task_pt_regs(task);
87 gdb_regs[_R0] = thread_regs->ARM_r0;
88 gdb_regs[_R1] = thread_regs->ARM_r1;
89 gdb_regs[_R2] = thread_regs->ARM_r2;
90 gdb_regs[_R3] = thread_regs->ARM_r3;
91 gdb_regs[_R4] = thread_regs->ARM_r4;
92 gdb_regs[_R5] = thread_regs->ARM_r5;
93 gdb_regs[_R6] = thread_regs->ARM_r6;
94 gdb_regs[_R7] = thread_regs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Dkgdb.c74 struct pt_regs *thread_regs; local
86 thread_regs = task_pt_regs(task);
87 gdb_regs[_R0] = thread_regs->ARM_r0;
88 gdb_regs[_R1] = thread_regs->ARM_r1;
89 gdb_regs[_R2] = thread_regs->ARM_r2;
90 gdb_regs[_R3] = thread_regs->ARM_r3;
91 gdb_regs[_R4] = thread_regs->ARM_r4;
92 gdb_regs[_R5] = thread_regs->ARM_r5;
93 gdb_regs[_R6] = thread_regs->ARM_r6;
94 gdb_regs[_R7] = thread_regs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c459 static unsigned long thread_regs[MAX_REG_NR]; variable
463 get_safe_registers(thread_regs);
465 thread_regs[REGS_IP_INDEX] = STUB_CODE +
468 thread_regs[REGS_SP_INDEX] = STUB_DATA + UM_KERN_PAGE_SIZE -
471 thread_regs[REGS_SP_INDEX] -= __SIGNAL_FRAMESIZE;
498 err = ptrace_setregs(pid, thread_regs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/os-Linux/skas/
H A Dprocess.c459 static unsigned long thread_regs[MAX_REG_NR]; variable
463 get_safe_registers(thread_regs);
465 thread_regs[REGS_IP_INDEX] = STUB_CODE +
468 thread_regs[REGS_SP_INDEX] = STUB_DATA + UM_KERN_PAGE_SIZE -
471 thread_regs[REGS_SP_INDEX] -= __SIGNAL_FRAMESIZE;
498 err = ptrace_setregs(pid, thread_regs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dptrace.c670 struct pt_regs *thread_regs; local
685 thread_regs = task_pt_regs(thread);
686 thread_rbs_end = ia64_get_user_rbs_end(thread, thread_regs, NULL);
687 if (!on_kernel_rbs(addr, thread_regs->ar_bspstore, thread_rbs_end))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dptrace.c670 struct pt_regs *thread_regs; local
685 thread_regs = task_pt_regs(thread);
686 thread_rbs_end = ia64_get_user_rbs_end(thread, thread_regs, NULL);
687 if (!on_kernel_rbs(addr, thread_regs->ar_bspstore, thread_rbs_end))

Completed in 137 milliseconds