Searched refs:private2 (Results 1 – 3 of 3) sorted by relevance
| /examples/utest/testcases/mm/ |
| A D | lwp_mmap_fd_map_fixed_merge.c | 35 static char *private2 = (char *)0x100000000 + 0x2000; variable 95 _verify_file_content(lwp, private2, 0); in test_mmap_fd_fixed() 101 lwp_mmap2(lwp, private2, or_size, or_prot, or_flags, temp_fd, 2), in test_mmap_fd_fixed() 102 private2); in test_mmap_fd_fixed() 108 _verify_file_content(lwp, private2, 'c'); in test_mmap_fd_fixed() 121 _verify_file_content(lwp, private2, 'c'); in test_mmap_fd_fixed() 134 _verify_file_content(lwp, private2, 'c'); in test_mmap_fd_fixed() 148 _verify_file_content(lwp, private2, 'c'); in test_mmap_fd_fixed() 161 _verify_file_content(lwp, private2, 'c'); in test_mmap_fd_fixed()
|
| A D | lwp_mmap_fd_map_fixed_split.c | 35 static char *private2 = (char *)0x100000000 + 0x2000; variable 95 _verify_file_content(lwp, private2, 'c'); in test_mmap_fd_fixed() 103 lwp_mmap2(lwp, private2, or_size, or_prot, or_flags, anon_fd, pgoffset), in test_mmap_fd_fixed() 104 private2); in test_mmap_fd_fixed() 110 _verify_file_content(lwp, private2, 0); in test_mmap_fd_fixed() 123 _verify_file_content(lwp, private2, 0); in test_mmap_fd_fixed() 136 _verify_file_content(lwp, private2, 0); in test_mmap_fd_fixed() 149 _verify_file_content(lwp, private2, 0); in test_mmap_fd_fixed() 162 _verify_file_content(lwp, private2, 0); in test_mmap_fd_fixed()
|
| A D | lwp_mmap_fix_private.c | 26 static char *private2 = (char *)0x100000000 + 0x2000; variable 73 msg.fault_vaddr = private2; in test_mmap_fix_private()
|
Completed in 4 milliseconds