Home
last modified time | relevance | path

Searched refs:thread_flavor_array (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c42 static const x86_state_hdr_t thread_flavor_array[] = { variable
52 for (i = 0; i < sizeof(thread_flavor_array) / sizeof(thread_flavor_array[0]); i++) { in kern_collectth_state_size()
54 (thread_flavor_array[i].count * sizeof(int)); in kern_collectth_state_size()
90 for (i = 0; i < sizeof(thread_flavor_array) / sizeof(thread_flavor_array[0]); i++) { in kern_collectth_state()
96 thread_flavor_array[i]; in kern_collectth_state()
100 if (hoffset + thread_flavor_array[i].count * sizeof(int) > size) { in kern_collectth_state()
108 if (thread_flavor_array[i].flavor == x86_THREAD_STATE64) { in kern_collectth_state()
150 bzero(tstate, thread_flavor_array[i].count * sizeof(int)); in kern_collectth_state()
153 hoffset += thread_flavor_array[i].count * sizeof(int); in kern_collectth_state()
/xnu-8020.121.3/bsd/kern/
H A Dkern_core.c79 mythread_state_flavor_t thread_flavor_array[] = { variable
86 mythread_state_flavor_t thread_flavor_array[] = { variable
94 mythread_state_flavor_t thread_flavor_array[] = { variable
353 tir1.flavor_count = sizeof(thread_flavor_array) / sizeof(mythread_state_flavor_t); in coredump()
354 bcopy(thread_flavor_array, flavors, sizeof(thread_flavor_array)); in coredump()