mce_banks_owned 42 arch/x86/kernel/cpu/mce/intel.c static DEFINE_PER_CPU(mce_banks_t, mce_banks_owned); mce_banks_owned 136 arch/x86/kernel/cpu/mce/intel.c if (machine_check_poll(0, this_cpu_ptr(&mce_banks_owned))) mce_banks_owned 159 arch/x86/kernel/cpu/mce/intel.c owned = this_cpu_ptr(mce_banks_owned); mce_banks_owned 256 arch/x86/kernel/cpu/mce/intel.c machine_check_poll(MCP_TIMESTAMP, this_cpu_ptr(&mce_banks_owned)); mce_banks_owned 266 arch/x86/kernel/cpu/mce/intel.c unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); mce_banks_owned 348 arch/x86/kernel/cpu/mce/intel.c machine_check_poll(0, this_cpu_ptr(&mce_banks_owned)); mce_banks_owned 357 arch/x86/kernel/cpu/mce/intel.c if (!test_bit(bank, this_cpu_ptr(mce_banks_owned))) mce_banks_owned 362 arch/x86/kernel/cpu/mce/intel.c __clear_bit(bank, this_cpu_ptr(mce_banks_owned));