Searched refs:machcpu (Results 1 – 1 of 1) sorted by relevance
84 tdesc_t *machcpu; in fix_small_cpu_struct() local134 if ((machcpu = lookup_tdesc(td, "machcpu")) == NULL) { in fix_small_cpu_struct()135 machcpu = xcalloc(sizeof (*machcpu)); in fix_small_cpu_struct()136 machcpu->t_name = xstrdup("machcpu"); in fix_small_cpu_struct()137 machcpu->t_id = td->td_nextid++; in fix_small_cpu_struct()138 machcpu->t_type = FORWARD; in fix_small_cpu_struct()139 } else if (machcpu->t_type != STRUCT) { in fix_small_cpu_struct()144 (machcpu->t_type == FORWARD ? "forward" : "struct")); in fix_small_cpu_struct()150 cpum->ml_type = machcpu; in fix_small_cpu_struct()