Home
last modified time | relevance | path

Searched refs:TB_FLAG_UNALIGN (Results 1 – 9 of 9) sorted by relevance

/qemu/target/alpha/
H A Dcpu.c50 flags |= TB_FLAG_UNALIGN * !cs->prctl_unalign_sigbus; in alpha_get_tb_cpu_state()
H A Dcpu.h385 #define TB_FLAG_UNALIGN (1u << 1) macro
H A Dtranslate.c2875 ctx->unalign = (ctx->tbflags & TB_FLAG_UNALIGN ? MO_UNALN : MO_ALIGN); in alpha_tr_init_disas_context()
/qemu/target/hppa/
H A Dcpu.h349 #define TB_FLAG_UNALIGN 0x400 macro
H A Dcpu.c90 flags |= TB_FLAG_UNALIGN * !env_cpu(env)->prctl_unalign_sigbus; in hppa_get_tb_cpu_state()
H A Dtranslate.c4647 ctx->unalign = (ctx->tb_flags & TB_FLAG_UNALIGN ? MO_UNALN : MO_ALIGN); in hppa_tr_init_disas_context()
/qemu/target/sh4/
H A Dcpu.h89 #define TB_FLAG_UNALIGN (1 << 13) macro
H A Dcpu.c56 flags |= TB_FLAG_UNALIGN * !cs->prctl_unalign_sigbus; in superh_get_tb_cpu_state()
H A Dtranslate.c54 #define UNALIGN(C) (ctx->tbflags & TB_FLAG_UNALIGN ? MO_UNALN : MO_ALIGN)