Searched refs:upl_rw (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/tests/vm/ |
| H A D | upl.c | 58 bool upl_rw; member 73 .copy_expected = false, .should_fail = false, .upl_rw = false }; 110 .copy_expected = false, .should_fail = false, .upl_rw = false }; 145 .copy_expected = false, .should_fail = false, .upl_rw = true }; 207 .copy_expected = false, .should_fail = true, .upl_rw = true }; 256 .copy_expected = copy_expected, .should_fail = false, .upl_rw = false }; 275 .copy_expected = true, .should_fail = true, .upl_rw = true }; 312 .copy_expected = copy_expected, .should_fail = false, .upl_rw = false }; 353 .copy_expected = false, .should_fail = should_fail, .upl_rw = true }; 399 .copy_expected = false, .should_fail = true, .upl_rw = false }; [all …]
|
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_tests.c | 2520 bool upl_rw; /* Should the UPL be created RW (!UPL_COPYOUT_FROM) instead of RO? */ in vm_upl_test() member 2530 if (!args.upl_rw) { in vm_upl_test() 2572 if (!error && args.upl_rw) { in vm_upl_test() 2648 bool upl_rw; /* Should the UPL be created RW (!UPL_COPYOUT_FROM) instead of RO? */ in vm_upl_submap_test() member 2704 if (!args.upl_rw) { in vm_upl_submap_test() 2814 bool upl_rw; in vm_upl_object_test() member 2826 if (!args.upl_rw) { in vm_upl_object_test()
|