Searched refs:ESR_ST (Results 1 – 3 of 3) sorted by relevance
784 if (frame->cpu.booke.esr & ESR_ST) in trap_pfault() 865 indicator = (frame->cpu.booke.esr & (ESR_ST|ESR_SPE)); in fix_unaligned() 884 if (!(indicator & ESR_ST)) { in fix_unaligned() 900 indicator = (frame->cpu.booke.esr & ESR_ST) ? EXC_ALI_STFD : EXC_ALI_LFD; in fix_unaligned()
218 (tf->cpu.booke.esr & ESR_ST) ? "write" in db_backtrace()
733 #define ESR_ST 0x00800000 /* Store operation */728 #define ESR_ST global() macro