Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Ddebugger.h62 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 Dprocessor.h24 #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 Demulate.c89 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in pv_emul_instruction_done()
A Dro-page-fault.c387 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in pv_ro_page_fault()
A Demul-priv-op.c1297 pv_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in pv_emulate_privileged_op()
/xen/xen/arch/x86/
A Dtraps.c140 [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 Drealmode.c124 ((hvmemul_ctxt->ctxt.event.vector == TRAP_debug) || in vmx_realmode_emulate_one()
A Dvmx.c1785 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 Dhvm.h529 #define HVM_TRAP_MASK ((1U << TRAP_debug) | \
/xen/xen/arch/x86/hvm/svm/
A Dsvm.c122 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 Dentry.S784 movl $TRAP_debug,4(%rsp)
/xen/xen/arch/x86/mm/shadow/
A Dmulti.c3428 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 Demulate.c2681 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in _hvm_emulate_one()
A Dhvm.c3178 hvm_inject_hw_exception(TRAP_debug, X86_EVENT_NO_EC); in hvm_task_switch()

Completed in 47 milliseconds