/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 169 static void pipe_setup(int cpu1, int cpu2) in pipe_setup() argument 212 static void yield_setup(int cpu1, int cpu2) in yield_setup() argument 214 if (cpu1 != cpu2) { in yield_setup() 314 static void futex_setup(int cpu1, int cpu2) in futex_setup() argument 412 int cpu1; in main() local 462 cpu1 = cpu2 = pick_online_cpu(); in main() 464 cpu1 = atoi(argv[optind++]); in main() 478 cpu1, cpu2, touch_fp ? "yes" : "no", touch_altivec ? "yes" : "no", in main() 486 actions->setup(cpu1, cpu2); in main() 488 start_fn(actions->thread1, NULL, cpu1); in main()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | grappler_item_test.cc | 53 const string cpu1 = "/job:work/replica:1/task:1/device:CPU:1"; in TEST_F() local 60 NDef("b", "Placeholder", {}, {{"dtype", DT_FLOAT}}, cpu1), in TEST_F() 69 EXPECT_NE(item.devices().find(cpu1), item.devices().end()); in TEST_F()
|
/external/u-boot/arch/arm/dts/ |
D | am572x-idk-common.dtsi | 38 cpu1-led { 39 label = "status1:red:cpu1"; 42 linux,default-trigger = "cpu1";
|
D | socfpga_cyclone5.dtsi | 32 cpu1-start-addr = <0xffd080c4>;
|
D | socfpga_arria5.dtsi | 32 cpu1-start-addr = <0xffd080c4>;
|
D | hi6220.dtsi | 31 cpu = <&cpu1>; 63 cpu1: cpu@1 { label
|
D | imx7d.dtsi | 57 cpu1: cpu@1 { label 76 cpu = <&cpu1>;
|
D | bcm2837.dtsi | 43 cpu1: cpu@1 { label
|
D | socfpga_stratix10.dtsi | 26 cpu1: cpu@1 { label 55 <&cpu1>,
|
D | rk3036.dtsi | 36 interrupt-affinity = <&cpu0>, <&cpu1>; 57 cpu1: cpu@f01 { label
|
D | uniphier-pxs3.dtsi | 29 cpu = <&cpu1>; 49 cpu1: cpu@1 { label
|
D | uniphier-ld11.dtsi | 29 cpu = <&cpu1>; 43 cpu1: cpu@1 { label
|
D | uniphier-ld20.dtsi | 30 cpu = <&cpu1>; 54 cpu1: cpu@1 { label
|
D | meson-gx.dtsi | 60 cpu1: cpu@1 { label 98 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|
D | rk322x.dtsi | 45 cpu1: cpu@f01 { label 90 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|
D | stm32mp157.dtsi | 24 cpu1: cpu@1 { label
|
D | zynq-7000.dtsi | 32 cpu1: cpu@1 { label
|
D | r8a7792.dtsi | 59 cpu1: cpu@1 { label 299 cpus = <&cpu0 &cpu1>;
|
D | uniphier-pxs2.dtsi | 31 cpu1: cpu@1 { label
|
D | sun50i-a64.dtsi | 65 cpu1: cpu@1 { label
|
D | rk3328.dtsi | 44 cpu1: cpu@1 { label 107 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|
D | r8a7793.dtsi | 85 cpu1: cpu@1 { label 265 cpus = <&cpu0 &cpu1>;
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | collective_rma_local_test.cc | 126 Device* cpu1 = nullptr; in TEST_F() local 127 TF_ASSERT_OK(device_mgr_->LookupDevice(kTaskName + "/device:CPU:1", &cpu1)); in TEST_F() 131 cpu1 /*from_device*/, nullptr /*from_device_ctx*/, in TEST_F()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer_test.cc | 928 const string cpu1 = "/job:work/replica:1/task:1/device:CPU:1"; in TEST_F() local 935 NDef("b", "Placeholder", {}, {{"dtype", DT_FLOAT}}, cpu1), in TEST_F() 951 NDef("b", "Placeholder", {}, {{"dtype", DT_FLOAT}}, cpu1), in TEST_F() 959 cpu1), in TEST_F() 960 NDef("c/mul", "Mul", {"c/x", "c/y"}, {{"T", DT_FLOAT}}, cpu1), in TEST_F()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition_test.cc | 425 Scope cpu1 = s.WithDevice("/job:a/replica:0/task:0/cpu:1"); in TEST_F() local 426 outputs->push_back(ops::AddN(cpu1, {inputs[0], inputs[1]})); in TEST_F()
|