Lines Matching defs:cpuids
140 static void dr_cpu_check_psrset(uint32_t *cpuids, dr_cpu_res_t *res, int nres);
424 /* the incoming array of cpuids to operate on */
433 /* copy the cpuids for the drctl call from the incoming request msg */
711 uint32_t *cpuids;
718 /* array of cpuids start just after the header */
719 cpuids = DR_CPU_CMD_CPUIDS(req);
729 dr_cpu_check_psrset(cpuids, res, req->num_records);
738 if ((cp = cpu_get(cpuids[idx])) == NULL)
766 dr_cpu_check_psrset(uint32_t *cpuids, dr_cpu_res_t *res, int nres)
798 if ((cp = cpu_get(cpuids[cpu_idx])) == NULL)
850 DR_DBG_CPU("cpu %d: %s\n", cpuids[cpu_idx], err_str);
956 uint32_t *cpuids;
966 /* the incoming array of cpuids to configure */
967 cpuids = DR_CPU_CMD_CPUIDS(req);
986 result = dr_cpu_status(cpuids[idx], &status);
992 stat[idx].cpuid = cpuids[idx];