Home
last modified time | relevance | path

Searched refs:iflags (Results 1 – 9 of 9) sorted by path

/qemu/linux-user/microblaze/
H A Dcpu_loop.c71 if (env->iflags & D_FLAG) { in cpu_loop()
76 env->iflags &= ~(IMM_FLAG | D_FLAG); in cpu_loop()
/qemu/linux-user/
H A Dstrace.c1808 target_tcflag_t iflags = tswap32(target->c_iflag); in print_termios() local
1816 print_flags(termios_iflags, iflags, 0); in print_termios()
/qemu/target/microblaze/
H A Dcpu.c87 cpu->env.iflags = 0; in mb_cpu_set_pc()
104 cpu->env.iflags = tb->flags & IFLAGS_TB_MASK; in mb_cpu_synchronize_from_tb()
114 cpu->env.iflags = data[1]; in mb_restore_state_to_opc()
H A Dcpu.h283 uint32_t iflags; member
419 *flags = (env->iflags & IFLAGS_TB_MASK) | (env->msr & MSR_TB_MASK); in cpu_get_tb_cpu_state()
H A Dhelper.c128 env->pc, msr, env->iflags); in mb_cpu_do_interrupt()
133 if (env->iflags & D_FLAG) { in mb_cpu_do_interrupt()
153 if (env->iflags & D_FLAG) { in mb_cpu_do_interrupt()
158 } else if (env->iflags & IMM_FLAG) { in mb_cpu_do_interrupt()
177 env->pc, msr, env->iflags); in mb_cpu_do_interrupt()
191 env->pc, msr, env->iflags); in mb_cpu_do_interrupt()
212 env->iflags = 0; in mb_cpu_do_interrupt()
276 uint32_t esr, iflags; in mb_cpu_do_unaligned_access() local
280 iflags = cpu->env.iflags; in mb_cpu_do_unaligned_access()
287 if (likely(iflags & ESR_ESS_FLAG)) { in mb_cpu_do_unaligned_access()
[all …]
H A Dmachine.c78 VMSTATE_UINT32(iflags, CPUMBState),
H A Dtranslate.c701 iflags |= ESR_ESS_FLAG; in record_unaligned_ess()
702 iflags |= rd << 5; in record_unaligned_ess()
703 iflags |= store * ESR_S; in record_unaligned_ess()
1791 uint32_t iflags; in mb_cpu_dump_state() local
1801 iflags = env->iflags; in mb_cpu_dump_state()
1803 if (iflags & IMM_FLAG) { in mb_cpu_dump_state()
1806 if (iflags & BIMM_FLAG) { in mb_cpu_dump_state()
1809 if (iflags & D_FLAG) { in mb_cpu_dump_state()
1812 if (iflags & DRTI_FLAG) { in mb_cpu_dump_state()
1815 if (iflags & DRTE_FLAG) { in mb_cpu_dump_state()
[all …]
/qemu/tests/tcg/i386/
H A Dtest-i386-shift.h31 void exec_opq(long s2, long s0, long s1, long iflags) in exec_opq() argument
35 flags = iflags; in exec_opq()
45 void exec_opl(long s2, long s0, long s1, long iflags) in exec_opl() argument
49 flags = iflags; in exec_opl()
58 void exec_opw(long s2, long s0, long s1, long iflags) in exec_opw() argument
62 flags = iflags; in exec_opw()
86 flags = iflags; in exec_opq()
100 flags = iflags; in exec_opl()
113 flags = iflags; in exec_opw()
125 void exec_opb(long s0, long s1, long iflags) in exec_opb() argument
[all …]
H A Dtest-i386.h32 void exec_opq(long s0, long s1, long iflags) in exec_opq() argument
36 flags = iflags; in exec_opq()
41 void exec_opl(long s0, long s1, long iflags) in exec_opl() argument
45 flags = iflags; in exec_opl()
49 void exec_opw(long s0, long s1, long iflags) in exec_opw() argument
53 flags = iflags; in exec_opw()
61 flags = iflags; in exec_opb()
70 flags = iflags; in exec_opq()
79 flags = iflags; in exec_opl()
87 flags = iflags; in exec_opw()
[all …]