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

  /src/sys/arch/powerpc/powerpc/
compat_13_machdep.c 101 tf->tf_ctr = sc.sc_frame.ctr;
process_machdep.c 66 regs->ctr = tf->tf_ctr;
81 tf->tf_ctr = regs->ctr;
364 va[1] = tf->tf_ctr;
sig_machdep.c 191 gr[_REG_CTR] = tf->tf_ctr;
261 tf->tf_ctr = gr[_REG_CTR];
compat_16_machdep.c 122 utf->ctr = tf->tf_ctr;
244 tf->tf_ctr = utf->ctr;
db_trace.c 308 R(&tf->tf_ctr));
db_interface.c 238 DDB_REGS->ctr = tf->tf_ctr;
279 tf->tf_ctr = DDB_REGS->ctr;
615 tf->tf_lr, tf->tf_cr, tf->tf_xer, tf->tf_ctr);
  /src/sys/compat/linux/arch/powerpc/
linux_machdep.c 171 linux_regs.lctr = tf->tf_ctr;
317 tf->tf_ctr = lregs->lctr;
411 tf->tf_ctr = lregs->lctr;
  /src/sys/arch/powerpc/include/
frame.h 149 #define tf_ctr tf_ureg.r_ctr macro
  /src/sys/arch/powerpc/booke/
booke_machdep.c 583 iac2 = tf->tf_ctr;
trap.c 655 tf->tf_lr, tf->tf_ctr, tf->tf_cr, tf->tf_xer);

Completed in 87 milliseconds