Searched refs:memtest (Results 1 – 7 of 7) sorted by relevance
| /examples/utest/testcases/mm/ |
| A D | test_cache_aarch64.h | 78 if (memtest(page, 0xab, buf_sz)) in _test_dcache_clean_and_invalidate() 85 memtest(remap_nocache + padding, 0xab, ARCH_PAGE_SIZE); in _test_dcache_clean_and_invalidate()
|
| A D | test_synchronization.h | 70 if (memtest(buf, 'A' + id, BUF_SIZE)) in group1_entry() 102 if (memtest(buf, 'a' + id, BUF_SIZE)) in group2_entry()
|
| A D | common.h | 67 rt_inline int memtest(volatile char *buf, int value, size_t buf_sz) in memtest() function
|
| A D | lwp_mmap_fd.c | 64 utest_int_equal(RT_EOK, memtest(page_sz_buf, ch, PAGE_SZ)); in _verify_file_content()
|
| A D | test_aspace_api.h | 308 platform_cache_probe = memtest(remap_nocache, 0xab, buf_sz); in aspace_control_tc() 322 uassert_true(!memtest(remap_nocache, 0, buf_sz)); in aspace_control_tc()
|
| A D | lwp_mmap_fd_map_fixed_merge.c | 73 utest_int_equal(RT_EOK, memtest(page_sz_buf, ch, PAGE_SZ)); in _verify_file_content()
|
| A D | lwp_mmap_fd_map_fixed_split.c | 75 utest_int_equal(RT_EOK, memtest(page_sz_buf, ch, PAGE_SZ)); in _verify_file_content()
|
Completed in 10 milliseconds