Home
last modified time | relevance | path

Searched refs:cpu1 (Results 1 – 53 of 53) sorted by relevance

/linux-4.1.27/kernel/
Dstop_machine.c215 int cpu1; member
229 cpu_stop_queue_work(info->cpu1, info->work1); in irq_cpu_stop_queue_work()
244 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus() argument
256 .active_cpus = cpumask_of(cpu1), in stop_two_cpus()
266 .cpu1 = cpu1, in stop_two_cpus()
283 if (!cpu_active(cpu1) || !cpu_active(cpu2)) { in stop_two_cpus()
294 smp_call_function_single(min(cpu1, cpu2), in stop_two_cpus()
/linux-4.1.27/Documentation/devicetree/bindings/arm/altera/
Dsocfpga-system.txt6 - cpu1-start-addr : CPU1 start address in hex.
12 cpu1-start-addr = <0xffd080c4>;
/linux-4.1.27/arch/x86/kernel/
Dsmpboot.c301 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in topology_same_node() local
303 return (cpu_to_node(cpu1) == cpu_to_node(cpu2)); in topology_same_node()
309 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in topology_sane() local
314 cpu1, name, cpu2, cpu_to_node(cpu1), cpu_to_node(cpu2)); in topology_sane()
326 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in match_smt() local
329 per_cpu(cpu_llc_id, cpu1) == per_cpu(cpu_llc_id, cpu2) && in match_smt()
343 int cpu1 = c->cpu_index, cpu2 = o->cpu_index; in match_llc() local
345 if (per_cpu(cpu_llc_id, cpu1) != BAD_APICID && in match_llc()
346 per_cpu(cpu_llc_id, cpu1) == per_cpu(cpu_llc_id, cpu2)) in match_llc()
/linux-4.1.27/arch/x86/vdso/
Dvclock_gettime.c86 unsigned cpu, cpu1; in vread_pvclock() local
115 cpu1 = __getcpu() & VGETCPU_CPU_MASK; in vread_pvclock()
116 } while (unlikely(cpu != cpu1 || in vread_pvclock()
/linux-4.1.27/arch/arm/boot/dts/
Dmt8135.dtsi29 cpu = <&cpu1>;
53 cpu1: cpu@1 { label
Dsocfpga_arria5.dtsi41 cpu1-start-addr = <0xffd080c4>;
Dsocfpga_cyclone5.dtsi48 cpu1-start-addr = <0xffd080c4>;
Dsocfpga_vt.dts82 cpu1-start-addr = <0xffd08010>;
Dvexpress-v2p-ca15_a7.dts44 cpu1: cpu@1 { label
194 interrupt-affinity = <&cpu0>, <&cpu1>;
508 cpu = <&cpu1>;
Dexynos5440.dtsi248 cpu1_thermal: cpu1-thermal {
Dbcm21664.dtsi42 cpu1: cpu@1 { label
Dbcm11351.dtsi42 cpu1: cpu@1 { label
Dvexpress-v2m-rs1.dtsi340 linux,default-trigger = "cpu1";
Dvexpress-v2m.dtsi339 linux,default-trigger = "cpu1";
Dexynos5420.dtsi66 cpu1: cpu@1 { label
839 cpu1_thermal: cpu1-thermal {
Dexynos3250.dtsi58 cpu1: cpu@1 { label
Dexynos4415.dtsi58 cpu1: cpu@a01 { label
Dsun9i-a80.dtsi69 cpu1: cpu@1 { label
Dr8a7794.dtsi33 cpu1: cpu@1 { label
Dr8a7790.dtsi65 cpu1: cpu@1 { label
Dr8a7791.dtsi64 cpu1: cpu@1 { label
/linux-4.1.27/arch/arm64/boot/dts/mediatek/
Dmt8173.dtsi34 cpu = <&cpu1>;
54 cpu1: cpu@1 { label
/linux-4.1.27/Documentation/fault-injection/
Dnotifier-error-inject.txt34 # echo 0 > /sys/devices/system/cpu/cpu1/online
40 # echo 1 > /sys/devices/system/cpu/cpu1/online
/linux-4.1.27/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,bcm11351-cpu-method.txt31 cpu1: cpu@1 {
/linux-4.1.27/include/linux/
Dstop_machine.h31 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg);
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dbsc9132si-pre.dtsi60 cpu1: PowerPC,e500v2@1 { label
Db4420si-pre.dtsi71 cpu1: PowerPC,e6500@2 { label
Dt208xsi-pre.dtsi77 cpu1: PowerPC,e6500@2 { label
Db4860si-pre.dtsi71 cpu1: PowerPC,e6500@2 { label
Dp5020si-pre.dtsi98 cpu1: PowerPC,e5500@1 { label
Dt104xsi-pre.dtsi76 cpu1: PowerPC,e5500@1 { label
Dp2041si-pre.dtsi91 cpu1: PowerPC,e500mc@1 { label
Dp3041si-pre.dtsi92 cpu1: PowerPC,e500mc@1 { label
Dp5040si-pre.dtsi91 cpu1: PowerPC,e5500@1 { label
Db4420si-post.dtsi69 cpu-handle = <&cpu1>;
Dt4240si-pre.dtsi75 cpu1: PowerPC,e6500@2 { label
Dp4080si-pre.dtsi91 cpu1: PowerPC,e500mc@1 { label
Db4860si-post.dtsi97 cpu-handle = <&cpu1>;
Dp3041si-post.dtsi236 cpu-handle = <&cpu1>;
Dp5020si-post.dtsi243 cpu-handle = <&cpu1>;
Dp5040si-post.dtsi188 cpu-handle = <&cpu1>;
Dp2041si-post.dtsi209 cpu-handle = <&cpu1>;
Dt1040si-post.dtsi211 cpu-handle = <&cpu1>;
Dt2081si-post.dtsi217 cpu-handle = <&cpu1>;
Dp4080si-post.dtsi215 cpu-handle = <&cpu1>;
Dt4240si-post.dtsi247 cpu-handle = <&cpu1>;
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dcoresight.txt191 cpu = <&cpu1>;
/linux-4.1.27/tools/virtio/virtio-trace/
DREADME84 trace-path-cpu1, trace-path-cpu2, and agent-ctl-path.
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Ddcsr.txt391 cpu-handle = <&cpu1>;
/linux-4.1.27/Documentation/
Dcpu-hotplug.txt166 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu1
/linux-4.1.27/Documentation/trace/
Dftrace.txt2563 # echo 100 > per_cpu/cpu1/buffer_size_kb
2699 # echo 5000 > instances/bar/per_cpu/cpu1/buffer_size_kb
/linux-4.1.27/lib/
DKconfig.debug1381 # echo 0 > /sys/devices/system/cpu/cpu1/online
/linux-4.1.27/Documentation/filesystems/
Dproc.txt1266 cpu1 1123 0 849 11313845 2614 0 18 0 0 0