Searched refs:pirq_cleanup_check (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/xen/ |
A D | irq.h | 151 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 D | io.c | 391 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 D | irq.c | 1256 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 D | event_channel.c | 575 pirq_cleanup_check(info, d); in evtchn_bind_pirq() 644 pirq_cleanup_check(pirq, d1); in evtchn_close()
|
Completed in 69 milliseconds