Searched refs:EXCP01_DB (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | bpt_helper.c | 224 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 D | seg_helper.c | 150 do_interrupt_all(x86_cpu, EXCP01_DB, 0, 0, env->eip, 0); in x86_cpu_exec_halt()
|
H A D | svm_helper.c | 924 do_interrupt_all(X86_CPU(cs), EXCP01_DB, 0, 0, env->eip, 0); in do_vmexit()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | bpt_helper.c | 31 raise_exception(env, EXCP01_DB); in helper_single_step()
|
H A D | excp_helper.c | 156 cs->exception_index = EXCP01_DB; in helper_icebp()
|
H A D | seg_helper.c | 616 case EXCP01_DB: in exception_is_fault()
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 287 case EXCP01_DB: in cpu_loop()
|
/openbmc/qemu/target/i386/ |
H A D | machine.c | 302 if (env->exception_nr == EXCP01_DB) { in cpu_pre_save()
|
H A D | cpu.h | 1274 #define EXCP01_DB 1 macro
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 812 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()
|