Searched refs:cpum (Results 1 – 1 of 1) sorted by relevance
86 mlist_t *cpum; in fix_small_cpu_struct() local146 cpum = xmalloc(sizeof (*cpum)); in fix_small_cpu_struct()147 cpum->ml_offset = lml->ml_offset + (ptrsize * NBBY); in fix_small_cpu_struct()148 cpum->ml_size = 0; in fix_small_cpu_struct()149 cpum->ml_name = xstrdup("cpu_m"); in fix_small_cpu_struct()150 cpum->ml_type = machcpu; in fix_small_cpu_struct()151 cpum->ml_next = NULL; in fix_small_cpu_struct()153 lml->ml_next = cpum; in fix_small_cpu_struct()