Home
last modified time | relevance | path

Searched refs:eflags_mask (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/
H A Dseg_helper.c206 uint32_t old_eflags, eflags_mask; in switch_tss_ra() local
391 eflags_mask = TF_MASK | AC_MASK | ID_MASK | in switch_tss_ra()
394 cpu_load_eflags(env, new_eflags, eflags_mask); in switch_tss_ra()
1786 int eflags_mask; in helper_iret_real() local
1815 eflags_mask &= 0xffff; in helper_iret_real()
1817 cpu_load_eflags(env, new_eflags, eflags_mask); in helper_iret_real()
1855 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2032 eflags_mask |= IOPL_MASK; in helper_ret_protected()
2036 eflags_mask |= IF_MASK; in helper_ret_protected()
2039 eflags_mask &= 0xffff; in helper_ret_protected()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/
H A Dseg_helper.c206 uint32_t old_eflags, eflags_mask; in switch_tss_ra() local
391 eflags_mask = TF_MASK | AC_MASK | ID_MASK | in switch_tss_ra()
394 cpu_load_eflags(env, new_eflags, eflags_mask); in switch_tss_ra()
1786 int eflags_mask; in helper_iret_real() local
1815 eflags_mask &= 0xffff; in helper_iret_real()
1817 cpu_load_eflags(env, new_eflags, eflags_mask); in helper_iret_real()
1855 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2032 eflags_mask |= IOPL_MASK; in helper_ret_protected()
2036 eflags_mask |= IF_MASK; in helper_ret_protected()
2039 eflags_mask &= 0xffff; in helper_ret_protected()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dseg_helper.c222 uint32_t old_eflags, eflags_mask; in switch_tss() local
405 eflags_mask = TF_MASK | AC_MASK | ID_MASK | in switch_tss()
408 eflags_mask &= 0xffff; in switch_tss()
410 cpu_load_eflags(env, new_eflags, eflags_mask); in switch_tss()
2074 int eflags_mask; in helper_iret_real() local
2103 eflags_mask &= 0xffff; in helper_iret_real()
2105 cpu_load_eflags(env, new_eflags, eflags_mask); in helper_iret_real()
2139 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2316 eflags_mask |= IOPL_MASK; in helper_ret_protected()
2320 eflags_mask |= IF_MASK; in helper_ret_protected()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dseg_helper.c247 uint32_t old_eflags, eflags_mask; in switch_tss_ra() local
433 eflags_mask = TF_MASK | AC_MASK | ID_MASK | in switch_tss_ra()
436 eflags_mask &= 0xffff; in switch_tss_ra()
438 cpu_load_eflags(env, new_eflags, eflags_mask); in switch_tss_ra()
2057 int eflags_mask; in helper_iret_real() local
2086 eflags_mask &= 0xffff; in helper_iret_real()
2088 cpu_load_eflags(env, new_eflags, eflags_mask); in helper_iret_real()
2123 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2300 eflags_mask |= IOPL_MASK; in helper_ret_protected()
2304 eflags_mask |= IF_MASK; in helper_ret_protected()
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dseg_helper.c222 uint32_t old_eflags, eflags_mask; in switch_tss() local
405 eflags_mask = TF_MASK | AC_MASK | ID_MASK | in switch_tss()
408 eflags_mask &= 0xffff; in switch_tss()
410 cpu_load_eflags(env, new_eflags, eflags_mask); in switch_tss()
2074 int eflags_mask; in helper_iret_real() local
2103 eflags_mask &= 0xffff; in helper_iret_real()
2105 cpu_load_eflags(env, new_eflags, eflags_mask); in helper_iret_real()
2139 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2316 eflags_mask |= IOPL_MASK; in helper_ret_protected()
2320 eflags_mask |= IF_MASK; in helper_ret_protected()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dseg_helper.c247 uint32_t old_eflags, eflags_mask; in switch_tss_ra() local
433 eflags_mask = TF_MASK | AC_MASK | ID_MASK | in switch_tss_ra()
436 eflags_mask &= 0xffff; in switch_tss_ra()
438 cpu_load_eflags(env, new_eflags, eflags_mask); in switch_tss_ra()
2057 int eflags_mask; in helper_iret_real() local
2086 eflags_mask &= 0xffff; in helper_iret_real()
2088 cpu_load_eflags(env, new_eflags, eflags_mask); in helper_iret_real()
2123 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2300 eflags_mask |= IOPL_MASK; in helper_ret_protected()
2304 eflags_mask |= IF_MASK; in helper_ret_protected()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dseg_helper.c247 uint32_t old_eflags, eflags_mask; in switch_tss_ra() local
433 eflags_mask = TF_MASK | AC_MASK | ID_MASK | in switch_tss_ra()
436 eflags_mask &= 0xffff; in switch_tss_ra()
438 cpu_load_eflags(env, new_eflags, eflags_mask); in switch_tss_ra()
2057 int eflags_mask; in helper_iret_real() local
2086 eflags_mask &= 0xffff; in helper_iret_real()
2088 cpu_load_eflags(env, new_eflags, eflags_mask); in helper_iret_real()
2123 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2300 eflags_mask |= IOPL_MASK; in helper_ret_protected()
2304 eflags_mask |= IF_MASK; in helper_ret_protected()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dseg_helper.c247 uint32_t old_eflags, eflags_mask; in switch_tss_ra() local
433 eflags_mask = TF_MASK | AC_MASK | ID_MASK | in switch_tss_ra()
436 eflags_mask &= 0xffff; in switch_tss_ra()
438 cpu_load_eflags(env, new_eflags, eflags_mask); in switch_tss_ra()
2058 int eflags_mask; in helper_iret_real() local
2087 eflags_mask &= 0xffff; in helper_iret_real()
2089 cpu_load_eflags(env, new_eflags, eflags_mask); in helper_iret_real()
2124 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2301 eflags_mask |= IOPL_MASK; in helper_ret_protected()
2305 eflags_mask |= IF_MASK; in helper_ret_protected()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dseg_helper.c247 uint32_t old_eflags, eflags_mask; in switch_tss_ra() local
433 eflags_mask = TF_MASK | AC_MASK | ID_MASK | in switch_tss_ra()
436 eflags_mask &= 0xffff; in switch_tss_ra()
438 cpu_load_eflags(env, new_eflags, eflags_mask); in switch_tss_ra()
2057 int eflags_mask; in helper_iret_real() local
2086 eflags_mask &= 0xffff; in helper_iret_real()
2088 cpu_load_eflags(env, new_eflags, eflags_mask); in helper_iret_real()
2123 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2300 eflags_mask |= IOPL_MASK; in helper_ret_protected()
2304 eflags_mask |= IF_MASK; in helper_ret_protected()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dseg_helper.c247 uint32_t old_eflags, eflags_mask; in switch_tss_ra() local
433 eflags_mask = TF_MASK | AC_MASK | ID_MASK | in switch_tss_ra()
436 eflags_mask &= 0xffff; in switch_tss_ra()
438 cpu_load_eflags(env, new_eflags, eflags_mask); in switch_tss_ra()
2057 int eflags_mask; in helper_iret_real() local
2086 eflags_mask &= 0xffff; in helper_iret_real()
2088 cpu_load_eflags(env, new_eflags, eflags_mask); in helper_iret_real()
2123 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2300 eflags_mask |= IOPL_MASK; in helper_ret_protected()
2304 eflags_mask |= IF_MASK; in helper_ret_protected()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dseg_helper.c248 uint32_t old_eflags, eflags_mask; in switch_tss_ra() local
434 eflags_mask = TF_MASK | AC_MASK | ID_MASK | in switch_tss_ra()
437 eflags_mask &= 0xffff; in switch_tss_ra()
439 cpu_load_eflags(env, new_eflags, eflags_mask); in switch_tss_ra()
2066 int eflags_mask; in helper_iret_real() local
2095 eflags_mask &= 0xffff; in helper_iret_real()
2097 cpu_load_eflags(env, new_eflags, eflags_mask); in helper_iret_real()
2135 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2312 eflags_mask |= IOPL_MASK; in helper_ret_protected()
2316 eflags_mask |= IF_MASK; in helper_ret_protected()
[all …]