Home
last modified time | relevance | path

Searched refs:pirq_cleanup_check (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dirq.h148 void pirq_cleanup_check(struct pirq *, struct domain *);
150 #define pirq_cleanup_check(pirq, d) \ macro
151 ((pirq)->evtchn ? pirq_cleanup_check(pirq, d) : (void)0)
/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Dio.c390 pirq_cleanup_check(info, d); in pt_irq_create_bind()
589 pirq_cleanup_check(info, d); in pt_irq_create_bind()
733 pirq_cleanup_check(pirq, d); in pt_irq_destroy_bind()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dirq.c1285 pirq_cleanup_check(pirq, d); in cleanup_domain_irq_pirq()
1343 void (pirq_cleanup_check)(struct pirq *pirq, struct domain *d)
2496 pirq_cleanup_check(info, d); in map_domain_emuirq_pirq()
2531 pirq_cleanup_check(info, d); in unmap_domain_pirq_emuirq()
/xen-4.10.0-shim-comet/xen/common/
A Devent_channel.c517 pirq_cleanup_check(info, d); in evtchn_bind_pirq()
585 pirq_cleanup_check(pirq, d1); in evtchn_close()

Completed in 11 milliseconds