Searched refs:TB_FLAG_UNALIGN (Results 1 – 9 of 9) sorted by relevance
50 flags |= TB_FLAG_UNALIGN * !cs->prctl_unalign_sigbus; in alpha_get_tb_cpu_state()
385 #define TB_FLAG_UNALIGN (1u << 1) macro
2875 ctx->unalign = (ctx->tbflags & TB_FLAG_UNALIGN ? MO_UNALN : MO_ALIGN); in alpha_tr_init_disas_context()
349 #define TB_FLAG_UNALIGN 0x400 macro
90 flags |= TB_FLAG_UNALIGN * !env_cpu(env)->prctl_unalign_sigbus; in hppa_get_tb_cpu_state()
4647 ctx->unalign = (ctx->tb_flags & TB_FLAG_UNALIGN ? MO_UNALN : MO_ALIGN); in hppa_tr_init_disas_context()
89 #define TB_FLAG_UNALIGN (1 << 13) macro
56 flags |= TB_FLAG_UNALIGN * !cs->prctl_unalign_sigbus; in superh_get_tb_cpu_state()
54 #define UNALIGN(C) (ctx->tbflags & TB_FLAG_UNALIGN ? MO_UNALN : MO_ALIGN)