Rev 3862 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3862 | Rev 4129 | ||
---|---|---|---|
Line 154... | Line 154... | ||
154 | /** Handle data_access_exception. (0x30) */ |
154 | /** Handle data_access_exception. (0x30) */ |
155 | void data_access_exception(int n, istate_t *istate) |
155 | void data_access_exception(int n, istate_t *istate) |
156 | { |
156 | { |
157 | fault_if_from_uspace(istate, "%s\n", __func__); |
157 | fault_if_from_uspace(istate, "%s\n", __func__); |
158 | dump_istate(istate); |
158 | dump_istate(istate); |
159 | describe_mmu_fault(); |
159 | describe_dmmu_fault(); |
160 | panic("%s\n", __func__); |
160 | panic("%s\n", __func__); |
161 | } |
161 | } |
162 | 162 | ||
163 | /** Handle data_access_error. (0x32) */ |
163 | /** Handle data_access_error. (0x32) */ |
164 | void data_access_error(int n, istate_t *istate) |
164 | void data_access_error(int n, istate_t *istate) |