Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/hppa/
H A Dcpu_loop.c148 case EXCP_IMP: in cpu_loop()
/openbmc/qemu/target/hppa/
H A Dint_helper.c217 [EXCP_IMP] = "instruction memory protection trap", in hppa_cpu_do_interrupt()
H A Dcpu.h69 #define EXCP_IMP 7 /* instruction memory protection trap */ macro
H A Dmem_helper.c272 ret = (type & PAGE_EXEC) ? EXCP_IMP : EXCP_DMAR; in hppa_get_physical_address()
283 ret = type & PAGE_EXEC ? EXCP_IMP : EXCP_DMPI; in hppa_get_physical_address()
H A Dtranslate.c2087 gen_excp_1(EXCP_IMP); in do_page_zero()