Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpu.c335 if (cpu->cpu_uec.uec_cache == NULL && !cpu->cpu_uec.uec_flags) in cpu_uec_flush()
352 size_t nent = cpu->cpu_olduec.uec_nent + cpu->cpu_uec.uec_nent; in cpu_uec_flush()
358 bcopy(cpu->cpu_uec.uec_cache, new + cpu->cpu_olduec.uec_nent, in cpu_uec_flush()
359 sizeof (uint64_t) * cpu->cpu_uec.uec_nent); in cpu_uec_flush()
363 fmd_hdl_free(hdl, cpu->cpu_uec.uec_cache, in cpu_uec_flush()
364 sizeof (uint64_t) * cpu->cpu_uec.uec_nent); in cpu_uec_flush()
368 cpu->cpu_olduec.uec_flags |= cpu->cpu_uec.uec_flags; in cpu_uec_flush()
370 cpu->cpu_olduec.uec_cache = cpu->cpu_uec.uec_cache; in cpu_uec_flush()
371 cpu->cpu_olduec.uec_nent = cpu->cpu_uec.uec_nent; in cpu_uec_flush()
372 cpu->cpu_olduec.uec_flags = cpu->cpu_uec.uec_flags; in cpu_uec_flush()
[all …]
H A Dcmd_cpu.h429 #define cpu_uec cpu_pers.cpup_uec macro