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

  /src/sys/arch/sh3/include/
userret.h 72 * Before RTE we write tf_ubc to BBRA and tf_spc to BARA.
76 tf->tf_ubc = UBC_CYCLE_INSN | UBC_CYCLE_READ
82 tf->tf_ubc = UBC_CYCLE_INSN | UBC_CYCLE_READ;
frame.h 86 int tf_ubc; member in struct:trapframe
  /src/sys/arch/sh3/sh3/
db_interface.c 239 * Before RTE we write tf_ubc to BBRA and tf_spc to BARA.
243 regs->tf_ubc = UBC_CYCLE_INSN | UBC_CYCLE_READ
249 regs->tf_ubc = UBC_CYCLE_INSN | UBC_CYCLE_READ;
258 regs->tf_ubc = 0;
exception_vector.S 111 mov.l r2, @(TF_UBC, r14) /* clear tf->tf_ubc */
127 mov.l @(TF_UBC, r14), r2
138 mov.w r2, @r3 ! BBRA = tf->tf_ubc

Completed in 14 milliseconds