Lines Matching refs:inits
300 u32 *inits, *targs, value;
315 sizeof(*inits) * ipds + sizeof(*targs) * tpds;
326 inits = (u32 *)(hmat_loc + 1);
327 targs = inits + ipds;
330 alloc_memory_initiator(inits[init]);
336 inits[init], targs[targ], value,
341 if (target && target->processor_pxm == inits[init]) {
344 if (node_state(pxm_to_node(inits[init]), N_CPU))
499 u32 *inits, *targs;
504 inits = (u32 *)(hmat_loc + 1);
505 targs = inits + ipds;
509 if (inits[i] == initiator->processor_pxm) {