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

  /src/sys/arch/sparc/sparc/
intr.c 578 ? &sparc_interrupt4m[0] - &tv->tv_instr[1]
579 : &sparc_interrupt44c[0] - &tv->tv_instr[1];
582 if (tv->tv_instr[0] != I_MOVi(I_L3, level) ||
583 tv->tv_instr[1] != I_BA(0, displ) ||
584 tv->tv_instr[2] != I_RDPSR(I_L0))
587 tv->tv_instr[0], tv->tv_instr[1], tv->tv_instr[2],
622 tv->tv_instr[0] = I_SETHI(I_L3, hi22); /* sethi %hi(vec),%l3 */
623 tv->tv_instr[1] = I_JMPLri(I_G0, I_L3, lo10);/* jmpl %l3+%lo(vec),%g0 *
    [all...]
  /src/sys/arch/sparc/include/
cpu.h 616 int tv_instr[4]; /* the four instructions */ member in struct:trapvec

Completed in 15 milliseconds