Searched refs:pt_irq_need_timer (Results 1 – 3 of 3) sorted by relevance
139 bool pt_irq_need_timer(uint32_t flags) in pt_irq_need_timer() function572 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()
867 if ( pt_irq_need_timer(pirq_dpci->flags) ) in pci_clean_dpci_irq()
188 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