Home
last modified time | relevance | path

Searched refs:ESR_ST (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dtrap.c781 if (frame->cpu.booke.esr & ESR_ST) in trap_pfault()
862 indicator = (frame->cpu.booke.esr & (ESR_ST|ESR_SPE)); in fix_unaligned()
881 if (!(indicator & ESR_ST)) { in fix_unaligned()
897 indicator = (frame->cpu.booke.esr & ESR_ST) ? EXC_ALI_STFD : EXC_ALI_LFD; in fix_unaligned()
H A Ddb_trace.c218 (tf->cpu.booke.esr & ESR_ST) ? "write" in db_backtrace()
/freebsd/sys/powerpc/include/
H A Dspr.h726 #define ESR_ST 0x00800000 /* Store operation */ macro