Home
last modified time | relevance | path

Searched refs:next_eip (Results 1 – 4 of 4) sorted by relevance

/qemu/target/i386/tcg/
H A Dseg_helper.c662 old_eip = next_eip; in do_interrupt_protected()
942 old_eip = next_eip; in do_interrupt64()
1143 old_eip = next_eip; in do_interrupt_real()
1608 pushl(&sa, next_eip); in helper_lcall_real()
1611 pushw(&sa, next_eip); in helper_lcall_real()
1679 pushq(&sa, next_eip); in helper_lcall_protected()
1694 pushl(&sa, next_eip); in helper_lcall_protected()
1697 pushw(&sa, next_eip); in helper_lcall_protected()
1888 pushq(&sa, next_eip); in helper_lcall_protected()
1893 pushl(&sa, next_eip); in helper_lcall_protected()
[all …]
H A Dhelper-tcg.h109 int error_code, target_ulong next_eip, int is_hw);
/qemu/target/i386/tcg/user/
H A Dseg_helper.c46 int error_code, target_ulong next_eip) in do_interrupt_user() argument
75 env->eip = next_eip; in do_interrupt_user()
/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c295 uint32_t size, target_ulong next_eip) in helper_bpt_io() argument
313 env->eip = next_eip; in helper_bpt_io()