Searched refs:private4 (Results 1 – 3 of 3) sorted by relevance
| /examples/utest/testcases/mm/ |
| A D | lwp_mmap_fd_map_fixed_merge.c | 37 static char *private4 = (char *)0x100000000 + 0x4000; variable 97 _verify_file_content(lwp, private4, 0); in test_mmap_fd_fixed() 110 _verify_file_content(lwp, private4, 0); in test_mmap_fd_fixed() 123 _verify_file_content(lwp, private4, 0); in test_mmap_fd_fixed() 127 lwp_mmap2(lwp, private4, or_size, or_prot, or_flags, temp_fd, 4), in test_mmap_fd_fixed() 128 private4); in test_mmap_fd_fixed() 136 _verify_file_content(lwp, private4, 'e'); in test_mmap_fd_fixed() 150 _verify_file_content(lwp, private4, 'e'); in test_mmap_fd_fixed() 163 _verify_file_content(lwp, private4, 'e'); in test_mmap_fd_fixed()
|
| A D | lwp_mmap_fd_map_fixed_split.c | 37 static char *private4 = (char *)0x100000000 + 0x4000; variable 97 _verify_file_content(lwp, private4, 'e'); in test_mmap_fd_fixed() 112 _verify_file_content(lwp, private4, 'e'); in test_mmap_fd_fixed() 125 _verify_file_content(lwp, private4, 'e'); in test_mmap_fd_fixed() 129 lwp_mmap2(lwp, private4, or_size, or_prot, or_flags, anon_fd, pgoffset), in test_mmap_fd_fixed() 130 private4); in test_mmap_fd_fixed() 138 _verify_file_content(lwp, private4, 0); in test_mmap_fd_fixed() 151 _verify_file_content(lwp, private4, 0); in test_mmap_fd_fixed() 164 _verify_file_content(lwp, private4, 0); in test_mmap_fd_fixed()
|
| A D | lwp_mmap_fix_private.c | 28 static char *private4 = (char *)0x100000000 + 0x4000; variable 87 msg.fault_vaddr = private4; in test_mmap_fix_private()
|
Completed in 4 milliseconds