Lines Matching refs:this_cpu_read
430 if (!this_cpu_read(threshold_banks) && !tr->set_lvt_off) in threshold_restart_bank()
689 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) { in mce_amd_feature_init()
896 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) in amd_deferred_error_interrupt()
935 struct threshold_bank **bp = this_cpu_read(threshold_banks); in amd_threshold_interrupt()
946 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) { in amd_threshold_interrupt()
1142 if ((bank >= this_cpu_read(mce_num_banks)) || (block >= NR_BLOCKS)) in allocate_threshold_blocks()
1214 struct device *dev = this_cpu_read(mce_device); in threshold_create_bank()
1281 unsigned int bank, numbanks = this_cpu_read(mce_num_banks); in __threshold_remove_device()
1295 struct threshold_bank **bp = this_cpu_read(threshold_banks); in mce_threshold_remove_device()
1330 bp = this_cpu_read(threshold_banks); in mce_threshold_create_device()
1334 numbanks = this_cpu_read(mce_num_banks); in mce_threshold_create_device()
1340 if (!(this_cpu_read(bank_map) & BIT_ULL(bank))) in mce_threshold_create_device()