Searched refs:upl_rw (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/tests/vm/ ! |
| H A D | upl.c | 61 bool upl_rw; member 76 .copy_expected = false, .should_fail = false, .upl_rw = false }; 113 .copy_expected = false, .should_fail = false, .upl_rw = false }; 148 .copy_expected = false, .should_fail = false, .upl_rw = true }; 210 .copy_expected = false, .should_fail = true, .upl_rw = true }; 249 .copy_expected = copy_expected, .should_fail = false, .upl_rw = false }; 268 .copy_expected = true, .should_fail = true, .upl_rw = true }; 308 .copy_expected = copy_expected, .should_fail = false, .upl_rw = false }; 352 .copy_expected = false, .should_fail = should_fail, .upl_rw = true }; 398 .copy_expected = false, .should_fail = true, .upl_rw = false }; [all …]
|
| /xnu-12377.81.4/osfmk/vm/ ! |
| H A D | vm_tests.c | 3256 bool upl_rw; /* Should the UPL be created RW (!UPL_COPYOUT_FROM) instead of RO? */ in vm_upl_test() member 3266 if (!args.upl_rw) { in vm_upl_test() 3308 if (!error && args.upl_rw) { in vm_upl_test() 3384 bool upl_rw; /* Should the UPL be created RW (!UPL_COPYOUT_FROM) instead of RO? */ in vm_upl_submap_test() member 3440 if (!args.upl_rw) { in vm_upl_submap_test() 3550 bool upl_rw; in vm_upl_object_test() member 3562 if (!args.upl_rw) { in vm_upl_object_test()
|