Lines Matching defs:platform_cpuref
111 static struct cpuref platform_cpuref[MAXCPU];
371 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref;
372 platform_cpuref[platform_cpuref_cnt].cr_cpuid = platform_cpuref_cnt;
373 platform_cpuref[platform_cpuref_cnt].cr_domain = tmp_cpuref[a].cr_domain;
377 platform_cpuref[platform_cpuref_cnt].cr_hwref = tmp_cpuref[a].cr_hwref;
378 platform_cpuref[platform_cpuref_cnt].cr_cpuid = platform_cpuref_cnt;
379 platform_cpuref[platform_cpuref_cnt].cr_domain = tmp_cpuref[a].cr_domain;
395 cpuref->cr_hwref = platform_cpuref[0].cr_hwref;
396 cpuref->cr_domain = platform_cpuref[0].cr_domain;
413 cpuref->cr_cpuid = platform_cpuref[id].cr_cpuid;
414 cpuref->cr_hwref = platform_cpuref[id].cr_hwref;
415 cpuref->cr_domain = platform_cpuref[id].cr_domain;
424 cpuref->cr_cpuid = platform_cpuref[0].cr_cpuid;
425 cpuref->cr_hwref = platform_cpuref[0].cr_hwref;
426 cpuref->cr_domain = platform_cpuref[0].cr_domain;