Home
last modified time | relevance | path

Searched refs:pt_irq_need_timer (Results 1 – 3 of 3) sorted by relevance

/xen/xen/drivers/passthrough/
A Dio.c139 bool pt_irq_need_timer(uint32_t flags) in pt_irq_need_timer() function
572 if ( pt_irq_need_timer(pirq_dpci->flags) ) in pt_irq_create_bind()
578 if ( pt_irq_need_timer(pirq_dpci->flags) ) in pt_irq_create_bind()
746 if ( pt_irq_need_timer(pirq_dpci->flags) ) in pt_irq_destroy_bind()
945 ASSERT(pt_irq_need_timer(pirq_dpci->flags)); in hvm_dirq_assist()
972 !pt_irq_need_timer(pirq_dpci->flags) ) in hvm_pirq_eoi()
A Dpci.c867 if ( pt_irq_need_timer(pirq_dpci->flags) ) in pci_clean_dpci_irq()
/xen/xen/include/xen/
A Diommu.h188 bool pt_irq_need_timer(uint32_t flags);
190 static inline bool pt_irq_need_timer(unsigned int flags) { return false; } in pt_irq_need_timer() function

Completed in 10 milliseconds