Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpu.c324 cpu->cpu_olduec.uec_flags = 0; in cpu_uec_flush_finish()
335 if (cpu->cpu_uec.uec_cache == NULL && !cpu->cpu_uec.uec_flags) in cpu_uec_flush()
368 cpu->cpu_olduec.uec_flags |= cpu->cpu_uec.uec_flags; in cpu_uec_flush()
372 cpu->cpu_olduec.uec_flags = cpu->cpu_uec.uec_flags; in cpu_uec_flush()
378 cpu->cpu_uec.uec_flags = 0; in cpu_uec_flush()
438 cpu->cpu_uec.uec_flags |= CPU_UEC_F_ALLMATCH; in cmd_cpu_uec_set_allmatch()
457 if ((cpu->cpu_uec.uec_flags & CPU_UEC_F_ALLMATCH) || in cmd_cpu_uec_match()
458 (cpu->cpu_olduec.uec_flags & CPU_UEC_F_ALLMATCH)) in cmd_cpu_uec_match()
H A Dcmd_cpu.h176 uint_t uec_flags; /* CPU_UEC_F_* */ member