Searched refs:PAGE_SZ (Results 1 – 3 of 3) sorted by relevance
| /examples/utest/testcases/mm/ |
| A D | lwp_mmap_fd.c | 17 #define PAGE_SZ (1 << MM_PAGE_SHIFT) macro 20 #define FILE_SZ (PAGE_COUNT * PAGE_SZ) 25 static char page_sz_buf[PAGE_SZ]; 61 for (char *read_va = (char *)mmap_buf; read_va < mmap_buf + FILE_SZ; read_va += PAGE_SZ, ch++) in _verify_file_content() 64 utest_int_equal(RT_EOK, memtest(page_sz_buf, ch, PAGE_SZ)); in _verify_file_content() 106 memset(page_sz_buf, ch, PAGE_SZ); in _setup_file_content() 107 write(fd, page_sz_buf, PAGE_SZ); in _setup_file_content()
|
| A D | lwp_mmap_fd_map_fixed_merge.c | 17 #define PAGE_SZ (1 << MM_PAGE_SHIFT) macro 20 #define FILE_SZ (PAGE_COUNT * PAGE_SZ) 25 static char page_sz_buf[PAGE_SZ]; 73 utest_int_equal(RT_EOK, memtest(page_sz_buf, ch, PAGE_SZ)); in _verify_file_content() 180 memset(page_sz_buf, ch, PAGE_SZ); in _setup_file_content() 181 write(fd, page_sz_buf, PAGE_SZ); in _setup_file_content()
|
| A D | lwp_mmap_fd_map_fixed_split.c | 17 #define PAGE_SZ (1 << MM_PAGE_SHIFT) macro 20 #define FILE_SZ (PAGE_COUNT * PAGE_SZ) 25 static char page_sz_buf[PAGE_SZ]; 75 utest_int_equal(RT_EOK, memtest(page_sz_buf, ch, PAGE_SZ)); in _verify_file_content() 181 memset(page_sz_buf, ch, PAGE_SZ); in _setup_file_content() 182 write(fd, page_sz_buf, PAGE_SZ); in _setup_file_content()
|
Completed in 3 milliseconds