Searched refs:TRAP_debug (Results 1 – 14 of 14) sorted by relevance
/xen/xen/include/asm-x86/ |
A D | debugger.h | 62 if ( vector != TRAP_int3 && vector != TRAP_debug ) in debugger_trap_entry() 68 if ( vector != TRAP_debug ) /* domain pause is good enough */ in debugger_trap_entry()
|
A D | processor.h | 24 #define TRAP_debug 1 macro 470 set_ist(&idt[TRAP_debug], IST_DB); in enable_each_ist() 478 set_ist(&idt[TRAP_debug], IST_NONE); in disable_each_ist()
|
/xen/xen/arch/x86/pv/ |
A D | emulate.c | 89 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in pv_emul_instruction_done()
|
A D | ro-page-fault.c | 387 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in pv_ro_page_fault()
|
A D | emul-priv-op.c | 1297 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in pv_emulate_privileged_op()
|
/xen/xen/arch/x86/ |
A D | traps.c | 140 [TRAP_debug] = do_debug, 1846 if ( debugger_trap_entry(TRAP_debug, regs) ) in do_debug() 1895 if ( !debugger_trap_fatal(TRAP_debug, regs) ) in do_debug() 1957 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in do_debug() 1972 if ( debugger_trap_entry(TRAP_debug, regs) ) in do_entry_CP() 2069 set_intr_gate(TRAP_debug,&debug); in init_idt_traps()
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | realmode.c | 124 ((hvmemul_ctxt->ctxt.event.vector == TRAP_debug) || in vmx_realmode_emulate_one()
|
A D | vmx.c | 1785 case TRAP_debug: in vmx_inject_event() 1792 !nvmx_intercepts_exception(curr, TRAP_debug, _event.error_code) ) in vmx_inject_event() 2595 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in update_guest_eip() 3859 case TRAP_debug: in vmx_vmexit_handler()
|
/xen/xen/include/asm-x86/hvm/ |
A D | hvm.h | 529 #define HVM_TRAP_MASK ((1U << TRAP_debug) | \
|
/xen/xen/arch/x86/hvm/svm/ |
A D | svm.c | 122 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in __update_guest_eip() 1321 case TRAP_debug: in svm_inject_event() 2646 hvm_inject_exception(TRAP_debug, in svm_vmexit_handler()
|
/xen/xen/arch/x86/x86_64/ |
A D | entry.S | 784 movl $TRAP_debug,4(%rsp)
|
/xen/xen/arch/x86/mm/shadow/ |
A D | multi.c | 3428 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in sh_page_fault() 3469 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in sh_page_fault()
|
/xen/xen/arch/x86/hvm/ |
A D | emulate.c | 2681 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in _hvm_emulate_one()
|
A D | hvm.c | 3178 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in hvm_task_switch()
|
Completed in 47 milliseconds