Home
last modified time | relevance | path

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

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