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

  /src/sys/arch/sparc/sparc/
intr.c 582 if (tv->tv_instr[0] != I_MOVi(I_L3, level) ||
588 I_MOVi(I_L3, level), I_BA(0, displ), I_RDPSR(I_L0));
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 */
651 tv->tv_instr[0] = I_MOVi(I_L3, level);
  /src/sys/arch/sparc/include/
instr.h 126 #define I_L3 19

Completed in 39 milliseconds