Searched refs:cpu_olduec (Results 1 – 2 of 2) sorted by relevance
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()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 …]
430 #define cpu_olduec cpu_pers.cpup_olduec macro