Searched refs:EVTCHN_FIFO_BIT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/xen/events/ |
H A D | events_fifo.c | 75 #define EVTCHN_FIFO_BIT(b, w) \ macro 81 #define EVTCHN_FIFO_BIT(b, w) EVTCHN_FIFO_ ##b macro 197 sync_clear_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_clear_pending() 203 sync_set_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_set_pending() 209 return sync_test_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_is_pending() 215 sync_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); in evtchn_fifo_mask() 221 return sync_test_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); in evtchn_fifo_is_masked()
|