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.
164 unsigned long flags, *owned; in cmci_toggle_interrupt_mode() local
169 owned = this_cpu_ptr(mce_banks_owned); in cmci_toggle_interrupt_mode()
170 for_each_set_bit(bank, owned, MAX_NR_BANKS) { in cmci_toggle_interrupt_mode()
276 unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); in cmci_discover() local
286 if (test_bit(i, owned)) in cmci_discover()
295 /* Already owned by someone else? */ in cmci_discover()
297 clear_bit(i, owned); in cmci_discover()
321 set_bit(i, owned); in cmci_discover()
347 * all the CMCI owned banks.