Lines Matching refs:this_cpu_read
404 if (this_cpu_read(threshold_banks)) in threshold_restart_bank()
663 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) { in mce_amd_feature_init()
1007 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) in amd_deferred_error_interrupt()
1046 struct threshold_bank **bp = this_cpu_read(threshold_banks); in amd_threshold_interrupt()
1057 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) { in amd_threshold_interrupt()
1252 if ((bank >= this_cpu_read(mce_num_banks)) || (block >= NR_BLOCKS)) in allocate_threshold_blocks()
1348 struct device *dev = this_cpu_read(mce_device); in threshold_create_bank()
1476 struct threshold_bank **bp = this_cpu_read(threshold_banks); in mce_threshold_remove_device()
1477 unsigned int bank, numbanks = this_cpu_read(mce_num_banks); in mce_threshold_remove_device()
1518 bp = this_cpu_read(threshold_banks); in mce_threshold_create_device()
1522 numbanks = this_cpu_read(mce_num_banks); in mce_threshold_create_device()
1528 if (!(this_cpu_read(bank_map) & (1 << bank))) in mce_threshold_create_device()