Home
last modified time | relevance | path

Searched refs:sync_set_bit (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/xen/events/
H A Devents_2l.c71 sync_set_bit(port, BM(&s->evtchn_pending[0])); in evtchn_2l_set_pending()
83 sync_set_bit(port, BM(&s->evtchn_mask[0])); in evtchn_2l_mask()
111 sync_set_bit(port, BM(&s->evtchn_mask[0])); in evtchn_2l_unmask()
H A Devents_fifo.c203 sync_set_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_set_pending()
215 sync_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); in evtchn_fifo_mask()
/openbmc/linux/arch/arm64/include/asm/
H A Dsync_bitops.h18 #define sync_set_bit(nr, p) set_bit(nr, p) macro
/openbmc/linux/arch/x86/include/asm/
H A Dsync_bitops.h32 static inline void sync_set_bit(long nr, volatile unsigned long *addr) in sync_set_bit() function
/openbmc/linux/arch/arm/include/asm/
H A Dsync_bitops.h21 #define sync_set_bit(nr, p) _set_bit(nr, p) macro
/openbmc/linux/drivers/hv/
H A Dhyperv_vmbus.h320 sync_set_bit(relid, vmbus_connection.send_int_page); in vmbus_send_interrupt()
H A Dchannel.c139 sync_set_bit(channel->monitor_bit, in vmbus_setevent()