Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Dtrap.c862 indicator = (frame->cpu.booke.esr & (ESR_ST|ESR_SPE)); in fix_unaligned()
863 if (indicator & ESR_SPE) { in fix_unaligned()
/freebsd/sys/powerpc/include/
H A Dspr.h730 #define ESR_SPE 0x00000080 /* SPE exception bit */ macro