Searched refs:cpum (Results 1 – 1 of 1) sorted by relevance
203 mlist_t *cpum; in fix_small_cpu_struct() local263 cpum = xmalloc(sizeof (*cpum)); in fix_small_cpu_struct()264 cpum->ml_offset = lml->ml_offset + (ptrsize * NBBY); in fix_small_cpu_struct()265 cpum->ml_size = 0; in fix_small_cpu_struct()266 cpum->ml_name = xstrdup("cpu_m"); in fix_small_cpu_struct()267 cpum->ml_type = machcpu; in fix_small_cpu_struct()268 cpum->ml_next = NULL; in fix_small_cpu_struct()270 lml->ml_next = cpum; in fix_small_cpu_struct()