| /OK3568_Linux_fs/kernel/tools/lib/perf/ |
| H A D | cpumap.c | 174 unsigned long start_cpu, end_cpu = 0; in perf_cpu_map__new() local 193 start_cpu = strtoul(cpu_list, &p, 0); in perf_cpu_map__new() 194 if (start_cpu >= INT_MAX in perf_cpu_map__new() 206 if (end_cpu < start_cpu) in perf_cpu_map__new() 209 end_cpu = start_cpu; in perf_cpu_map__new() 215 for (; start_cpu <= end_cpu; start_cpu++) { in perf_cpu_map__new() 218 if (tmp_cpus[i] == (int)start_cpu) in perf_cpu_map__new() 228 tmp_cpus[nr_cpus++] = (int)start_cpu; in perf_cpu_map__new()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/ |
| H A D | smp.c | 73 int start_cpu; in smp_startup_cpu() local 85 start_cpu = rtas_token("start-cpu"); in smp_startup_cpu() 86 if (start_cpu == RTAS_UNKNOWN_SERVICE) in smp_startup_cpu() 89 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, lcpu); in smp_startup_cpu()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | smp.c | 94 int start_cpu; in smp_startup_cpu() local 112 start_cpu = rtas_token("start-cpu"); in smp_startup_cpu() 113 if (start_cpu == RTAS_UNKNOWN_SERVICE) in smp_startup_cpu() 116 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, pcpu); in smp_startup_cpu()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | tlbie_test.c | 563 static unsigned long start_cpu = 0; variable 629 start_cpu = strtoul(optarg, NULL, 10); in main() 675 printf("start_cpu list:%lu\n", start_cpu); in main() 690 set_mycpu(start_cpu + i); in main() 712 set_pthread_cpu(rim_threads[i], start_cpu + i); in main() 716 set_pthread_cpu(mem_snapshot_thread, start_cpu + i); in main()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/ |
| H A D | spl.c | 51 start_cpu((u32)spl_image->entry_point); in jump_to_image_no_args()
|
| H A D | cpu.h | 73 void start_cpu(u32 reset_vector);
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | cpu.c | 31 void start_cpu(u32 reset_vector) in start_cpu() function
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | smp-ops.h | 9 void (*start_cpu)(unsigned int cpu, unsigned long entry_point); member
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/ |
| H A D | of-generic.c | 42 .start_cpu = dummy_start_cpu,
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/ |
| H A D | smp-shx3.c | 140 .start_cpu = shx3_start_cpu,
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra30/ |
| H A D | cpu.c | 137 void start_cpu(u32 reset_vector) in start_cpu() function
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2/ |
| H A D | smp-j2.c | 128 .start_cpu = j2_start_cpu,
|
| /OK3568_Linux_fs/kernel/kernel/debug/kdb/ |
| H A D | kdb_main.c | 2269 int i, start_cpu, first_print = 1; in kdb_cpu_status() local 2274 for (start_cpu = -1, i = 0; i < NR_CPUS; i++) { in kdb_cpu_status() 2289 kdb_printf("%d", start_cpu); in kdb_cpu_status() 2290 if (start_cpu < i-1) in kdb_cpu_status() 2296 start_cpu = i; in kdb_cpu_status() 2303 kdb_printf("%d", start_cpu); in kdb_cpu_status() 2304 if (start_cpu < i-1) in kdb_cpu_status()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra124/ |
| H A D | cpu.c | 245 void start_cpu(u32 reset_vector) in start_cpu() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra114/ |
| H A D | cpu.c | 246 void start_cpu(u32 reset_vector) in start_cpu() function
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | smp.c | 228 mp_ops->start_cpu(cpu, (unsigned long)_stext); in __cpu_up()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 10940 int i, cpu, idx, next_idx, new_cpu, start_cpu, first_cpu; in lpfc_cpu_affinity_check() local 10993 start_cpu = first_cpu; in lpfc_cpu_affinity_check() 11008 new_cpu = start_cpu; in lpfc_cpu_affinity_check() 11030 start_cpu = cpumask_next(new_cpu, cpu_present_mask); in lpfc_cpu_affinity_check() 11031 if (start_cpu == nr_cpumask_bits) in lpfc_cpu_affinity_check() 11032 start_cpu = first_cpu; in lpfc_cpu_affinity_check() 11044 start_cpu = first_cpu; in lpfc_cpu_affinity_check() 11059 new_cpu = start_cpu; in lpfc_cpu_affinity_check() 11084 start_cpu = cpumask_next(new_cpu, cpu_present_mask); in lpfc_cpu_affinity_check() 11085 if (start_cpu == nr_cpumask_bits) in lpfc_cpu_affinity_check() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | evsel.c | 1704 int start_cpu, int end_cpu) in evsel__open_cpu() argument 1783 for (cpu = start_cpu; cpu < end_cpu; cpu++) { in evsel__open_cpu()
|