CMCI_STORM_NONE   129 arch/x86/kernel/cpu/mce/intel.c 	if (__this_cpu_read(cmci_storm_state) == CMCI_STORM_NONE)
CMCI_STORM_NONE   149 arch/x86/kernel/cpu/mce/intel.c 	per_cpu(cmci_storm_state, cpu) = CMCI_STORM_NONE;
CMCI_STORM_NONE   201 arch/x86/kernel/cpu/mce/intel.c 			__this_cpu_write(cmci_storm_state, CMCI_STORM_NONE);
CMCI_STORM_NONE   220 arch/x86/kernel/cpu/mce/intel.c 	if (__this_cpu_read(cmci_storm_state) != CMCI_STORM_NONE)