Searched refs:pending_dbg (Results 1 – 5 of 5) sorted by relevance
137 unsigned int pending_dbg) in hvm_monitor_debug() argument182 req.u.debug_exception.pending_dbg = pending_dbg; in hvm_monitor_debug()
45 unsigned int pending_dbg);
294 uint64_t pending_dbg; /* Behaves like the VT-x PENDING_DBG field. */ member
834 req.u.debug_exception.pending_dbg); in main()841 req.u.debug_exception.pending_dbg); in main()
3896 unsigned long pending_dbg; in vmx_vmexit_handler() local3898 __vmread(GUEST_PENDING_DBG_EXCEPTIONS, &pending_dbg); in vmx_vmexit_handler()3900 pending_dbg | DR_STEP); in vmx_vmexit_handler()
Completed in 12 milliseconds