Home
last modified time | relevance | path

Searched refs:pending_dbg (Results 1 – 5 of 5) sorted by relevance

/xen/xen/arch/x86/hvm/
A Dmonitor.c137 unsigned int pending_dbg) in hvm_monitor_debug() argument
182 req.u.debug_exception.pending_dbg = pending_dbg; in hvm_monitor_debug()
/xen/xen/include/asm-x86/hvm/
A Dmonitor.h45 unsigned int pending_dbg);
/xen/xen/include/public/
A Dvm_event.h294 uint64_t pending_dbg; /* Behaves like the VT-x PENDING_DBG field. */ member
/xen/tools/tests/xen-access/
A Dxen-access.c834 req.u.debug_exception.pending_dbg); in main()
841 req.u.debug_exception.pending_dbg); in main()
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c3896 unsigned long pending_dbg; in vmx_vmexit_handler() local
3898 __vmread(GUEST_PENDING_DBG_EXCEPTIONS, &pending_dbg); in vmx_vmexit_handler()
3900 pending_dbg | DR_STEP); in vmx_vmexit_handler()

Completed in 12 milliseconds