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

/freebsd-13-stable/sys/powerpc/include/
H A Dpcb.h116 vm_offset_t pcb_lastill; /* Last illegal instruction */ member in struct:pcb
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c1204 if (pcb->pcb_lastill != frame->srr0) {
1208 pcb->pcb_lastill = frame->srr0;

Completed in 186 milliseconds