HomeSort by: relevance | last modified time | path
    Searched refs:tf_global (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/arch/sparc64/sparc64/
core_machdep.c 103 md_core.md_tf.tf_global[0] = l->l_md.md_tf->tf_global[0];
104 md_core.md_tf.tf_global[1] = l->l_md.md_tf->tf_global[1];
105 md_core.md_tf.tf_global[2] = l->l_md.md_tf->tf_global[2];
106 md_core.md_tf.tf_global[3] = l->l_md.md_tf->tf_global[3];
107 md_core.md_tf.tf_global[4] = l->l_md.md_tf->tf_global[4]
    [all...]
netbsd32_machdep.c 145 tf->tf_global[1] = p->p_psstrp;
279 regs->r_global[i] = tf->tf_global[i];
296 tf->tf_global[i] = regs->r_global[i];
365 md_core.md_tf.tf_global[i] = l->l_md.md_tf->tf_global[i];
428 gr[_REG_G1] = tf->tf_global[1];
429 gr[_REG_G2] = tf->tf_global[2];
430 gr[_REG_G3] = tf->tf_global[3];
431 gr[_REG_G4] = tf->tf_global[4];
432 gr[_REG_G5] = tf->tf_global[5]
    [all...]
process_machdep.c 127 regs->r_global[i] = tf->tf_global[i];
139 regp->r_global[i] = tf->tf_global[i];
160 tf->tf_global[i] = regs->r_global[i];
174 tf->tf_global[i] = regp->r_global[i];
kgdb_machdep.c 348 kgdb_copy((void *)&tf->tf_global[1], (void *)&gdb_regs[1], 15 * 8);
369 kgdb_copy((void *)&gdb_regs[1], (void *)&tf->tf_global[1], 15 * 8);
db_trace.c 394 (unsigned long long)tf->tf_global[0],
395 (unsigned long long)tf->tf_global[1],
396 (unsigned long long)tf->tf_global[2],
397 (unsigned long long)tf->tf_global[3]);
399 (unsigned long long)tf->tf_global[4],
400 (unsigned long long)tf->tf_global[5],
401 (unsigned long long)tf->tf_global[6],
402 (unsigned long long)tf->tf_global[7]);
syscall.c 130 tf->tf_pc = tf->tf_global[5];
132 tf->tf_pc = tf->tf_global[7];
134 tf->tf_pc = tf->tf_global[2];
compat_16_machdep.c 150 sf.sf_sc.sc_g1 = tf->tf_global[1];
224 tf->tf_global[1] = (vaddr_t)catcher;
334 tf->tf_global[1] = (uint64_t)scp->sc_g1;
netbsd32_machdep_16.c 162 sf.sf_sc.sc_g1 = tf->tf_global[1];
217 tf->tf_global[1] = (long)catcher;
312 tf->tf_global[1] = (int64_t)sc.sc_g1;
compat_13_machdep.c 138 tf->tf_global[1] = scp->sc_g1;
trap.c 387 (u_int)(tf->tf_global[0]>>32), (u_int)tf->tf_global[0],
388 (u_int)(tf->tf_global[1]>>32), (u_int)tf->tf_global[1],
389 (u_int)(tf->tf_global[2]>>32), (u_int)tf->tf_global[2],
390 (u_int)(tf->tf_global[3]>>32), (u_int)tf->tf_global[3]);
392 (u_int)(tf->tf_global[4]>>32), (u_int)tf->tf_global[4]
    [all...]
machdep.c 284 tf->tf_global[1] = l->l_proc->p_psstrp;
286 tf->tf_global[4] = 0;
810 (unsigned long long)tf->tf_global[1],
811 (unsigned long long)tf->tf_global[2],
812 (unsigned long long)tf->tf_global[3],
813 (unsigned long long)tf->tf_global[4],
814 (unsigned long long)tf->tf_global[5],
815 (unsigned long long)tf->tf_global[6],
816 (unsigned long long)tf->tf_global[7]);
2445 gr[_REG_G1] = tf->tf_global[1]
    [all...]
