Searched refs:arm_state_hdr_t (Results 1 – 2 of 2) sorted by relevance
288 + (sizeof(arm_state_hdr_t) in kern_collectth_state_size()313 arm_state_hdr_t *hdr = (arm_state_hdr_t *)(void *)(tc + 1); in kern_collectth_state()373 static const arm_state_hdr_t user32_thread_flavor_array[] = {378 static const arm_state_hdr_t user64_thread_flavor_array[] = {390 const arm_state_hdr_t * flavors; in kern_collect_userth_state_size()407 per_thread_size += sizeof(arm_state_hdr_t) + (flavors[i].count * sizeof(natural_t)); in kern_collect_userth_state_size()419 const arm_state_hdr_t * flavors; in kern_collect_userth_state()440 arm_state_hdr_t *hdr = (arm_state_hdr_t *)(tc + 1); in kern_collect_userth_state()446 assert(hdr->count + sizeof(arm_state_hdr_t) + ((uintptr_t)hdr - (uintptr_t)buffer) <= size); in kern_collect_userth_state()450 hdr = (arm_state_hdr_t *)((uintptr_t)(hdr + 1) + hdr->count * sizeof(natural_t)); in kern_collect_userth_state()
118 typedef struct arm_state_hdr arm_state_hdr_t; typedef171 arm_state_hdr_t ash;376 arm_state_hdr_t ash;984 arm_state_hdr_t dsh;1033 arm_state_hdr_t nsh;