Home
last modified time | relevance | path

Searched refs:tv_instr (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/arch/sparc/sparc/
Dintr.c287 ? &sparc_interrupt4m[0] - &tv->tv_instr[1]
288 : &sparc_interrupt44c[0] - &tv->tv_instr[1];
291 if (tv->tv_instr[0] != I_MOVi(I_L3, level) ||
292 tv->tv_instr[1] != I_BA(0, displ) ||
293 tv->tv_instr[2] != I_RDPSR(I_L0))
296 tv->tv_instr[0], tv->tv_instr[1], tv->tv_instr[2],
339 ? &sparc_interrupt4m[0] - &tv->tv_instr[1]
340 : &sparc_interrupt44c[0] - &tv->tv_instr[1];
343 if (tv->tv_instr[0] != I_MOVi(I_L3, level) ||
344 tv->tv_instr[1] != I_BA(0, displ) ||
[all …]
/mirbsd/src/sys/arch/sparc/include/
Dcpu.h256 int tv_instr[4]; /* the four instructions */ member