HomeSort by: relevance | last modified time | path
    Searched defs:tf_global (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/include/
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 */

Completed in 12 milliseconds