Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c218 raise_exception(env, EXCP01_DB); in breakpoint_handler()
226 raise_exception(env, EXCP01_DB); in breakpoint_handler()
296 raise_exception(env, EXCP01_DB); in helper_bpt_io()
/qemu/target/i386/tcg/
H A Dbpt_helper.c31 raise_exception(env, EXCP01_DB); in helper_single_step()
H A Demit.c.inc1861 gen_exception(s, EXCP01_DB);
/qemu/linux-user/i386/
H A Dcpu_loop.c284 case EXCP01_DB: in cpu_loop()
/qemu/target/i386/
H A Dmachine.c302 if (env->exception_nr == EXCP01_DB) { in cpu_pre_save()
H A Dcpu.h1192 #define EXCP01_DB 1 macro
/qemu/target/i386/kvm/
H A Dkvm.c757 if (exception_nr == EXCP01_DB) { in kvm_queue_exception()
5122 if (arch_info->exception == EXCP01_DB) { in kvm_handle_debug()
5159 arch_info->exception == EXCP01_DB, in kvm_handle_debug()