Searched refs:read_address (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/tests/vm/ |
| H A D | vm_allocation.c | 1318 vm_offset_t read_address; in read_deallocate() local 1323 assert_read_success(address, size, &read_address, &read_size); in read_deallocate() 1327 (uintmax_t)read_size, (uintmax_t)read_size, (uintmax_t)read_address); in read_deallocate() 1335 T_QUIET; T_ASSERT_EQ((mach_vm_address_t)read_address, read_address, in read_deallocate() 1338 (uintmax_t)read_address, (uintmax_t)(mach_vm_address_t)read_address); in read_deallocate() 1343 set_vm_address((mach_vm_address_t)read_address); in read_deallocate() 2162 vm_offset_t read_address; in test_read_null_map() local 2169 …assert_mach_return(mach_vm_read(VM_MAP_NULL, address, size, &read_address, &read_size), MACH_SEND_… in test_read_null_map() 2181 vm_offset_t read_address; in test_read_partially_deallocated_range() local 2190 assert_read_return(address, size, &read_address, &read_size, KERN_INVALID_ADDRESS); in test_read_partially_deallocated_range() [all …]
|