HomeSort by: relevance | last modified time | path
    Searched refs:VIRQ_DEBUG (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
xen.h 172 #define VIRQ_DEBUG 1 /* V. Request guest to dump debug info. */
  /src/sys/arch/xen/xen/
evtchn.c 276 debug_port = bind_virq_to_evtch(VIRQ_DEBUG);
280 aprint_verbose("VIRQ_DEBUG interrupt using event channel %d\n",
302 /* VIRQ_DEBUG is the last interrupt to remove */
303 evtch = unbind_virq_from_evtch(VIRQ_DEBUG);
310 aprint_verbose("VIRQ_DEBUG interrupt disabled, "
567 * Note: VIRQ_DEBUG is special-cased, and not used or bound on APs.
573 if (virq == VIRQ_DEBUG && ci != &cpu_info_primary) {

Completed in 17 milliseconds