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