Lines Matching refs:inits
299 u32 *inits, *targs, value;
314 sizeof(*inits) * ipds + sizeof(*targs) * tpds;
325 inits = (u32 *)(hmat_loc + 1);
326 targs = inits + ipds;
329 alloc_memory_initiator(inits[init]);
335 inits[init], targs[targ], value,
340 if (target && target->processor_pxm == inits[init]) {
343 if (node_state(pxm_to_node(inits[init]), N_CPU))
498 u32 *inits, *targs;
503 inits = (u32 *)(hmat_loc + 1);
504 targs = inits + ipds;
508 if (inits[i] == initiator->processor_pxm) {