Home
last modified time | relevance | path

Searched refs:read_address (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/tests/vm/
H A Dvm_allocation.c1326 vm_offset_t read_address; in read_deallocate() local
1331 assert_read_success(address, size, &read_address, &read_size); in read_deallocate()
1335 (uintmax_t)read_size, (uintmax_t)read_size, (uintmax_t)read_address); in read_deallocate()
1343 T_QUIET; T_ASSERT_EQ((mach_vm_address_t)read_address, read_address, in read_deallocate()
1346 (uintmax_t)read_address, (uintmax_t)(mach_vm_address_t)read_address); in read_deallocate()
1351 set_vm_address((mach_vm_address_t)read_address); in read_deallocate()
2216 vm_offset_t read_address; in test_read_null_map() local
2223 …assert_mach_return(mach_vm_read(VM_MAP_NULL, address, size, &read_address, &read_size), MACH_SEND_… in test_read_null_map()
2235 vm_offset_t read_address; in test_read_partially_deallocated_range() local
2244 assert_read_return(address, size, &read_address, &read_size, KERN_INVALID_ADDRESS); in test_read_partially_deallocated_range()
[all …]