Searched refs:private0 (Results 1 – 3 of 3) sorted by relevance
| /examples/utest/testcases/mm/ |
| A D | lwp_mmap_fd_map_fixed_merge.c | 33 static char *private0 = (char *)0x100000000; variable 93 _verify_file_content(lwp, private0, 0); in test_mmap_fd_fixed() 106 _verify_file_content(lwp, private0, 0); in test_mmap_fd_fixed() 114 lwp_mmap2(lwp, private0, or_size, or_prot, or_flags, temp_fd, 0), in test_mmap_fd_fixed() 115 private0); in test_mmap_fd_fixed() 119 _verify_file_content(lwp, private0, 'a'); in test_mmap_fd_fixed() 132 _verify_file_content(lwp, private0, 'a'); in test_mmap_fd_fixed() 146 _verify_file_content(lwp, private0, 'a'); in test_mmap_fd_fixed() 159 _verify_file_content(lwp, private0, 'a'); in test_mmap_fd_fixed()
|
| A D | lwp_mmap_fd_map_fixed_split.c | 33 static char *private0 = (char *)0x100000000; variable 93 _verify_file_content(lwp, private0, 'a'); in test_mmap_fd_fixed() 108 _verify_file_content(lwp, private0, 'a'); in test_mmap_fd_fixed() 116 lwp_mmap2(lwp, private0, or_size, or_prot, or_flags, anon_fd, pgoffset), in test_mmap_fd_fixed() 117 private0); in test_mmap_fd_fixed() 121 _verify_file_content(lwp, private0, 0); in test_mmap_fd_fixed() 134 _verify_file_content(lwp, private0, 0); in test_mmap_fd_fixed() 147 _verify_file_content(lwp, private0, 0); in test_mmap_fd_fixed() 160 _verify_file_content(lwp, private0, 0); in test_mmap_fd_fixed()
|
| A D | lwp_mmap_fix_private.c | 24 static char *private0 = (char *)0x100000000; variable 80 msg.fault_vaddr = private0; in test_mmap_fix_private()
|
Completed in 3 milliseconds