Searched refs:cpu_map (Results 1 – 3 of 3) sorted by relevance
14 cpu_map = {} variable161 if not cpu_phy_id in list(cpu_map.keys()):164 core_info = cpu_map[cpu_phy_id]169 cpu_map[cpu_phy_id] = core_info179 if not cpu_phy_id in list(cpu_map.keys()):180 cpu_map[cpu_phy_id] = [i]182 cpu_map[cpu_phy_id].append(i)494 print("cpu_map: ", cpu_map, file=debugfile)496 print("nr_packages=%d" % len(cpu_map), file=keyvalfile)498 for pkg in sorted(cpu_map.keys()):[all …]
43 intel->batch.cpu_map = malloc(intel->maxBatchSize); in intel_batchbuffer_init()44 intel->batch.map = intel->batch.cpu_map; in intel_batchbuffer_init()66 free(intel->batch.cpu_map); in intel_batchbuffer_free()
107 uint32_t *cpu_map; member