/linux-5.19.10/arch/mips/kernel/ |
D | cacheinfo.c | 60 int cpu1; in fill_cpumask_siblings() local 62 for_each_possible_cpu(cpu1) in fill_cpumask_siblings() 63 if (cpus_are_siblings(cpu, cpu1)) in fill_cpumask_siblings() 64 cpumask_set_cpu(cpu1, cpu_map); in fill_cpumask_siblings() 69 int cpu1; in fill_cpumask_cluster() local 72 for_each_possible_cpu(cpu1) in fill_cpumask_cluster() 73 if (cpu_cluster(&cpu_data[cpu1]) == cluster) in fill_cpumask_cluster() 74 cpumask_set_cpu(cpu1, cpu_map); in fill_cpumask_cluster()
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | exynos5422-odroidhc1.dts | 60 <&cpu1 0 2>, 76 <&cpu1 3 8>, 86 cpu1_thermal: cpu1-thermal { 109 <&cpu1 0 2>, 120 <&cpu1 3 8>, 153 <&cpu1 0 2>, 164 <&cpu1 3 8>, 197 <&cpu1 0 2>, 208 <&cpu1 3 8>,
|
D | exynos5422-odroidxu3-lite.dts | 53 <&cpu1 3 7>, 64 <&cpu1 3 7>, 75 <&cpu1 3 7>, 86 <&cpu1 3 7>,
|
D | exynos5422-odroidxu3-common.dtsi | 115 <&cpu1 0 2>, 131 <&cpu1 3 8>, 141 cpu1_thermal: cpu1-thermal { 193 <&cpu1 0 2>, 204 <&cpu1 3 8>, 266 <&cpu1 0 2>, 277 <&cpu1 3 8>, 339 <&cpu1 0 2>, 350 <&cpu1 3 8>,
|
D | exynos5420-arndale-octa.dts | 103 <&cpu1 0 2>, 119 <&cpu1 3 6>, 135 <&cpu1 6 11>, 174 <&cpu1 0 2>, 186 <&cpu1 3 6>, 198 <&cpu1 6 11>, 237 <&cpu1 0 2>, 249 <&cpu1 3 6>, 261 <&cpu1 6 11>, 300 <&cpu1 0 2>, [all …]
|
D | exynos4412-prime.dtsi | 33 cooling-device = <&cpu0 9 9>, <&cpu1 9 9>, 38 cooling-device = <&cpu0 15 15>, <&cpu1 15 15>,
|
D | rk3288-veyron-mickey.dts | 91 <&cpu1 THERMAL_NO_LIMIT 4>, 118 cooling-device = <&cpu0 5 6>, <&cpu1 5 6>, <&cpu2 5 6>, 123 cooling-device = <&cpu0 7 7>, <&cpu1 7 7>, <&cpu2 7 7>, 128 cooling-device = <&cpu0 7 8>, <&cpu1 7 8>, <&cpu2 7 8>, 134 <&cpu1 8 THERMAL_NO_LIMIT>, 195 <&cpu1 4 4>,
|
D | stm32mp153.dtsi | 11 cpu1: cpu@1 { label 22 interrupt-affinity = <&cpu0>, <&cpu1>;
|
D | exynos5420-cpus.dtsi | 31 cpu = <&cpu1>; 69 cpu1: cpu@1 { label 161 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|
D | am572x-idk-common.dtsi | 73 cpu1-led { 74 label = "status1:red:cpu1"; 77 linux,default-trigger = "cpu1";
|
D | exynos5422-cpus.dtsi | 30 cpu = <&cpu1>; 69 cpu1: cpu@101 { label 163 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|
/linux-5.19.10/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 176 static void pipe_setup(int cpu1, int cpu2) in pipe_setup() argument 219 static void yield_setup(int cpu1, int cpu2) in yield_setup() argument 221 if (cpu1 != cpu2) { in yield_setup() 321 static void futex_setup(int cpu1, int cpu2) in futex_setup() argument 419 int cpu1; in main() local 469 cpu1 = cpu2 = pick_online_cpu(); in main() 471 cpu1 = atoi(argv[optind++]); in main() 491 cpu1, cpu2, touch_fp ? "yes" : "no", touch_altivec ? "yes" : "no", in main() 499 actions->setup(cpu1, cpu2); in main() 501 start_fn(actions->thread1, NULL, cpu1); in main()
|
/linux-5.19.10/arch/arm64/boot/dts/amlogic/ |
D | meson-g12b.dtsi | 23 cpu = <&cpu1>; 56 cpu1: cpu@1 { label 121 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 130 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
D | meson-g12a.dtsi | 24 cpu1: cpu@1 { label 122 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 130 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
D | meson-gxm.dtsi | 19 cpu = <&cpu1>; 49 cpu1: cpu@1 { label 169 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 180 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
/linux-5.19.10/kernel/ |
D | stop_machine.c | 261 static int cpu_stop_queue_two_works(int cpu1, struct cpu_stop_work *work1, in cpu_stop_queue_two_works() argument 264 struct cpu_stopper *stopper1 = per_cpu_ptr(&cpu_stopper, cpu1); in cpu_stop_queue_two_works() 334 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus() argument 344 .active_cpus = cpumask_of(cpu1), in stop_two_cpus() 357 if (cpu1 > cpu2) in stop_two_cpus() 358 swap(cpu1, cpu2); in stop_two_cpus() 359 if (cpu_stop_queue_two_works(cpu1, &work1, cpu2, &work2)) in stop_two_cpus()
|
/linux-5.19.10/Documentation/devicetree/bindings/arm/altera/ |
D | socfpga-system.txt | 6 - cpu1-start-addr : CPU1 start address in hex. 12 cpu1-start-addr = <0xffd080c4>;
|
/linux-5.19.10/arch/x86/kernel/ |
D | smpboot.c | 407 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in topology_same_node() local 409 return (cpu_to_node(cpu1) == cpu_to_node(cpu2)); in topology_same_node() 415 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in topology_sane() local 420 cpu1, name, cpu2, cpu_to_node(cpu1), cpu_to_node(cpu2)); in topology_sane() 432 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in match_smt() local 436 per_cpu(cpu_llc_id, cpu1) == per_cpu(cpu_llc_id, cpu2)) { in match_smt() 465 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in match_l2c() local 468 if (per_cpu(cpu_l2c_id, cpu1) == BAD_APICID) in match_l2c() 472 if (per_cpu(cpu_l2c_id, cpu1) != per_cpu(cpu_l2c_id, cpu2)) in match_l2c() 514 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in match_llc() local [all …]
|
/linux-5.19.10/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tmu.dtsi | 232 cooling-device = <&cpu0 1 2>, <&cpu1 1 2>, 238 cooling-device = <&cpu0 2 3>, <&cpu1 2 3>, 244 cooling-device = <&cpu0 3 4>, <&cpu1 3 4>, 250 cooling-device = <&cpu0 4 5>, <&cpu1 4 5>, 256 cooling-device = <&cpu0 5 9>, <&cpu1 5 9>,
|
/linux-5.19.10/arch/arm64/boot/dts/realtek/ |
D | rtd1293.dtsi | 24 cpu1: cpu@1 { label 50 interrupt-affinity = <&cpu0>, <&cpu1>;
|
D | rtd1295.dtsi | 24 cpu1: cpu@1 { label 64 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|
D | rtd1296.dtsi | 24 cpu1: cpu@1 { label 64 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|
D | rtd1395.dtsi | 24 cpu1: cpu@1 { label 64 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|
/linux-5.19.10/arch/arm64/boot/dts/marvell/ |
D | armada-ap80x.dtsi | 355 <&cpu1 1 2>; 360 <&cpu1 3 3>; 365 ap_thermal_cpu1: ap-thermal-cpu1 { 372 cpu1_hot: cpu1-hot { 377 cpu1_emerg: cpu1-emerg { 388 <&cpu1 1 2>; 393 <&cpu1 3 3>;
|
/linux-5.19.10/arch/arm64/boot/dts/ti/ |
D | k3-am642.dtsi | 24 cpu = <&cpu1>; 43 cpu1: cpu@1 { label
|