Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpu.c318 if (cpu->cpu_olduec.uec_cache != NULL) { in cpu_uec_flush_finish()
319 fmd_hdl_free(hdl, cpu->cpu_olduec.uec_cache, sizeof (uint64_t) * in cpu_uec_flush_finish()
320 cpu->cpu_olduec.uec_nent); in cpu_uec_flush_finish()
322 cpu->cpu_olduec.uec_cache = NULL; in cpu_uec_flush_finish()
323 cpu->cpu_olduec.uec_nent = 0; in cpu_uec_flush_finish()
324 cpu->cpu_olduec.uec_flags = 0; in cpu_uec_flush_finish()
325 cpu_uec_write(hdl, cpu, &cpu->cpu_olduec); in cpu_uec_flush_finish()
346 if (cpu->cpu_olduec.uec_cache != NULL) { in cpu_uec_flush()
352 size_t nent = cpu->cpu_olduec.uec_nent + cpu->cpu_uec.uec_nent; in cpu_uec_flush()
356 bcopy(cpu->cpu_olduec.uec_cache, new, in cpu_uec_flush()
[all …]
H A Dcmd_cpu.h430 #define cpu_olduec cpu_pers.cpup_olduec macro