Searched refs:CTL_ISTATUS (Results 1 – 3 of 3) sorted by relevance
18 #define CTL_ISTATUS (1 << 2) macro
100 __GUEST_ASSERT(xctl & CTL_ISTATUS, "xctl = 0x%lx", xctl); in guest_validate_irq()
168 istatus = (ctl & CTL_ISTATUS) && (ctl & CTL_ENABLE); in guest_irq_handler()