Searched refs:read_address (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | vm_allocation.c | 1442 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 …]
|
| /xnu-12377.61.12/tests/ |
| H A D | arm_mte.c | 1002 pointer_t read_address; 1005 alloc_size, &read_address, &read_size); 1054 vm_offset_t read_address; 1067 &read_address, &read_size);
|