Home
last modified time | relevance | path

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

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