Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/ipc/
H A Dipc_kmsg.h184 uint32_t ikm_big_data[IKM_BIG_MSG_SIZE / 4]; member
196 static_assert(offsetof(struct ipc_kmsg, ikm_big_data) +
H A Dipc_kmsg.c284 return (vm_offset_t)kmsg->ikm_big_data + IKM_BIG_MSG_SIZE; in ikm_kdata_end()
302 return (mach_msg_header_t *)kmsg->ikm_big_data; in ikm_header()
/xnu-10063.141.1/doc/mach_ipc/
H A Dkmsg.md100ikm_big_data │ ikm_small_data │ │
122 For this kmsg type, there is no external allocation, and the `ikm_big_data`
/xnu-10063.141.1/tools/lldbmacros/
H A Dipc.py229 return kern.GetValueFromAddress(int(addressof(kmsgp.ikm_big_data)), 'mach_msg_header_t *')