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

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
physdev.h 39 #define PHYSDEVOP_eoi 12
49 * must issue PHYSDEVOP_eoi. The semantics of PHYSDEVOP_eoi change slightly
57 * guest must issue PHYSDEVOP_eoi. This hypercall is very similar to
59 * PHYSDEVOP_eoi. The page registered is used as a bit array indexed by
84 /* Need to call PHYSDEVOP_eoi when the IRQ has been serviced? */
  /src/sys/arch/xen/xen/
evtchn.c 1129 (void)HYPERVISOR_physdev_op(PHYSDEVOP_eoi, &eoi);

Completed in 12 milliseconds