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

/freebsd-current/sys/powerpc/include/
H A Dtrap.h125 #define EXC_ALI_LFD 0x09 macro
/freebsd-current/sys/powerpc/powerpc/
H A Dtrap.c897 indicator = (frame->cpu.booke.esr & ESR_ST) ? EXC_ALI_STFD : EXC_ALI_LFD;
903 case EXC_ALI_LFD:
926 if (indicator == EXC_ALI_LFD) {

Completed in 100 milliseconds