Home
last modified time | relevance | path

Searched refs:EXCP_UNALIGN (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dint_helper.c150 case EXCP_UNALIGN: in hppa_cpu_do_interrupt()
238 [EXCP_UNALIGN] = "unaligned data reference trap", in hppa_cpu_do_interrupt()
H A Dcpu.c158 cs->exception_index = EXCP_UNALIGN; in hppa_cpu_do_unaligned_access()
H A Dcpu.h90 #define EXCP_UNALIGN 28 /* unaligned data reference trap */ macro
H A Dmem_helper.c328 ret = EXCP_UNALIGN; in hppa_get_physical_address()
/openbmc/qemu/target/alpha/
H A Dmem_helper.c55 cs->exception_index = EXCP_UNALIGN; in alpha_cpu_do_unaligned_access()
H A Dhelper.c353 case EXCP_UNALIGN: in alpha_cpu_do_interrupt()
396 case EXCP_UNALIGN: in alpha_cpu_do_interrupt()
H A Dcpu.h306 EXCP_UNALIGN, enumerator