Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dint_helper.c149 case EXCP_DMPI: in hppa_cpu_do_interrupt()
237 [EXCP_DMPI] = "data memory protection id trap", in hppa_cpu_do_interrupt()
H A Dcpu.h89 #define EXCP_DMPI 27 /* data memory protection id trap */ macro
H A Dmem_helper.c283 ret = type & PAGE_EXEC ? EXCP_IMP : EXCP_DMPI; in hppa_get_physical_address()