Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c42 static const x86_state_hdr_t thread_flavor_array[] = {
53 tstate_size += sizeof(x86_state_hdr_t) + in kern_collectth_state_size()
65 const x86_state_hdr_t * flavors = thread_flavor_array; in kern_collect_userth_state_size()
69 per_thread_size += sizeof(x86_state_hdr_t) + flavors[i].count * sizeof(natural_t); in kern_collect_userth_state_size()
80 const x86_state_hdr_t * flavors = thread_flavor_array; in kern_collect_userth_state()
87 x86_state_hdr_t *hdr = (x86_state_hdr_t *)(tc + 1); in kern_collect_userth_state()
93 assert(hdr->count + sizeof(x86_state_hdr_t) + ((uintptr_t)hdr - (uintptr_t)buffer) <= size); in kern_collect_userth_state()
97 hdr = (x86_state_hdr_t *)((uintptr_t)(hdr + 1) + hdr->count * sizeof(natural_t)); in kern_collect_userth_state()
131 if (hoffset + sizeof(x86_state_hdr_t) > size) { in kern_collectth_state()
135 *(x86_state_hdr_t *)((uintptr_t)buffer + hoffset) = in kern_collectth_state()
[all …]
/xnu-11417.140.69/osfmk/mach/i386/
H A Dthread_status.h180 typedef struct x86_state_hdr x86_state_hdr_t; typedef
295 x86_state_hdr_t tsh;
303 x86_state_hdr_t fsh;
311 x86_state_hdr_t esh;
319 x86_state_hdr_t dsh;
327 x86_state_hdr_t ash;
335 x86_state_hdr_t ash;