Home
last modified time | relevance | path

Searched refs:EXCEP_DAERROR (Results 1 – 5 of 5) sorted by relevance

/arch/mn10300/include/asm/
Dexceptions.h35 EXCEP_DAERROR = 0x000118, /* data address */ enumerator
/arch/mn10300/proc-mn2ws0050/
Dproc-init.c44 __set_intr_stub(EXCEP_DAERROR, dtlb_aerror); in processor_init()
/arch/mn10300/proc-mn103e010/
Dproc-init.c30 __set_intr_stub(EXCEP_DAERROR, dtlb_aerror); in processor_init()
/arch/mn10300/kernel/
Dtraps.c63 [EXCEP_DAERROR >> 3] = { 0, 0 },
144 case EXCEP_DAERROR: in die_if_no_fixup()
/arch/mn10300/mm/
Dfault.c330 debugger_intercept(fault_code & 0x00010000 ? EXCEP_IAERROR : EXCEP_DAERROR, in do_page_fault()