Home
last modified time | relevance | path

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

/xnu-8796.101.5/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-8796.101.5/osfmk/mach/i386/
H A Dthread_status.h179 typedef struct x86_state_hdr x86_state_hdr_t; typedef
294 x86_state_hdr_t tsh;
302 x86_state_hdr_t fsh;
310 x86_state_hdr_t esh;
318 x86_state_hdr_t dsh;
326 x86_state_hdr_t ash;
334 x86_state_hdr_t ash;