sunos_machdep.c 142 sf.sf_sc.sc_g1 = tf->tf_global[1];
262 tf->tf_global[1] = scp->sc_g1;
sunos32_machdep.c 150 tf->tf_global[1] = (u_int)p->p_psstrp;
229 sf.sf_sc.sc_g1 = tf->tf_global[1];
351 tf->tf_global[1] = scp->sc_g1;
netbsd32_machdep_13.c 152 tf->tf_global[1] = (int64_t)sc.sc_g1;
vm_machdep.c 361 tf->tf_global[7] = (uintptr_t)addr;
  /src/sys/arch/sparc/include/
ptrace.h 74 #define PTRACE_LWP_GETPRIVATE(l) (l)->l_md.md_tf->tf_global[7]
reg.h 49 * Note, tf_global[0] is not actually written (since g0 is always 0).
50 * (The slot tf_global[0] is used to send a copy of %wim to kernel gdb.
58 int tf_global[8]; /* global registers in trap's caller */ member in struct:trapframe
  /src/sys/arch/sparc64/include/
reg.h 79 * Note, tf_global[0] is not actually written (since g0 is always 0).
80 * (The slot tf_global[0] is used to send a copy of %wim to kernel gdb.
88 int tf_global[8]; /* global registers in trap's caller */ member in struct:trapframe32
96 * (The slot tf_global[0] is used to store the %fp when this is used
110 int64_t tf_global[8]; /* global registers in trap's caller */ member in struct:trapframe64
111 /* n.b. tf_global[0] is used for fp when this is a clockframe */
  /src/sys/arch/sparc/sparc/
kgdb_machdep.c 346 kgdb_copy((void *)&tf->tf_global[1], (void *)&gdb_regs[1], 15 * 4);
357 gdb_regs[GDB_WIM] = tf->tf_global[0]; /* input only! */
373 kgdb_copy((void *)&gdb_regs[1], (void *)&tf->tf_global[1], 15 * 4);
compat_13_machdep.c 98 tf->tf_global[1] = scp->sc_g1;
syscall.c 112 tf->tf_pc = tf->tf_global[5];
114 tf->tf_pc = tf->tf_global[2];
116 tf->tf_pc = tf->tf_global[7];
compat_16_machdep.c 178 sf.sf_sc.sc_g1 = tf->tf_global[1];
234 tf->tf_global[1] = (int)catcher;
300 tf->tf_global[1] = scp->sc_g1;
sunos_machdep.c 125 sf.sf_sc.sc_g1 = tf->tf_global[1];
machdep.c 390 tf->tf_global[1] = l->l_proc->p_psstrp;
627 r[_REG_G1] = tf->tf_global[1];
628 r[_REG_G2] = tf->tf_global[2];
629 r[_REG_G3] = tf->tf_global[3];
630 r[_REG_G4] = tf->tf_global[4];
631 r[_REG_G5] = tf->tf_global[5];
632 r[_REG_G6] = tf->tf_global[6];
633 r[_REG_G7] = tf->tf_global[7];
749 tf->tf_global[1] = r[_REG_G1];
750 tf->tf_global[2] = r[_REG_G2]
    [all...]
  /src/sys/arch/sparc/fpu/
fpu.c 400 if (rs1 != 0 && (int64_t)curlwp->l_md.md_tf->tf_global[rs1] != 0)
408 if (rs1 != 0 && (int64_t)curlwp->l_md.md_tf->tf_global[rs1] > 0)
416 if (rs1 == 0 || (int64_t)curlwp->l_md.md_tf->tf_global[rs1] >= 0)
424 if (rs1 == 0 || (int64_t)curlwp->l_md.md_tf->tf_global[rs1] == 0)
432 if (rs1 == 0 || (int64_t)curlwp->l_md.md_tf->tf_global[rs1] <= 0)
440 if (rs1 != 0 && (int64_t)curlwp->l_md.md_tf->tf_global[rs1] < 0)

Completed in 26 milliseconds

1 2