Lines Matching refs:this_cpu_read
426 if (!this_cpu_read(threshold_banks) && !tr->set_lvt_off) in threshold_restart_bank()
685 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) { in mce_amd_feature_init()
829 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) in amd_deferred_error_interrupt()
868 struct threshold_bank **bp = this_cpu_read(threshold_banks); in amd_threshold_interrupt()
879 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) { in amd_threshold_interrupt()
1075 if ((bank >= this_cpu_read(mce_num_banks)) || (block >= NR_BLOCKS)) in allocate_threshold_blocks()
1171 struct device *dev = this_cpu_read(mce_device); in threshold_create_bank()
1299 unsigned int bank, numbanks = this_cpu_read(mce_num_banks); in __threshold_remove_device()
1313 struct threshold_bank **bp = this_cpu_read(threshold_banks); in mce_threshold_remove_device()
1348 bp = this_cpu_read(threshold_banks); in mce_threshold_create_device()
1352 numbanks = this_cpu_read(mce_num_banks); in mce_threshold_create_device()
1358 if (!(this_cpu_read(bank_map) & (1 << bank))) in mce_threshold_create_device()