Lines Matching refs:this_cpu_ptr
165 machine_check_poll(MCP_TIMESTAMP, this_cpu_ptr(&mce_banks_owned)); in intel_threshold_interrupt()
177 unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); in cmci_skip_bank()
191 __clear_bit(bank, this_cpu_ptr(mce_poll_banks)); in cmci_skip_bank()
231 struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc); in cmci_claim_bank()
239 WARN_ON(!test_bit(bank, this_cpu_ptr(mce_poll_banks))); in cmci_claim_bank()
245 set_bit(bank, (void *)this_cpu_ptr(&mce_banks_owned)); in cmci_claim_bank()
252 __clear_bit(bank, this_cpu_ptr(mce_poll_banks)); in cmci_claim_bank()
315 machine_check_poll(0, this_cpu_ptr(&mce_banks_owned)); in cmci_recheck()
324 if (!test_bit(bank, this_cpu_ptr(mce_banks_owned))) in __cmci_disable_bank()
329 __clear_bit(bank, this_cpu_ptr(mce_banks_owned)); in __cmci_disable_bank()
400 machine_check_poll(0, this_cpu_ptr(&mce_poll_banks)); in cmci_mc_poll_banks()