Searched refs:arm_state_hdr_t (Results 1 – 4 of 4) 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()
126 typedef struct arm_state_hdr arm_state_hdr_t; typedef185 arm_state_hdr_t ash;399 arm_state_hdr_t ash;992 arm_state_hdr_t dsh;1041 arm_state_hdr_t nsh;1095 arm_state_hdr_t hdr;
117 arm_state_hdr_t *umatrix_hdr;
136 arm_state_hdr_t *hdr = thread->machine.umatrix_hdr; in machine_thread_get_sme_state()