Home
last modified time | relevance | path

Searched refs:EXCP_ILL (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dint_helper.c135 case EXCP_ILL: in hppa_cpu_do_interrupt()
218 [EXCP_ILL] = "illegal instruction trap", in hppa_cpu_do_interrupt()
H A Dcpu.h70 #define EXCP_ILL 8 /* illegal instruction trap */ macro
H A Dtranslate.c772 return gen_excp_iir(ctx, EXCP_ILL); in gen_illegal()
2115 gen_excp_1(EXCP_ILL); in do_page_zero()
/openbmc/qemu/linux-user/hppa/
H A Dcpu_loop.c151 case EXCP_ILL: in cpu_loop()