Searched refs:ex_start (Results 1 – 2 of 2) sorted by relevance
| /examples/utest/testcases/mm/ |
| A D | lwp_mmap_fd_map_fixed_merge.c | 27 static void *ex_start = (void *)0x100000000; variable 87 lwp_mmap2(lwp, ex_start, ex_size, ex_prot, ex_flags, anon_fd, pgoffset), in test_mmap_fd_fixed() 88 ex_start); in test_mmap_fd_fixed() 167 utest_int_equal(RT_EOK, rt_aspace_unmap_range(lwp->aspace, ex_start, FILE_SZ)); in test_mmap_fd_fixed()
|
| A D | lwp_mmap_fd_map_fixed_split.c | 27 static void *ex_start = (void *)0x100000000; variable 89 lwp_mmap2(lwp, ex_start, ex_size, ex_prot, ex_flags, temp_fd, pgoffset), in test_mmap_fd_fixed() 90 ex_start); in test_mmap_fd_fixed() 168 utest_int_equal(RT_EOK, rt_aspace_unmap_range(lwp->aspace, ex_start, FILE_SZ)); in test_mmap_fd_fixed()
|
Completed in 4 milliseconds