Searched refs:private1 (Results 1 – 3 of 3) sorted by relevance
| /examples/utest/testcases/mm/ |
| A D | lwp_mmap_fd_map_fixed_merge.c | 34 static char *private1 = (char *)0x100000000 + 0x1000; variable 94 _verify_file_content(lwp, private1, 0); in test_mmap_fd_fixed() 107 _verify_file_content(lwp, private1, 0); in test_mmap_fd_fixed() 120 _verify_file_content(lwp, private1, 0); in test_mmap_fd_fixed() 133 _verify_file_content(lwp, private1, 0); in test_mmap_fd_fixed() 140 lwp_mmap2(lwp, private1, or_size, or_prot, or_flags, temp_fd, 1), in test_mmap_fd_fixed() 141 private1); in test_mmap_fd_fixed() 147 _verify_file_content(lwp, private1, 'b'); in test_mmap_fd_fixed() 160 _verify_file_content(lwp, private1, 'b'); in test_mmap_fd_fixed()
|
| A D | lwp_mmap_fd_map_fixed_split.c | 34 static char *private1 = (char *)0x100000000 + 0x1000; variable 94 _verify_file_content(lwp, private1, 'b'); in test_mmap_fd_fixed() 109 _verify_file_content(lwp, private1, 'b'); in test_mmap_fd_fixed() 122 _verify_file_content(lwp, private1, 'b'); in test_mmap_fd_fixed() 135 _verify_file_content(lwp, private1, 'b'); in test_mmap_fd_fixed() 142 lwp_mmap2(lwp, private1, or_size, or_prot, or_flags, anon_fd, pgoffset), in test_mmap_fd_fixed() 143 private1); in test_mmap_fd_fixed() 148 _verify_file_content(lwp, private1, 0); in test_mmap_fd_fixed() 161 _verify_file_content(lwp, private1, 0); in test_mmap_fd_fixed()
|
| A D | lwp_mmap_fix_private.c | 25 static char *private1 = (char *)0x100000000 + 0x1000; variable 94 msg.fault_vaddr = private1; in test_mmap_fix_private()
|
Completed in 6 milliseconds