Searched refs:sync_test_bit (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/xen/events/ |
| D | events_2l.c | 70 return sync_test_bit(port, BM(&s->evtchn_pending[0])); in evtchn_2l_is_pending() 105 evtchn_pending = sync_test_bit(port, BM(&s->evtchn_pending[0])); in evtchn_2l_unmask() 329 if (sync_test_bit(i, BM(sh->evtchn_pending))) { in xen_debug_interrupt() 334 sync_test_bit(word_idx, BM(&v->evtchn_pending_sel)) in xen_debug_interrupt() 336 !sync_test_bit(i, BM(sh->evtchn_mask)) in xen_debug_interrupt() 338 sync_test_bit(i, BM(cpu_evtchn)) in xen_debug_interrupt()
|
| D | events_fifo.c | 209 return sync_test_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_is_pending() 227 return sync_test_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); in evtchn_fifo_is_masked()
|
| /linux-4.4.14/arch/arm/include/asm/ |
| D | sync_bitops.h | 22 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
|
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | sync_bitops.h | 23 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | sync_bitops.h | 126 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
|