Searched refs:private3 (Results 1 – 3 of 3) sorted by relevance
| /examples/utest/testcases/mm/ |
| A D | lwp_mmap_fd_map_fixed_merge.c | 36 static char *private3 = (char *)0x100000000 + 0x3000; variable 96 _verify_file_content(lwp, private3, 0); in test_mmap_fd_fixed() 109 _verify_file_content(lwp, private3, 0); in test_mmap_fd_fixed() 122 _verify_file_content(lwp, private3, 0); in test_mmap_fd_fixed() 135 _verify_file_content(lwp, private3, 0); in test_mmap_fd_fixed() 149 _verify_file_content(lwp, private3, 0); in test_mmap_fd_fixed() 154 lwp_mmap2(lwp, private3, or_size, or_prot, or_flags, temp_fd, 3), in test_mmap_fd_fixed() 155 private3); in test_mmap_fd_fixed() 162 _verify_file_content(lwp, private3, 'd'); in test_mmap_fd_fixed()
|
| A D | lwp_mmap_fd_map_fixed_split.c | 36 static char *private3 = (char *)0x100000000 + 0x3000; variable 96 _verify_file_content(lwp, private3, 'd'); in test_mmap_fd_fixed() 111 _verify_file_content(lwp, private3, 'd'); in test_mmap_fd_fixed() 124 _verify_file_content(lwp, private3, 'd'); in test_mmap_fd_fixed() 137 _verify_file_content(lwp, private3, 'd'); in test_mmap_fd_fixed() 150 _verify_file_content(lwp, private3, 'd'); in test_mmap_fd_fixed() 155 lwp_mmap2(lwp, private3, or_size, or_prot, or_flags, anon_fd, pgoffset), in test_mmap_fd_fixed() 156 private3); in test_mmap_fd_fixed() 163 _verify_file_content(lwp, private3, 0); in test_mmap_fd_fixed()
|
| A D | lwp_mmap_fix_private.c | 27 static char *private3 = (char *)0x100000000 + 0x3000; variable 101 msg.fault_vaddr = private3; in test_mmap_fix_private()
|
Completed in 13 milliseconds