Lines Matching refs:this_cpu_ptr
146 if (machine_check_poll(0, this_cpu_ptr(&mce_banks_owned))) in mce_intel_cmci_poll()
169 owned = this_cpu_ptr(mce_banks_owned); in cmci_toggle_interrupt_mode()
266 machine_check_poll(MCP_TIMESTAMP, this_cpu_ptr(&mce_banks_owned)); in intel_threshold_interrupt()
276 unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); in cmci_discover()
298 __clear_bit(i, this_cpu_ptr(mce_poll_banks)); in cmci_discover()
322 __clear_bit(i, this_cpu_ptr(mce_poll_banks)); in cmci_discover()
333 WARN_ON(!test_bit(i, this_cpu_ptr(mce_poll_banks))); in cmci_discover()
358 machine_check_poll(0, this_cpu_ptr(&mce_banks_owned)); in cmci_recheck()
367 if (!test_bit(bank, this_cpu_ptr(mce_banks_owned))) in __cmci_disable_bank()
372 __clear_bit(bank, this_cpu_ptr(mce_banks_owned)); in __cmci_disable_bank()
440 machine_check_poll(0, this_cpu_ptr(&mce_poll_banks)); in cmci_mc_poll_banks()