Home
last modified time | relevance | path

Searched refs:PHYSDEVOP_eoi (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/xen/interface/
H A Dphysdev.h35 #define PHYSDEVOP_eoi 12 macro
43 * must issue PHYSDEVOP_eoi. The semantics of PHYSDEVOP_eoi change slightly
51 * guest must issue PHYSDEVOP_eoi. This hypercall is very similar to
53 * PHYSDEVOP_eoi. The page registered is used as a bit array indexed by
74 /* Need to call PHYSDEVOP_eoi when the IRQ has been serviced? */
/kernel/linux/linux-6.6/include/xen/interface/
H A Dphysdev.h17 #define PHYSDEVOP_eoi 12 macro
25 * must issue PHYSDEVOP_eoi. The semantics of PHYSDEVOP_eoi change slightly
33 * guest must issue PHYSDEVOP_eoi. This hypercall is very similar to
35 * PHYSDEVOP_eoi. The page registered is used as a bit array indexed by
56 /* Need to call PHYSDEVOP_eoi when the IRQ has been serviced? */
/kernel/linux/linux-5.10/drivers/xen/events/
H A Devents_base.c811 rc = HYPERVISOR_physdev_op(PHYSDEVOP_eoi, &eoi); in eoi_pirq()
/kernel/linux/linux-6.6/drivers/xen/events/
H A Devents_base.c834 rc = HYPERVISOR_physdev_op(PHYSDEVOP_eoi, &eoi); in eoi_pirq()

Completed in 10 milliseconds