Home
last modified time | relevance | path

Searched refs:TT_UNALIGNED (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dint32_helper.c35 [TT_UNALIGNED] = "Unaligned Memory Access",
H A Dcpu.h60 #define TT_UNALIGNED 0x07 macro
85 #define TT_UNALIGNED 0x34 macro
H A Dint64_helper.c45 [TT_UNALIGNED] = "Unaligned Memory Access",
H A Dmmu_helper.c925 cpu_raise_exception_ra(env, TT_UNALIGNED, retaddr); in sparc_cpu_do_unaligned_access()
H A Dldst_helper.c365 cpu_raise_exception_ra(env, TT_UNALIGNED, ra); in do_check_align()
H A Dtranslate.c1091 lab = delay_exception(dc, TT_UNALIGNED); in gen_check_align()