Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dmem_helper.c54 cs->exception_index = EXCP_UNALIGN; in alpha_cpu_do_unaligned_access()
H A Dhelper.c357 case EXCP_UNALIGN: in alpha_cpu_do_interrupt()
400 case EXCP_UNALIGN: in alpha_cpu_do_interrupt()
H A Dcpu.h306 EXCP_UNALIGN, enumerator
/openbmc/qemu/target/hppa/
H A Dint_helper.c153 case EXCP_UNALIGN: in hppa_cpu_do_interrupt()
261 [EXCP_UNALIGN] = "unaligned data reference trap", in hppa_cpu_do_interrupt()
H A Dcpu.h91 #define EXCP_UNALIGN 28 /* unaligned data reference trap */ macro
H A Dcpu.c169 cs->exception_index = EXCP_UNALIGN; in hppa_cpu_do_unaligned_access()
H A Dmem_helper.c331 ret = EXCP_UNALIGN; in hppa_get_physical_address()