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