Searched refs:uec_cache (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_cpu.c | 272 if (uec->uec_cache != NULL) { in cpu_uec_write() 273 fmd_buf_write(hdl, NULL, uec->uec_bufname, uec->uec_cache, in cpu_uec_write() 296 if (uec->uec_cache != NULL) { in cpu_uec_restore() 297 uec->uec_cache = cmd_buf_read(hdl, NULL, uec->uec_bufname, in cpu_uec_restore() 305 if (uec->uec_cache == NULL) in cpu_uec_free() 311 fmd_hdl_free(hdl, uec->uec_cache, sizeof (uint64_t) * uec->uec_nent); in cpu_uec_free() 318 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() 322 cpu->cpu_olduec.uec_cache = NULL; in cpu_uec_flush_finish() 335 if (cpu->cpu_uec.uec_cache == NULL && !cpu->cpu_uec.uec_flags) in cpu_uec_flush() [all …]
|
H A D | cmd_cpu.h | 174 uint64_t *uec_cache; /* The UE cache */ member
|