esr_is_data_abort
if (esr_is_data_abort(esr))
if (!esr_is_data_abort(esr))
return esr_is_data_abort(esr) && is_write_abort(esr);