Searched refs:upl_base (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/tests/vm/ |
| H A D | upl.c | 664 uint64_t upl_base; member 681 upl_submap_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .upl_base = 0x180000000ULL, 690 args.upl_base += 0x800; 696 args.upl_base += 0x800; 716 upl_submap_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .upl_base = 0x180000000ULL, 725 args.upl_base += 0x800; 731 args.upl_base += 0x800;
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_tests.c | 3381 uint64_t upl_base; /* Base address in 'temp_map' against which UPL should be created */ in vm_upl_submap_test() member 3431 if (!vm_map_lookup_entry(temp_map, args.upl_base, &submap_entry) || !submap_entry->is_sub_map) { in vm_upl_submap_test() 3444 (vm_map_offset_t)args.upl_base, in vm_upl_submap_test() 3459 if (!vm_map_lookup_entry(temp_map, args.upl_base, &submap_entry) || submap_entry->is_sub_map) { in vm_upl_submap_test() 3476 …error = upl_buf_compare((user_addr_t)args.ptr + (args.upl_base - start), upl, (void*)kva, upl_size… in vm_upl_submap_test() 3485 error = upl_buf_compare((user_addr_t)args.upl_base, upl, (void*)kva, upl_size, false); in vm_upl_submap_test()
|