Searched refs:gr (Results 1 - 25 of 140) sorted by path

123456

/linux-master/arch/parisc/include/asm/
H A Dsyscall.h17 return regs->gr[20];
24 args[5] = regs->gr[21];
25 args[4] = regs->gr[22];
26 args[3] = regs->gr[23];
27 args[2] = regs->gr[24];
28 args[1] = regs->gr[25];
29 args[0] = regs->gr[26];
35 unsigned long error = regs->gr[28];
42 return regs->gr[28];
49 regs->gr[2
[all...]
H A Dassembly.h114 .macro tophys_r1 gr
116 addl \gr, %r1, \gr variable
119 .macro tovirt_r1 gr
121 addl \gr, %r1, \gr variable
H A Delf.h279 for (i = 0; i < 32; i++) dst[i] = pt->gr[i]; \
330 #define ELF_PLAT_INIT(_r, load_addr) _r->gr[23] = 0
H A Dprocessor.h137 .regs = { .gr = { 0, }, \
257 regs->gr[ 0] = USER_PSW | (USER_WIDE_MODE ? PSW_W : 0); \
262 regs->gr[30] = (((unsigned long)sp + 63) &~ 63) | (USER_WIDE_MODE ? 1 : 0); \
263 regs->gr[31] = pc; \
265 get_user(regs->gr[25], (argv - 1)); \
266 regs->gr[24] = (long) argv; \
267 regs->gr[23] = 0; \
275 #define KSTK_ESP(tsk) ((tsk)->thread.regs.gr[30])
H A Dptrace.h20 #define user_stack_pointer(regs) ((regs)->gr[30])
25 return regs->gr[28];
40 #define kernel_stack_pointer(regs) ((regs)->gr[30])
H A Dspecial_insns.h48 #define mtctl(gr, cr) \
51 : "r" (gr), "i" (cr) : "memory")
/linux-master/arch/parisc/include/uapi/asm/
H A Dptrace.h25 unsigned long gr[32]; /* PSW is in gr[0] */ member in struct:pt_regs
52 unsigned long gr[32]; /* PSW is in gr[0] */ member in struct:user_regs_struct
H A Dpdc.h640 unsigned int gr[32]; member in struct:pdc_hpmc_pim_11
673 unsigned long long gr[32]; member in struct:pdc_hpmc_pim_20
708 unsigned int gr[32]; member in struct:pdc_toc_pim_11
718 unsigned long long gr[32]; member in struct:pdc_toc_pim_20
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S18 #define MTDIAG_1(gr) .word 0x14201840 + gr*0x10000
19 #define MTDIAG_2(gr) .word 0x14401840 + gr*0x10000
20 #define MFDIAG_1(gr) .word 0x142008A0 + gr
21 #define MFDIAG_2(gr) .word 0x144008A0 + gr
H A Dsignal32.c51 regs->gr[regn] = compat_reg;
54 regs->gr[regn] = ((u64)compat_regt << 32) | (u64)compat_reg;
55 DBG(3,"restore_sigcontext32: gr%02d = %#lx (%#x / %#x)\n",
56 regn, regs->gr[regn], compat_regt, compat_reg);
103 DBG(2,"restore_sigcontext32: r28 is %ld\n", regs->gr[28]);
133 compat_reg = (compat_uint_t)(regs->gr[31]);
140 compat_reg = (compat_uint_t)(regs->gr[31] >> 32);
145 compat_reg = (compat_uint_t)(regs->gr[31]+4);
150 compat_reg = (compat_uint_t)((regs->gr[31]+4) >> 32);
167 regs->gr[3
[all...]
H A Dasm-offsets.c50 DEFINE(TASK_PT_PSW, offsetof(struct task_struct, thread.regs.gr[ 0]));
51 DEFINE(TASK_PT_GR1, offsetof(struct task_struct, thread.regs.gr[ 1]));
52 DEFINE(TASK_PT_GR2, offsetof(struct task_struct, thread.regs.gr[ 2]));
53 DEFINE(TASK_PT_GR3, offsetof(struct task_struct, thread.regs.gr[ 3]));
54 DEFINE(TASK_PT_GR4, offsetof(struct task_struct, thread.regs.gr[ 4]));
55 DEFINE(TASK_PT_GR5, offsetof(struct task_struct, thread.regs.gr[ 5]));
56 DEFINE(TASK_PT_GR6, offsetof(struct task_struct, thread.regs.gr[ 6]));
57 DEFINE(TASK_PT_GR7, offsetof(struct task_struct, thread.regs.gr[ 7]));
58 DEFINE(TASK_PT_GR8, offsetof(struct task_struct, thread.regs.gr[ 8]));
59 DEFINE(TASK_PT_GR9, offsetof(struct task_struct, thread.regs.gr[
[all...]
H A Dirq.c382 unsigned long sp = regs->gr[30];
H A Dkgdb.c65 struct parisc_gdb_regs *gr = (struct parisc_gdb_regs *)gdb_regs; local
67 memset(gr, 0, sizeof(struct parisc_gdb_regs));
69 memcpy(gr->gpr, regs->gr, sizeof(gr->gpr));
70 memcpy(gr->fr, regs->fr, sizeof(gr->fr));
72 gr->sr0 = regs->sr[0];
73 gr->sr1 = regs->sr[1];
74 gr
97 struct parisc_gdb_regs *gr = (struct parisc_gdb_regs *)gdb_regs; local
[all...]
H A Dkprobes.c205 regs->gr[2] = (unsigned long)correct_ret_addr;
211 ri->ret_addr = (kprobe_opcode_t *)regs->gr[2];
215 regs->gr[2] = (unsigned long)trampoline_p.addr;
H A Dprocess.c231 cregs->gr[27] = ((unsigned long *)args->fn)[3];
232 cregs->gr[26] = ((unsigned long *)args->fn)[2];
234 cregs->gr[26] = (unsigned long) args->fn;
236 cregs->gr[25] = (unsigned long) args->fn_arg;
245 cregs->gr[30] = usp;
H A Dptrace.c165 task_regs(child)->gr[0] &= ~USER_PSW_BITS;
166 task_regs(child)->gr[0] |= data;
231 * the gr registers at the start of pt_regs. The 32 bit pt_regs should
240 if (offset < 32*4) /* gr[0..31] */
335 regs->gr[28] = -ENOSYS;
345 * regs->gr[20] to an invalid syscall number,
348 regs->gr[20] = -1UL;
359 trace_sys_enter(regs, regs->gr[20]);
364 audit_syscall_entry(regs->gr[20], regs->gr[2
[all...]
H A Dsignal.c65 err |= __copy_from_user(regs->gr, sc->sc_gr, sizeof(regs->gr));
72 DBG(2, "%s: r28 is %ld\n", __func__, regs->gr[28]);
81 unsigned long usp = (regs->gr[30] & ~(0x01UL));
114 /* Good thing we saved the old gr[30], eh? */
146 regs->gr[31] = regs->iaoq[0];
190 err |= __put_user(regs->gr[31], &sc->sc_iaoq[0]);
191 err |= __put_user(regs->gr[31]+4, &sc->sc_iaoq[1]);
195 __func__, regs->gr[31], regs->gr[3
[all...]
H A Dtime.c127 if (regs->gr[0] & PSW_N)
132 pc = regs->gr[2];
H A Dtoc.c22 regs->gr[0] = (unsigned long)toc->cr[22];
25 regs->gr[i] = (unsigned long)toc->gr[i];
45 regs->gr[0] = toc->cr[22];
48 regs->gr[i] = toc->gr[i];
H A Dtraps.c90 printbinary(buf, regs->gr[0], 32);
94 PRINTREGS(level, regs->gr, "r", RFMT, i);
157 printk("%s RP(r2): " RFMT "\n", level, regs->gr[2]);
161 printk("%s RP(r2): %pS\n", level, (void *) regs->gr[2]);
356 regs->gr[0] = pim_wide->cr[22];
359 regs->gr[i] = pim_wide->gr[i];
380 regs->gr[0] = pim_narrow->cr[22];
383 regs->gr[i] = pim_narrow->gr[
[all...]
H A Dunaligned.c131 regs->gr[toreg] = val;
165 regs->gr[toreg] = val;
222 regs->gr[toreg] = val;
229 unsigned long val = regs->gr[frreg], temp1;
260 val = regs->gr[frreg];
301 val = regs->gr[frreg];
374 unsigned long newbase = R1(regs->iir)?regs->gr[R1(regs->iir)]:0;
435 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0)<<shift;
437 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0);
589 regs->gr[R
[all...]
/linux-master/drivers/macintosh/
H A Dwindfarm_pid.c67 target = (s32)((integ * (s64)st->param.gr + deriv * (s64)st->param.gd +
118 integ *= st->param.gr;
/linux-master/include/uapi/linux/
H A Dam437x-vpfe.h95 char gr; member in struct:vpfe_ccdc_black_compensation
/linux-master/include/video/
H A Domapfb_dss.h290 s16 gr, gg, gb; member in struct:omap_dss_cpr_coefs
/linux-master/arch/arm/boot/dts/renesas/
H A DMakefile5 r7s72100-gr-peach.dtb \

Completed in 572 milliseconds

123456