Searched refs:trap_type (Results 1 – 4 of 4) sorted by relevance
/xen/xen/arch/x86/hvm/ |
A D | monitor.c | 136 unsigned int trap_type, unsigned int insn_length, in hvm_monitor_debug() argument 156 req.u.software_breakpoint.type = trap_type; in hvm_monitor_debug() 183 req.u.debug_exception.type = trap_type; in hvm_monitor_debug()
|
/xen/xen/include/asm-x86/hvm/ |
A D | monitor.h | 44 unsigned int trap_type, unsigned int insn_length,
|
/xen/xen/arch/x86/hvm/svm/ |
A D | svm.c | 2624 unsigned int trap_type; in svm_vmexit_handler() local 2628 trap_type = X86_EVENTTYPE_HW_EXCEPTION; in svm_vmexit_handler() 2633 trap_type = X86_EVENTTYPE_PRI_SW_EXCEPTION; in svm_vmexit_handler() 2642 trap_type, insn_len, 0); in svm_vmexit_handler() 2647 trap_type, insn_len, X86_EVENT_NO_EC); in svm_vmexit_handler()
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 3908 unsigned long trap_type = MASK_EXTR(intr_info, in vmx_vmexit_handler() local 3911 if ( trap_type >= X86_EVENTTYPE_SW_INTERRUPT ) in vmx_vmexit_handler() 3916 trap_type, insn_len, 0); in vmx_vmexit_handler()
|
Completed in 64 milliseconds