memtest86plus/tests
Martin Whitaker d9fee4dcbb Flush caches between writing and verifying test data.
Mostly we write and read large chunks of data which will make it likely
that the data is no longer in the cache when we come to verify it. But
this is not always true, and in any case, we shouldn't rely on it.
2021-12-23 11:00:10 +00:00
..
addr_walk1.c Use atomic memory read/write functions in tests. 2021-12-23 10:07:55 +00:00
bit_fade.c Flush caches between writing and verifying test data. 2021-12-23 11:00:10 +00:00
block_move.c Flush caches between writing and verifying test data. 2021-12-23 11:00:10 +00:00
modulo_n.c Flush caches between writing and verifying test data. 2021-12-23 11:00:10 +00:00
mov_inv_fixed.c Flush caches between writing and verifying test data. 2021-12-23 11:00:10 +00:00
mov_inv_random.c Flush caches between writing and verifying test data. 2021-12-23 11:00:10 +00:00
mov_inv_walk1.c Flush caches between writing and verifying test data. 2021-12-23 11:00:10 +00:00
own_addr.c Flush caches between writing and verifying test data. 2021-12-23 11:00:10 +00:00
test_funcs.h Add missing includes of stdbool.h. 2021-12-05 13:50:25 +00:00
test_helper.c Flush caches between writing and verifying test data. 2021-12-23 11:00:10 +00:00
test_helper.h Flush caches between writing and verifying test data. 2021-12-23 11:00:10 +00:00
tests.c Initial commit. 2020-05-24 21:30:55 +01:00
tests.h Initial commit. 2020-05-24 21:30:55 +01:00