| /xnu-11215.1.10/libsyscall/wrappers/ |
| H A D | exclaves.c | 81 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_outbound_buffer_copyout() argument 85 (exclaves_id_t) offset1, dst_buffer, size1, size2, offset2); in exclaves_outbound_buffer_copyout() 101 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_inbound_buffer_copyin() argument 105 (exclaves_id_t) offset1, src_buffer, size1, size2, offset2); in exclaves_inbound_buffer_copyin() 214 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_audio_buffer_copyout() argument 218 (exclaves_id_t) offset1, dst_buffer, size1, size2, offset2); in exclaves_audio_buffer_copyout()
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | exclaves_sensor.c | 175 uint64_t size2, uint64_t offset2, exclaves_sensor_status_t *status) in exclaves_eic_sensor_copy() argument 200 &eic_client, buffer, 0, offset2, size2, in exclaves_eic_sensor_copy() 463 uint64_t size2, uint64_t offset2, exclaves_sensor_status_t *status) in exclaves_sensor_copy() argument 475 return exclaves_eic_sensor_copy(buffer, size1, offset1, size2, offset2, in exclaves_sensor_copy()
|
| H A D | exclaves_resource.c | 869 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_named_buffer_copyin() argument 889 if (os_add_overflow(offset2, size2, &umax) || umax > nb->nb_size) { in exclaves_named_buffer_copyin() 902 kr = exclaves_named_buffer_io_copyin(resource, buffer + size1, offset2, in exclaves_named_buffer_copyin() 933 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_named_buffer_copyout() argument 954 if (os_add_overflow(offset2, size2, &umax) || umax > nb->nb_size) { in exclaves_named_buffer_copyout() 968 offset2, size2); in exclaves_named_buffer_copyout() 1211 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_audio_buffer_copyout() argument 1216 …turn_t kr = exclaves_xnuproxy_audio_buffer_copyout(resource->r_id, size1, offset1, size2, offset2); in exclaves_audio_buffer_copyout() 1222 size2, offset2); in exclaves_audio_buffer_copyout() 1917 mach_vm_size_t size2, mach_vm_size_t offset2) in exclaves_resource_shared_memory_copyin() argument [all …]
|
| H A D | exclaves_sensor.h | 69 uint64_t offset1, uint64_t size2, uint64_t offset2,
|
| H A D | exclaves_xnuproxy.h | 70 uint64_t size1, uint64_t offset1, uint64_t size2, uint64_t offset2);
|
| H A D | exclaves_xnuproxy.c | 488 uint64_t size1, uint64_t offset1, uint64_t size2, uint64_t offset2) in exclaves_xnuproxy_audio_buffer_copyout() argument 495 id, size1, offset1, size2, offset2, in exclaves_xnuproxy_audio_buffer_copyout()
|
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | exclaves.h | 250 mach_vm_size_t size2, mach_vm_size_t offset2); 319 mach_vm_size_t size2, mach_vm_size_t offset2); 494 mach_vm_size_t size2, mach_vm_size_t offset2);
|
| /xnu-11215.1.10/iokit/Kernel/ |
| H A D | IONVRAMCHRPHandler.cpp | 935 uint32_t offset, offset2; in unescapeBytesToData() local 950 offset2 = byte & 0x7F; in unescapeBytesToData() 952 offset2 = 1; in unescapeBytesToData() 954 totalLength += offset2; in unescapeBytesToData() 965 offset2 = byte & 0x7F; in unescapeBytesToData() 968 offset2 = 1; in unescapeBytesToData() 970 data->appendByte(byte, offset2); in unescapeBytesToData()
|