Home
last modified time | relevance | path

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

/openbmc/linux/kernel/kcsan/
H A Dkcsan_test.c658 KCSAN_EXPECT_RW_BARRIER(mb(), true); in test_barrier_nothreads()
659 KCSAN_EXPECT_RW_BARRIER(wmb(), true); in test_barrier_nothreads()
660 KCSAN_EXPECT_RW_BARRIER(rmb(), true); in test_barrier_nothreads()
661 KCSAN_EXPECT_RW_BARRIER(smp_mb(), true); in test_barrier_nothreads()
662 KCSAN_EXPECT_RW_BARRIER(smp_wmb(), true); in test_barrier_nothreads()
663 KCSAN_EXPECT_RW_BARRIER(smp_rmb(), true); in test_barrier_nothreads()
664 KCSAN_EXPECT_RW_BARRIER(dma_wmb(), true); in test_barrier_nothreads()
665 KCSAN_EXPECT_RW_BARRIER(dma_rmb(), true); in test_barrier_nothreads()
667 KCSAN_EXPECT_RW_BARRIER(smp_mb__after_atomic(), true); in test_barrier_nothreads()
672 KCSAN_EXPECT_RW_BARRIER(xchg(&test_var, 0), true); in test_barrier_nothreads()
[all …]