Home
last modified time | relevance | path

Searched refs:cpum (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Dfixup_tdescs.c203 mlist_t *cpum; in fix_small_cpu_struct() local
263 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()