ESR_ST
(tf->cpu.booke.esr & ESR_ST) ? "write"
if (frame->cpu.booke.esr & ESR_ST)
indicator = (frame->cpu.booke.esr & ESR_ST) ? EXC_ALI_STFD : EXC_ALI_LFD;