Searched refs:gprs (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/oprofile/
H A Dbacktrace.c26 oprofile_add_trace(sf->gprs[8] & PSW_ADDR_INSN);
38 oprofile_add_trace(sf->gprs[8] & PSW_ADDR_INSN);
51 oprofile_add_trace(sf->gprs[8] & PSW_ADDR_INSN);
53 sp = regs->gprs[15];
66 head = regs->gprs[15];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dprocess.c71 return sf->gprs[8];
174 show_trace(NULL, (unsigned long *) regs->gprs[15]);
194 regs.gprs[9] = (unsigned long) fn;
195 regs.gprs[10] = (unsigned long) arg;
196 regs.gprs[11] = (unsigned long) do_exit;
235 frame->childregs.gprs[2] = 0; /* child returns 0 on fork. */
236 frame->childregs.gprs[15] = new_stackp;
240 frame->sf.gprs[8] = (unsigned long) ret_from_fork;
243 frame->sf.gprs[9] = (unsigned long) frame;
259 p->thread.acrs[0] = regs->gprs[
[all...]
H A Dsignal.c107 return do_sigaltstack(uss, uoss, regs->gprs[15]);
123 memcpy(&user_sregs.regs.gprs, &regs->gprs, sizeof(sregs->regs.gprs));
151 memcpy(&regs->gprs, &user_sregs.regs.gprs, sizeof(sregs->regs.gprs));
168 sigframe __user *frame = (sigframe __user *)regs->gprs[15];
185 return regs->gprs[2];
195 rt_sigframe __user *frame = (rt_sigframe __user *)regs->gprs[1
[all...]
H A Dbinfmt_elf32.c39 _r->gprs[14] = 0; \
94 __u32 gprs[__NUM_GPRS]; member in struct:__anon3748
107 regs->gprs[i] = ptregs->gprs[i];
121 regs->gprs[i] = ptregs->gprs[i];
H A Dtraps.c91 printk("([<%016lx>] ", sf->gprs[8] & PSW_ADDR_INSN);
92 print_symbol("%s)\n", sf->gprs[8] & PSW_ADDR_INSN);
102 printk(" [<%016lx>] ", sf->gprs[8] & PSW_ADDR_INSN);
103 print_symbol("%s\n", sf->gprs[8] & PSW_ADDR_INSN);
113 sp = regs->gprs[15];
201 regs->gprs[0], regs->gprs[1], regs->gprs[2], regs->gprs[3]);
203 regs->gprs[
[all...]
H A Dcompat_signal.c278 regs->gprs[15]);
303 regs32.gprs[i] = (__u32) regs->gprs[i];
330 regs->gprs[i] = (__u64) regs32.gprs[i];
348 sigframe32 __user *frame = (sigframe32 __user *)regs->gprs[15];
365 return regs->gprs[2];
375 rt_sigframe32 __user *frame = (rt_sigframe32 __user *)regs->gprs[15];
404 do_sigaltstack((stack_t __force __user *)&st, NULL, regs->gprs[15]);
407 return regs->gprs[
[all...]
H A Dcompat_ptrace.h42 u32 gprs[NUM_GPRS]; member in struct:user_regs_struct32
H A Dasm-offsets.c38 DEFINE(__PT_GPRS, offsetof(struct pt_regs, gprs),);
45 DEFINE(__SF_GPRS, offsetof(struct stack_frame, gprs),);
H A Dstacktrace.c30 addr = sf->gprs[8] & PSW_ADDR_INSN;
58 sp = regs->gprs[15];
H A Dptrace.c149 * psw and gprs are stored on the stack
229 * psw and gprs are stored on the stack
391 * psw and gprs are stored on the stack
467 * psw, gprs, acrs and orig_gpr2 are stored on the stack
739 audit_syscall_exit(AUDITSC_RESULT(regs->gprs[2]), regs->gprs[2]);
752 if (!entryexit && regs->gprs[2] >= NR_syscalls)
767 regs->gprs[2], regs->orig_gpr2, regs->gprs[3],
768 regs->gprs[
[all...]
H A Dkprobes.c277 ri->ret_addr = (kprobe_opcode_t *) regs->gprs[14];
280 regs->gprs[14] = (unsigned long)&kretprobe_trampoline;
460 regs->gprs[p->ainsn.reg] = ((unsigned long)p->addr +
461 (regs->gprs[p->ainsn.reg] -
621 kcb->jprobe_saved_r14 = (unsigned long)regs->gprs[14];
623 kcb->jprobe_saved_r15 = (unsigned long)regs->gprs[15];
H A Dcompat_linux.h121 __u32 gprs[__NUM_GPRS]; member in struct:__anon3759
H A Dentry.S156 stm %r0,%r11,SP_R0(%r15) # store gprs %r0-%r11 to kernel stack
168 lm %r0,%r15,SP_R0(%r15) # load gprs 0-15 of user
673 lm %r0,%r15,__LC_GPREGS_SAVE_AREA # revalidate gprs
749 lm %r0,%r15,SP_R0(%r15) # load gprs 0-15
754 lm %r0,%r15,SP_R0(%r15) # load gprs 0-15
806 stm %r0,%r11,SP_R0(%r15) # store gprs %r0-%r11 to kernel stack
H A Dentry64.S147 stmg %r0,%r11,SP_R0(%r15) # store gprs %r0-%r11 to kernel stack
159 lmg %r0,%r15,SP_R0(%r15) # load gprs 0-15 of user
655 lmg %r0,%r15,__LC_GPREGS_SAVE_AREA-4095(%r1)# revalidate gprs
725 lmg %r0,%r15,SP_R0(%r15) # load gprs 0-15
780 stmg %r0,%r11,SP_R0(%r15) # store gprs %r0-%r11 to kernel stack
H A Dcompat_linux.c506 rc = compat_do_execve(filename, compat_ptr(regs->gprs[3]),
507 compat_ptr(regs->gprs[4]), regs);
517 result = regs->gprs[2];
929 clone_flags = regs->gprs[3] & 0xffffffffUL;
931 parent_tidptr = compat_ptr(regs->gprs[4]);
932 child_tidptr = compat_ptr(regs->gprs[5]);
934 newsp = regs->gprs[15];
H A Dsmp.c583 sf->gprs[9] = (unsigned long) sf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dprocessor.h117 unsigned long gprs[10]; member in struct:stack_frame
124 unsigned long gprs[10]; member in struct:stack_frame
157 regs->gprs[15] = new_stackp ; \
166 regs->gprs[15] = new_stackp; \
173 regs->gprs[15] = new_stackp; \
207 #define KSTK_ESP(tsk) (task_pt_regs(tsk)->gprs[15])
H A Dsigcontext.h47 unsigned long gprs[__NUM_GPRS]; member in struct:__anon9394
H A Delf.h131 _r->gprs[14] = 0; \
157 memcpy(&regs->psw, &ptregs->psw, sizeof(regs->psw)+sizeof(regs->gprs));
168 memcpy(&regs->psw, &ptregs->psw, sizeof(regs->psw)+sizeof(regs->gprs));
H A Dptrace.h290 unsigned long gprs[NUM_GPRS]; member in struct:__anon9379
307 unsigned long gprs[NUM_GPRS]; member in struct:pt_regs
451 unsigned long gprs[NUM_GPRS]; member in struct:user_regs_struct
470 #define regs_return_value(regs)((regs)->gprs[2])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dspu_utils.h64 ((char *)(&(dummy->_field)) - (char *)(&(dummy->gprs[0].slot[0])))
H A Dfile.c359 lscsa->gprs, sizeof lscsa->gprs);
383 size = min_t(ssize_t, sizeof lscsa->gprs - *pos, size);
390 ret = copy_from_user(lscsa->gprs + *pos - size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dspu_csa.h63 * @gprs: Array of saved registers.
79 struct spu_reg128 gprs[128]; member in struct:spu_lscsa
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/math-emu/
H A Dmath.c421 si = regs->gprs[ry];
437 si = regs->gprs[ry];
451 si = regs->gprs[ry];
475 regs->gprs[rx] = si;
495 regs->gprs[rx] = si;
515 regs->gprs[rx] = si;
611 regs->gprs[rx] = current->thread.fp_regs.fpc;
1305 temp = regs->gprs[rx];
1883 addr += (rx != 0) ? regs->gprs[rx] : 0; /* + index */
1884 addr += (rb != 0) ? regs->gprs[r
[all...]

Completed in 134 milliseconds