Searched refs:tstate_size (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_vm.c | 50 uint64_t tstate_size = 0; in kern_collectth_state_size() local 53 tstate_size += sizeof(x86_state_hdr_t) + in kern_collectth_state_size() 58 *ptstate_size = sizeof(struct thread_command) + tstate_size; in kern_collectth_state_size() 62 kern_collect_userth_state_size(task_t task, uint64_t * tstate_count, uint64_t * tstate_size) in kern_collect_userth_state_size() argument 73 *tstate_size = sizeof(struct thread_command) + per_thread_size; in kern_collect_userth_state_size() 105 uint64_t tstate_size, tstate_count; in kern_collectth_state() local 120 kern_collectth_state_size(&tstate_count, &tstate_size); in kern_collectth_state() 123 tc->cmdsize = (uint32_t) tstate_size; in kern_collectth_state()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_core.c | 183 size_t tstate_size; member 250 + t->tstate_size); in collectth_state() 386 size_t command_size, header_size, tstate_size; in coredump() local 549 tstate_size = 0; in coredump() 551 tstate_size += sizeof(mythread_state_flavor_t) + in coredump() 567 if (os_add_and_mul_overflow(tstate_size, sizeof(struct thread_command), thread_count, &rhs)) { in coredump() 568 …COREDUMPLOG("error: thread state size overflow: tstate_size=%lu, thread_count=%lu", tstate_size, t… in coredump() 801 tir1.tstate_size = tstate_size; in coredump()
|
| /xnu-12377.61.12/osfmk/kdp/ |
| H A D | kdp_core.h | 126 void kern_collectth_state_size(uint64_t * tstate_count, uint64_t * tstate_size); 129 void kern_collect_userth_state_size(task_t task, uint64_t * tstate_count, uint64_t * tstate_size);
|
| /xnu-12377.61.12/osfmk/kdp/ml/arm/ |
| H A D | kdp_vm.c | 289 kern_collectth_state_size(uint64_t * tstate_count, uint64_t * tstate_size) in kern_collectth_state_size() argument 294 *tstate_size = sizeof(struct thread_command) in kern_collectth_state_size() 393 kern_collect_userth_state_size(task_t task, uint64_t * tstate_count, uint64_t * tstate_size) in kern_collect_userth_state_size() argument 418 *tstate_size = sizeof(struct thread_command) + per_thread_size; in kern_collect_userth_state_size()
|