Searched refs:virt_mb (Results 1 – 14 of 14) sorted by relevance
5 #define virt_mb() __sync_synchronize() macro21 #define virt_mb() __sync_synchronize() macro
273 virt_mb(); /* back sees new requests /before/ we check req_event */ \283 virt_mb(); /* front sees new resps /before/ we check rsp_event */ \292 virt_mb(); \300 virt_mb(); \
110 virt_mb(); in p9_xen_write_todo()145 virt_mb(); in p9_xen_request()206 virt_mb(); in p9_xen_response()229 virt_mb(); in p9_xen_response()
28 virt_mb(); in virtio_mb()
1675 virt_mb(); in hv_begin_read()1687 virt_mb(); in hv_end_read()
56 virt_mb(); in hv_signal_on_write()388 virt_mb(); in hv_ringbuffer_write()624 virt_mb(); in hv_pkt_iter_close()
85 virt_mb(); in hv_uio_irqcontrol()100 virt_mb(); in hv_uio_channel_cb()
127 virt_mb(); in xb_write()194 virt_mb(); in xb_read()
215 #define virt_mb() do { kcsan_mb(); __smp_mb(); } while (0) macro
182 virt_mb(); in hvs_set_channel_pending_send_size()
108 virt_mb(); in pvcalls_conn_back_read()179 virt_mb(); in pvcalls_conn_back_write()
498 virt_mb(); in __write_ring()620 virt_mb(); in __read_ring()
2847 이 문제를 완벽하게 해결하기 위해, 로우 레벨의 virt_mb() 등의 매크로를 사용할 수2851 smp_mb() 가 아니라 virt_mb() 를 사용해야 합니다.
2922 To handle this case optimally, low-level virt_mb() etc macros are available.2925 should use virt_mb() rather than smp_mb() when synchronizing against a