Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vm/
H A Dvm_allocation.c1442 vm_offset_t read_address; in read_deallocate() local
1447 assert_read_success(address, size, &read_address, &read_size); in read_deallocate()
1451 (uintmax_t)read_size, (uintmax_t)read_size, (uintmax_t)read_address); in read_deallocate()
1459 T_QUIET; T_ASSERT_EQ((vm_offset_t)(mach_vm_address_t)read_address, read_address, in read_deallocate()
1462 (uintmax_t)read_address, (uintmax_t)(mach_vm_address_t)read_address); in read_deallocate()
1467 set_vm_address((mach_vm_address_t)read_address); in read_deallocate()
2240 vm_offset_t read_address; in test_read_null_map() local
2247 assert_mach_return(mach_vm_read(VM_MAP_NULL, address, size, &read_address, &read_size), in test_read_null_map()
2259 vm_offset_t read_address; in test_read_partially_deallocated_range() local
2268 assert_read_return(address, size, &read_address, &read_size, KERN_INVALID_ADDRESS); in test_read_partially_deallocated_range()
[all …]