Lines Matching full:owned
37 * disables CMCI on all banks owned by the cpu and clears this bitfield. At
40 * owned by the offlined cpu.
157 unsigned long flags, *owned; in cmci_toggle_interrupt_mode() local
162 owned = this_cpu_ptr(mce_banks_owned); in cmci_toggle_interrupt_mode()
163 for_each_set_bit(bank, owned, MAX_NR_BANKS) { in cmci_toggle_interrupt_mode()
269 unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); in cmci_discover() local
279 if (test_bit(i, owned)) in cmci_discover()
288 /* Already owned by someone else? */ in cmci_discover()
290 clear_bit(i, owned); in cmci_discover()
314 set_bit(i, owned); in cmci_discover()
340 * all the CMCI owned banks.