Home
last modified time | relevance | path

Searched refs:EXCP01_DB (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c224 raise_exception(env, EXCP01_DB); in breakpoint_handler()
232 raise_exception(env, EXCP01_DB); in breakpoint_handler()
250 raise_exception_ra(env, EXCP01_DB, GETPC()); in helper_get_dr()
269 raise_exception_ra(env, EXCP01_DB, GETPC()); in helper_set_dr()
314 raise_exception(env, EXCP01_DB); in helper_bpt_io()
H A Dseg_helper.c150 do_interrupt_all(x86_cpu, EXCP01_DB, 0, 0, env->eip, 0); in x86_cpu_exec_halt()
H A Dsvm_helper.c924 do_interrupt_all(X86_CPU(cs), EXCP01_DB, 0, 0, env->eip, 0); in do_vmexit()
/openbmc/qemu/target/i386/tcg/
H A Dbpt_helper.c31 raise_exception(env, EXCP01_DB); in helper_single_step()
H A Dexcp_helper.c156 cs->exception_index = EXCP01_DB; in helper_icebp()
H A Dseg_helper.c616 case EXCP01_DB: in exception_is_fault()
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c287 case EXCP01_DB: in cpu_loop()
/openbmc/qemu/target/i386/
H A Dmachine.c302 if (env->exception_nr == EXCP01_DB) { in cpu_pre_save()
H A Dcpu.h1274 #define EXCP01_DB 1 macro
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c812 if (exception_nr == EXCP01_DB) { in kvm_queue_exception()
5759 if (arch_info->exception == EXCP01_DB) { in kvm_handle_debug()
5796 arch_info->exception == EXCP01_DB, in kvm_handle_debug()