Lines Matching refs:this_cpu_read
428 if (!this_cpu_read(threshold_banks) && !tr->set_lvt_off) in threshold_restart_bank()
687 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) { in mce_amd_feature_init()
832 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) in amd_deferred_error_interrupt()
871 struct threshold_bank **bp = this_cpu_read(threshold_banks); in amd_threshold_interrupt()
882 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) { in amd_threshold_interrupt()
1078 if ((bank >= this_cpu_read(mce_num_banks)) || (block >= NR_BLOCKS)) in allocate_threshold_blocks()
1174 struct device *dev = this_cpu_read(mce_device); in threshold_create_bank()
1302 unsigned int bank, numbanks = this_cpu_read(mce_num_banks); in __threshold_remove_device()
1316 struct threshold_bank **bp = this_cpu_read(threshold_banks); in mce_threshold_remove_device()
1351 bp = this_cpu_read(threshold_banks); in mce_threshold_create_device()
1355 numbanks = this_cpu_read(mce_num_banks); in mce_threshold_create_device()
1361 if (!(this_cpu_read(bank_map) & BIT_ULL(bank))) in mce_threshold_create_device()