Searched refs:offset_u (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/osfmk/vm/ |
| H A D | vm_memory_entry.c | 68 offset_u, in mach_make_memory_entry_64() 183 offset_u, in mach_make_memory_entry_mem_only() 261 return offset_u; in vm_memory_entry_pgz_decode_offset() 343 offset_u, in mach_make_memory_entry_named_create() 546 offset_u, in mach_make_memory_entry_copy() 662 offset_u, in mach_make_memory_entry_share() 951 &offset_u)) { in mach_make_memory_entry_from_parent_entry_sanitize() 1036 offset_u, in mach_make_memory_entry_from_parent_entry() 1876 offset_u))) { in mach_memory_entry_map_size_sanitize_locked() 1925 &offset_u, in mach_memory_entry_map_size() [all …]
|
| H A D | vm_sanitize.c | 261 vm_addr_struct_t offset_u, in vm_sanitize_offset() argument 267 *offset = VM_SANITIZE_UNSAFE_UNWRAP(offset_u); in vm_sanitize_offset() 338 vm_addr_struct_t offset_u, in vm_sanitize_size() argument 824 vm_addr_struct_t offset_u; in vm_sanitize_offset_test() local 829 offset_u = vm_sanitize_wrap_addr(0); in vm_sanitize_offset_test() 844 offset_u = vm_sanitize_wrap_addr(11); in vm_sanitize_offset_test() 867 vm_addr_struct_t offset_u; in vm_sanitize_size_test() local 874 offset_u = vm_sanitize_wrap_addr(PAGE_SIZE + 1); in vm_sanitize_size_test() 956 offset_u = vm_sanitize_wrap_addr(0); in vm_sanitize_size_test() 972 offset_u = vm_sanitize_wrap_addr(-2); in vm_sanitize_size_test() [all …]
|
| H A D | vm_sanitize_internal.h | 697 vm_addr_struct_t offset_u, 763 vm_addr_struct_t offset_u,
|
| H A D | vm_user.c | 1576 mach_vm_offset_ut offset_u, in mach_vm_page_query() argument 1589 kr = vm_map_page_info(map, offset_u, VM_PAGE_INFO_BASIC, in mach_vm_page_query()
|
| H A D | vm_map.c | 3863 vm_object_offset_ut offset_u, in vm_map_enter_mem_object_sanitize() argument 3952 vm_object_offset_ut offset_u, in vm_map_enter_mem_object() argument 3997 offset_u, in vm_map_enter_mem_object() 4866 vm_object_offset_ut offset_u, in vm_map_enter_mem_object_control_sanitize() argument 4925 kr = vm_sanitize_size(offset_u, initial_size_u, in vm_map_enter_mem_object_control_sanitize() 4956 vm_object_offset_ut offset_u, in vm_map_enter_mem_object_control() argument 4995 offset_u, in vm_map_enter_mem_object_control() 18744 vm_map_offset_ut offset_u, in vm_map_copy_adjust_to_target() argument 18772 offset_u, in vm_map_copy_adjust_to_target() 20136 vm_map_offset_ut offset_u, in vm_map_page_info() argument [all …]
|
| /xnu-11215/tools/cocci/ |
| H A D | vm-param-swap.cocci | 3 expression offset, vms_caller, addr, end, offset_u; 6 - kr = vm_sanitize_offset(&offset, vms_caller, addr, end, offset_u); 7 + kr = vm_sanitize_offset(offset_u, vms_caller, addr, end, &offset); 27 expression size, vms_caller, map, flags, offset_u, size_u; 30 - kr = vm_sanitize_size(&size, vms_caller, map, flags, offset_u, size_u); 31 + kr = vm_sanitize_size(offset_u, size_u, vms_caller, map, flags, &size);
|