Home
last modified time | relevance | path

Searched refs:EXCP_DMAR (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dint_helper.c148 case EXCP_DMAR: in hppa_cpu_do_interrupt()
236 [EXCP_DMAR] = "data memory access rights trap", in hppa_cpu_do_interrupt()
H A Dcpu.h88 #define EXCP_DMAR 26 /* data memory access rights trap */ macro
H A Dmem_helper.c272 ret = (type & PAGE_EXEC) ? EXCP_IMP : EXCP_DMAR; in hppa_get_physical_address()