Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dpcb.h118 vm_offset_t pcb_lastill; /* Last illegal instruction */ member
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c1293 if (pcb->pcb_lastill != frame->srr0) { in ppc_instr_emulate()
1297 pcb->pcb_lastill = frame->srr0; in ppc_instr_emulate()