Searched refs:upl_base (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/tests/vm/ |
| H A D | upl.c | 568 uint64_t upl_base; member 585 upl_submap_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .upl_base = 0x180000000ULL, 594 args.upl_base += 0x800; 600 args.upl_base += 0x800; 620 upl_submap_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .upl_base = 0x180000000ULL, 629 args.upl_base += 0x800; 635 args.upl_base += 0x800;
|
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_tests.c | 2645 uint64_t upl_base; /* Base address in 'temp_map' against which UPL should be created */ in vm_upl_submap_test() member 2695 if (!vm_map_lookup_entry(temp_map, args.upl_base, &submap_entry) || !submap_entry->is_sub_map) { in vm_upl_submap_test() 2708 (vm_map_offset_t)args.upl_base, in vm_upl_submap_test() 2723 if (!vm_map_lookup_entry(temp_map, args.upl_base, &submap_entry) || submap_entry->is_sub_map) { in vm_upl_submap_test() 2740 …error = upl_buf_compare((user_addr_t)args.ptr + (args.upl_base - start), upl, (void*)kva, upl_size… in vm_upl_submap_test() 2749 error = upl_buf_compare((user_addr_t)args.upl_base, upl, (void*)kva, upl_size, false); in vm_upl_submap_test()
|