| /linux/arch/mips/kernel/ |
| H A 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/arch/arm/boot/dts/samsung/ |
| H A D | exynos5422-odroidhc1.dts | 62 <&cpu1 0 2>, 78 <&cpu1 3 8>, 88 cpu1_thermal: cpu1-thermal { 111 <&cpu1 0 2>, 122 <&cpu1 3 8>, 155 <&cpu1 0 2>, 166 <&cpu1 3 8>, 199 <&cpu1 0 2>, 210 <&cpu1 3 8>,
|
| H A D | exynos5422-odroidxu3-lite.dts | 53 <&cpu1 3 7>, 64 <&cpu1 3 7>, 75 <&cpu1 3 7>, 86 <&cpu1 3 7>,
|
| H A D | exynos5422-odroidxu3-common.dtsi | 113 <&cpu1 0 2>, 129 <&cpu1 3 8>, 139 cpu1_thermal: cpu1-thermal { 191 <&cpu1 0 2>, 202 <&cpu1 3 8>, 264 <&cpu1 0 2>, 275 <&cpu1 3 8>, 337 <&cpu1 0 2>, 348 <&cpu1 3 8>,
|
| H A D | exynos5420-arndale-octa.dts | 108 <&cpu1 0 2>, 124 <&cpu1 3 6>, 140 <&cpu1 6 11>, 179 <&cpu1 0 2>, 191 <&cpu1 3 6>, 203 <&cpu1 6 11>, 242 <&cpu1 0 2>, 254 <&cpu1 3 6>, 266 <&cpu1 6 11>, 305 <&cpu1 0 2>, [all …]
|
| H A D | exynos4412-prime.dtsi | 33 cooling-device = <&cpu0 9 9>, <&cpu1 9 9>, 38 cooling-device = <&cpu0 15 15>, <&cpu1 15 15>,
|
| H A D | exynos4212.dtsi | 32 cpu = <&cpu1>; 47 cpu1: cpu@a01 { label 151 interrupt-affinity = <&cpu0>, <&cpu1>;
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A 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/arch/x86/kernel/ |
| H A D | smpboot.c | 319 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in topology_same_node() local 321 return (cpu_to_node(cpu1) == cpu_to_node(cpu2)); in topology_same_node() 327 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in topology_sane() local 332 cpu1, name, cpu2, cpu_to_node(cpu1), cpu_to_node(cpu2)); in topology_sane() 344 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in match_smt() local 349 per_cpu_llc_id(cpu1) == per_cpu_llc_id(cpu2)) { in match_smt() 381 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in match_l2c() local 384 if (per_cpu_l2c_id(cpu1) == BAD_APICID) in match_l2c() 388 if (per_cpu_l2c_id(cpu1) != per_cpu_l2c_id(cpu2)) in match_l2c() 430 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in match_llc() local [all …]
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62a-thermal.dtsi | 33 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 64 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 95 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
| H A D | k3-am62p-j722s-common-thermal.dtsi | 33 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 64 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 95 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
| H A D | k3-am62-thermal.dtsi | 33 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 64 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_input_xfrm.py | 53 cpu1 = traffic(cfg, port1, port2, ipver) 55 cpus.update([cpu1, cpu2]) 57 …cpu1, cpu2, comment=f"Received traffic on different cpus with ports ({port1 = }, {port2 = }) while…
|
| /linux/kernel/ |
| H A D | stop_machine.c | 260 static int cpu_stop_queue_two_works(int cpu1, struct cpu_stop_work *work1, in cpu_stop_queue_two_works() argument 263 struct cpu_stopper *stopper1 = per_cpu_ptr(&cpu_stopper, cpu1); in cpu_stop_queue_two_works() 335 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus() argument 345 .active_cpus = cpumask_of(cpu1), in stop_two_cpus() 358 if (cpu1 > cpu2) in stop_two_cpus() 359 swap(cpu1, cpu2); in stop_two_cpus() 360 if (cpu_stop_queue_two_works(cpu1, &work1, cpu2, &work2)) in stop_two_cpus()
|
| /linux/arch/arm64/boot/dts/st/ |
| H A D | stm32mp253.dtsi | 10 cpu1: cpu@1 { label 23 interrupt-affinity = <&cpu0>, <&cpu1>; 27 CPU_PD1: power-domain-cpu1 {
|
| H A D | stm32mp233.dtsi | 10 cpu1: cpu@1 { label 23 interrupt-affinity = <&cpu0>, <&cpu1>; 27 cpu1_pd: power-domain-cpu1 {
|
| /linux/arch/arm64/boot/dts/exynos/ |
| H A 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/tools/testing/selftests/cgroup/ |
| H A D | test_cpuset_v1_hp.sh | 36 echo 0 > /sys/devices/system/cpu/cpu1/online 38 echo 1 > /sys/devices/system/cpu/cpu1/online
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | purwa.dtsi | 400 cpu1-0-top-thermal { 412 cpu1-0-btm-thermal { 424 cpu1-1-top-thermal { 436 cpu1-1-btm-thermal { 448 cpu1-2-top-thermal { 460 cpu1-2-btm-thermal { 472 cpu1-3-top-thermal { 484 cpu1-3-btm-thermal {
|
| /linux/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-g12b.dtsi | 23 cpu = <&cpu1>; 62 cpu1: cpu@1 { label 171 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 180 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | armada-ap80x.dtsi | 360 <&cpu1 1 2>; 365 <&cpu1 3 3>; 370 ap_thermal_cpu1: ap-cpu1-thermal { 377 cpu1_hot: cpu1-hot { 382 cpu1_emerg: cpu1-emerg { 393 <&cpu1 1 2>; 398 <&cpu1 3 3>;
|
| /linux/arch/arm64/boot/dts/realtek/ |
| H A D | rtd1293.dtsi | 24 cpu1: cpu@1 { label 52 interrupt-affinity = <&cpu0>, <&cpu1>;
|
| H A D | rtd1296.dtsi | 24 cpu1: cpu@1 { label 66 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|
| H A D | rtd1295.dtsi | 24 cpu1: cpu@1 { label 66 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|
| H A D | rtd1395.dtsi | 24 cpu1: cpu@1 { label 66 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|