Home
last modified time | relevance | path

Searched refs:TRAP_debug (Results 1 – 14 of 14) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Ddebugger.h72 if ( vector != TRAP_int3 && vector != TRAP_debug ) in debugger_trap_entry()
78 if ( vector != TRAP_debug ) /* domain pause is good enough */ in debugger_trap_entry()
A Dprocessor.h26 #define TRAP_debug 1 macro
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demulate.c86 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in pv_emul_instruction_done()
A Dro-page-fault.c378 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in pv_ro_page_fault()
A Demul-priv-op.c1387 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in pv_emulate_privileged_op()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Drealmode.c127 ((hvmemul_ctxt->ctxt.event.vector == TRAP_debug) || in vmx_realmode_emulate_one()
A Dvmx.c1834 case TRAP_debug: in vmx_inject_event()
1841 !nvmx_intercepts_exception(curr, TRAP_debug, _event.error_code) ) in vmx_inject_event()
2552 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in update_guest_eip()
3690 case TRAP_debug: in vmx_vmexit_handler()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c1756 if ( debugger_trap_entry(TRAP_debug, regs) ) in do_debug()
1771 if ( !debugger_trap_fatal(TRAP_debug, regs) ) in do_debug()
1794 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in do_debug()
1888 set_intr_gate(TRAP_debug,&debug); in init_idt_traps()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dhvm.h435 #define HVM_TRAP_MASK ((1U << TRAP_debug) | \
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c120 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in __update_guest_eip()
1372 case TRAP_debug: in svm_inject_event()
2613 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in svm_vmexit_handler()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dentry.S541 movl $TRAP_debug,4(%rsp)
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c2131 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in _hvm_emulate_one()
A Dhvm.c3110 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in hvm_task_switch()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c3482 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in sh_page_fault()
3523 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in sh_page_fault()

Completed in 46 milliseconds