Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/ipc/
H A Dipc_kmsg.h181 uint32_t ikm_big_data[IKM_BIG_MSG_SIZE / 4]; member
193 static_assert(offsetof(struct ipc_kmsg, ikm_big_data) +
H A Dipc_kmsg.c276 return (vm_offset_t)kmsg->ikm_big_data + IKM_BIG_MSG_SIZE; in ikm_kdata_end()
294 return (mach_msg_header_t *)kmsg->ikm_big_data; in ikm_header()
/xnu-12377.41.6/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-12377.41.6/tools/lldbmacros/
H A Dipc.py313 int(addressof(kmsgp.ikm_big_data)), "mach_msg_header_t *"