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