Searched refs:kern_collectth_state (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.61.2/osfmk/kdp/ |
| H A D | kdp_core.h | 127 void kern_collectth_state(thread_t thread, void *buffer, uint64_t size, void **iter);
|
| H A D | kdp_core.c | 693 kern_collectth_state(current_thread(), buf, thread_state_size, &iter); in kern_dump_save_thread_state()
|
| /xnu-8792.61.2/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_vm.c | 102 kern_collectth_state(thread_t thread, void *buffer, uint64_t size, void ** iter) in kern_collectth_state() function
|
| /xnu-8792.61.2/osfmk/kdp/ml/arm/ |
| H A D | kdp_vm.c | 297 kern_collectth_state(thread_t thread __unused, void *buffer, uint64_t size, void ** iter) in kern_collectth_state() function
|