Searched refs:virt_store_mb (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/tools/virtio/asm/ |
H A D | barrier.h | 9 #define virt_store_mb(var, value) do { \ macro 24 #define virt_store_mb(var, value) do { WRITE_ONCE(var, value); dmb(ish); } while (0) macro
|
/kernel/linux/linux-5.10/tools/virtio/asm/ |
H A D | barrier.h | 9 #define virt_store_mb(var, value) do { \ macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | virtio_ring.h | 52 virt_store_mb(*p, v); \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | virtio_ring.h | 52 virt_store_mb(*p, v); \
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | barrier.h | 184 #define virt_store_mb(var, value) __smp_store_mb(var, value) macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | barrier.h | 218 #define virt_store_mb(var, value) do { kcsan_mb(); __smp_store_mb(var, value); } while (0) macro
|
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | channel_mgmt.c | 353 * the full barrier in virt_store_mb() guarantees that the store in vmbus_channel_map_relid() 365 * (b) In the "resuming from hibernation" path, the virt_store_mb() in vmbus_channel_map_relid() 372 virt_store_mb( in vmbus_channel_map_relid()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | channel_mgmt.c | 385 * the full barrier in virt_store_mb() guarantees that the store in vmbus_channel_map_relid() 397 * (b) In the "resuming from hibernation" path, the virt_store_mb() in vmbus_channel_map_relid() 404 virt_store_mb( in vmbus_channel_map_relid()
|
Completed in 6 milliseconds