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