Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dirq.h151 void pirq_cleanup_check(struct pirq *, struct domain *);
153 #define pirq_cleanup_check(pirq, d) \ macro
154 ((pirq)->evtchn ? pirq_cleanup_check(pirq, d) : (void)0)
/xen/xen/drivers/passthrough/
A Dio.c391 pirq_cleanup_check(info, d); in pt_irq_create_bind()
596 pirq_cleanup_check(info, d); in pt_irq_create_bind()
755 pirq_cleanup_check(pirq, d); in pt_irq_destroy_bind()
/xen/xen/arch/x86/
A Dirq.c1256 pirq_cleanup_check(pirq, d); in cleanup_domain_irq_pirq()
1314 void (pirq_cleanup_check)(struct pirq *pirq, struct domain *d)
2740 pirq_cleanup_check(info, d); in map_domain_emuirq_pirq()
2775 pirq_cleanup_check(info, d); in unmap_domain_pirq_emuirq()
/xen/xen/common/
A Devent_channel.c575 pirq_cleanup_check(info, d); in evtchn_bind_pirq()
644 pirq_cleanup_check(pirq, d1); in evtchn_close()

Completed in 69 milliseconds