HomeSort by: relevance | last modified time | path
    Searched refs:tf_xer (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
compat_13_machdep.c 100 tf->tf_xer = sc.sc_frame.xer;
sig_machdep.c 192 gr[_REG_XER] = tf->tf_xer;
262 tf->tf_xer = gr[_REG_XER];
compat_16_machdep.c 121 utf->xer = tf->tf_xer;
243 tf->tf_xer = utf->xer;
process_machdep.c 65 regs->xer = tf->tf_xer;
80 tf->tf_xer = regs->xer;
db_trace.c 307 R(&tf->tf_xer),
db_interface.c 240 DDB_REGS->xer = tf->tf_xer;
281 tf->tf_xer = DDB_REGS->xer;
615 tf->tf_lr, tf->tf_cr, tf->tf_xer, tf->tf_ctr);
  /src/sys/compat/linux/arch/powerpc/
linux_machdep.c 173 linux_regs.lxer = tf->tf_xer;
316 tf->tf_xer = lregs->lxer;
410 tf->tf_xer = lregs->lxer;
  /src/sys/arch/powerpc/include/
frame.h 148 #define tf_xer tf_ureg.r_xer macro
  /src/sys/arch/powerpc/booke/
trap.c 655 tf->tf_lr, tf->tf_ctr, tf->tf_cr, tf->tf_xer);

Completed in 17 milliseconds