Searched refs:TRAP_debug (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | debugger.h | 72 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 D | processor.h | 26 #define TRAP_debug 1 macro
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | emulate.c | 86 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in pv_emul_instruction_done()
|
A D | ro-page-fault.c | 378 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in pv_ro_page_fault()
|
A D | emul-priv-op.c | 1387 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 D | realmode.c | 127 ((hvmemul_ctxt->ctxt.event.vector == TRAP_debug) || in vmx_realmode_emulate_one()
|
A D | vmx.c | 1834 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 D | traps.c | 1756 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 D | hvm.h | 435 #define HVM_TRAP_MASK ((1U << TRAP_debug) | \
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | svm.c | 120 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 D | entry.S | 541 movl $TRAP_debug,4(%rsp)
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | emulate.c | 2131 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in _hvm_emulate_one()
|
A D | hvm.c | 3110 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 D | multi.c | 3482 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 44 milliseconds