Home
last modified time | relevance | path

Searched full:cpu (Results 1 – 25 of 6401) sorted by relevance

12345678910>>...257

/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
Dcpuhotplug_hotplug.sh20 # migrate_irq(CPU, IRQS)
23 # CPU number
27 CPU=${1#cpu}
28 MASK=$((1<<${CPU}))
39 # Echos the CPU affinity for the given process ID to stdout
48 # set_affinity(PID, CPU)
50 # Sets the affinity for the given PID to the specified CPU.
55 CPU="$2"
61 # online_cpu(CPU)
63 # Onlines the given CPU. Returns a true value if it was able
[all …]
/third_party/protobuf/csharp/src/
DGoogle.Protobuf.sln19 Debug|Any CPU = Debug|Any CPU
20 Release|Any CPU = Release|Any CPU
23 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Debug|Any CPU.Build.0 = Debug|Any CPU
25 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Release|Any CPU.ActiveCfg = Release|Any CPU
26 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Release|Any CPU.Build.0 = Release|Any CPU
27 {9B576380-726D-4142-8238-60A43AB0E35A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
28 {9B576380-726D-4142-8238-60A43AB0E35A}.Debug|Any CPU.Build.0 = Debug|Any CPU
29 {9B576380-726D-4142-8238-60A43AB0E35A}.Release|Any CPU.ActiveCfg = Release|Any CPU
30 {9B576380-726D-4142-8238-60A43AB0E35A}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/third_party/lwip/contrib/apps/LwipMibCompiler/
DLwipMibCompiler.sln16 Debug|Any CPU = Debug|Any CPU
17 Release|Any CPU = Release|Any CPU
20 {7DA7C0AB-0982-4BF5-9324-F59A7A08D65B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21 {7DA7C0AB-0982-4BF5-9324-F59A7A08D65B}.Debug|Any CPU.Build.0 = Debug|Any CPU
22 {7DA7C0AB-0982-4BF5-9324-F59A7A08D65B}.Release|Any CPU.ActiveCfg = Release|Any CPU
23 {7DA7C0AB-0982-4BF5-9324-F59A7A08D65B}.Release|Any CPU.Build.0 = Release|Any CPU
24 {86CC0B65-7985-4017-A252-0A7A18DCAEF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25 {86CC0B65-7985-4017-A252-0A7A18DCAEF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
26 {86CC0B65-7985-4017-A252-0A7A18DCAEF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
27 {86CC0B65-7985-4017-A252-0A7A18DCAEF3}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/third_party/mesa3d/src/broadcom/common/
Dv3d_cpu_tiling.h31 v3d_load_utile(void *cpu, uint32_t cpu_stride, in v3d_load_utile() argument
41 /* Store each 8-byte line to cpu-side destination, in v3d_load_utile()
44 "vst1.8 d0, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
45 "vst1.8 d1, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
46 "vst1.8 d2, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
47 "vst1.8 d3, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
48 "vst1.8 d4, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
49 "vst1.8 d5, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
50 "vst1.8 d6, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
51 "vst1.8 d7, [%[cpu]]\n" in v3d_load_utile()
[all …]
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug01.sh26 usage: $0 -c cpu -l loop -n timeon -f timeoff -e timed
29 -c cpu which is specified for testing
31 -n time delay after an online of cpu
32 -f time delay after offline of cpu
48 # Restore CPU states
53 # do_offline(CPU)
55 # Migrates some irq's onto the CPU, then offlines it
59 CPU=${1#cpu}
62 migrate_irq "${CPU}" "${IRQS}"
63 offline_cpu ${CPU}
[all …]
Dcpuhotplug02.sh17 Desc: What happens to a process when its CPU is offlined?
24 usage: $0 -c cpu -l loop
27 -c cpu which is specified for testing
58 tst_brkm TCONF "Microsoft Hyper-V detected, no support for CPU hotplug"
62 tst_brkm TCONF "system doesn't have required CPU hotplug support"
66 tst_brkm TBROK "usage: ${0##*/} <CPU to online>"
69 # Validate the specified CPU is available
71 tst_brkm TCONF "cpu${CPU_TO_TEST} doesn't support hotplug"
74 # Validate the specified CPU is online; if not, online it
77 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be onlined"
[all …]
Dcpuhotplug05.sh18 Desc: Does sar behave properly during CPU hotplug events?
25 usage: $0 -c cpu -l loop -d directory
28 -c cpu which is specified for testing
40 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be onlined"
67 tst_brkm TCONF "Microsoft Hyper-V detected, no support for CPU hotplug"
71 tst_brkm TCONF "system doesn't have required CPU hotplug support"
75 tst_brkm TBROK "usage: ${0##*} <CPU to offline>"
78 # Validate the specified CPU is available
80 tst_brkm TCONF "cpu${CPU_TO_TEST} doesn't support hotplug"
83 # Check that the specified CPU is offline; if not, offline it
[all …]
/third_party/grpc/src/csharp/
DGrpc.sln18 Debug|Any CPU = Debug|Any CPU
21 Release|Any CPU = Release|Any CPU
26 {61895B39-3916-4ED4-9FB9-84E18A3C0401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27 {61895B39-3916-4ED4-9FB9-84E18A3C0401}.Debug|Any CPU.Build.0 = Debug|Any CPU
28 {61895B39-3916-4ED4-9FB9-84E18A3C0401}.Debug|x64.ActiveCfg = Debug|Any CPU
29 {61895B39-3916-4ED4-9FB9-84E18A3C0401}.Debug|x64.Build.0 = Debug|Any CPU
30 {61895B39-3916-4ED4-9FB9-84E18A3C0401}.Debug|x86.ActiveCfg = Debug|Any CPU
31 {61895B39-3916-4ED4-9FB9-84E18A3C0401}.Debug|x86.Build.0 = Debug|Any CPU
32 {61895B39-3916-4ED4-9FB9-84E18A3C0401}.Release|Any CPU.ActiveCfg = Release|Any CPU
33 {61895B39-3916-4ED4-9FB9-84E18A3C0401}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/third_party/rust/crates/rustix/src/backend/libc/process/
Dcpu_set.rs7 pub(crate) fn CPU_SET(cpu: usize, cpuset: &mut RawCpuSet) { in CPU_SET()
9 cpu < CPU_SETSIZE, in CPU_SET()
10 "cpu out of bounds: the cpu max is {} but the cpu is {}", in CPU_SET()
12 cpu in CPU_SET()
14 unsafe { c::CPU_SET(cpu, cpuset) } in CPU_SET()
23 pub(crate) fn CPU_CLR(cpu: usize, cpuset: &mut RawCpuSet) { in CPU_CLR()
25 cpu < CPU_SETSIZE, in CPU_CLR()
26 "cpu out of bounds: the cpu max is {} but the cpu is {}", in CPU_CLR()
28 cpu in CPU_CLR()
30 unsafe { c::CPU_CLR(cpu, cpuset) } in CPU_CLR()
[all …]
/third_party/skia/m133/toolchain/
Dndk_linux_arm64_toolchain_config.bzl52 def _get_default_compile_flags(cpu):
53 if cpu == _ARMEABI_V7A:
73 if cpu == _ARM64_V8A:
90 fail("Unknown CPU: " + cpu)
92 def _get_default_link_flags(cpu):
93 if cpu == _ARMEABI_V7A:
105 if cpu == _ARM64_V8A:
117 fail("Unknown CPU: " + cpu)
119 def _get_default_dbg_flags(cpu):
120 if cpu == _ARMEABI_V7A:
[all …]
/third_party/mindspore/mindspore-src/source/.jenkins/check/config/
Dwhitelizard.txt76 mindspore/mindspore/lite/src/litert/kernel/cpu/base/quant_dtype_cast.cc:mindspore::kernel::QuantDTy…
77 mindspore/mindspore/lite/src/litert/kernel/cpu/base/quant_dtype_cast.cc:mindspore::kernel::QuantDTy…
78 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/strided_slice_infer.c:StridedSliceIn…
79 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/lstm_infer.c:CheckInputShapeValid
80 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/winograd_transform_fp16.c:WinogradInp…
81 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/pooling_fp16.c:AvgPoolingFp16
82 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/pooling_fp16.c:MaxPoolingFp16
83 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/winograd_utils_fp16.c:OutputTransform…
84 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/winograd_utils_fp16.c:OutputTransform…
85 mindspore/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/winograd_utils_fp16.c:OutputTransform…
[all …]
/third_party/skia/m133/tests/
DSkSLTest.cpp89 /** `CPU` tests must pass when painted to a CPU-backed surface via SkRuntimeEffect. */
90 CPU = 1 << 0, enumerator
93 * `ES3` tests must pass when executed directly on the CPU via the SkRasterPipeline backend.
119 return SkToBool(flags & SkSLTestFlag::CPU); in is_cpu()
255 enum TestTypeMatcher { CPU, Ganesh, Graphite, GPU /* either Ganesh or Graphite */ }; in failure_is_expected() enumerator
544 if (d.testTypeMatcher == CPU && testType != skiatest::TestType::kCPU) { in failure_is_expected()
545 continue; // disable only applies to CPU in failure_is_expected()
663 SkASSERT(flags & SkSLTestFlag::CPU); in test_cpu()
670 test_permutations(r, "CPU", "SkRP", surface.get(), name, testFile, in test_cpu()
809 if (!(flags & SkSLTestFlag::CPU) && !(flags & SkSLTestFlag::ES3)) { in report_rp_pass()
[all …]
/third_party/curl/
Dconfig.sub41 # and recognize all the CPU types, system types and aliases
65 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
660 # Here we handle the default manufacturer of certain CPU types. It is in
663 cpu=hppa1.1
667 cpu=hppa1.1
671 cpu=hppa1.1
675 cpu=i370
679 cpu=clipper
683 cpu=m68k
687 cpu=powerpc
[all …]
/third_party/icu/icu4c/source/
Dconfig.sub41 # and recognize all the CPU types, system types and aliases
65 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
660 # Here we handle the default manufacturer of certain CPU types. It is in
663 cpu=hppa1.1
667 cpu=hppa1.1
671 cpu=hppa1.1
675 cpu=i370
679 cpu=clipper
683 cpu=m68k
687 cpu=powerpc
[all …]
/third_party/libevdev/build-aux/
Dconfig.sub41 # and recognize all the CPU types, system types and aliases
65 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
660 # Here we handle the default manufacturer of certain CPU types. It is in
663 cpu=hppa1.1
667 cpu=hppa1.1
671 cpu=hppa1.1
675 cpu=i370
679 cpu=clipper
683 cpu=m68k
687 cpu=powerpc
[all …]
/third_party/cups/
Dconfig.sub41 # and recognize all the CPU types, system types and aliases
65 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
660 # Here we handle the default manufacturer of certain CPU types. It is in
663 cpu=hppa1.1
667 cpu=hppa1.1
671 cpu=hppa1.1
675 cpu=i370
679 cpu=clipper
683 cpu=m68k
687 cpu=powerpc
[all …]
/third_party/python/
Dconfig.sub41 # and recognize all the CPU types, system types and aliases
65 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
660 # Here we handle the default manufacturer of certain CPU types. It is in
663 cpu=hppa1.1
667 cpu=hppa1.1
671 cpu=hppa1.1
675 cpu=i370
679 cpu=clipper
683 cpu=m68k
687 cpu=powerpc
[all …]
/third_party/ltp/testcases/open_posix_testsuite/include/
Daffinity.h31 static int set_affinity(int cpu) in set_affinity() argument
36 CPU_SET(cpu, &mask); in set_affinity()
44 int cpu = -1; in get_online_cpu_from_sysfs() local
46 f = fopen("/sys/devices/system/cpu/online", "r"); in get_online_cpu_from_sysfs()
49 if (!fscanf(f, "%d", &cpu)) in get_online_cpu_from_sysfs()
50 cpu = -1; in get_online_cpu_from_sysfs()
53 return cpu; in get_online_cpu_from_sysfs()
59 int cpu = -1; in get_online_cpu_from_cpuinfo() local
75 if (sscanf(line, "processor%*[^0123456789]%d", &cpu) == 1) in get_online_cpu_from_cpuinfo()
80 return cpu; in get_online_cpu_from_cpuinfo()
[all …]
/third_party/ltp/testcases/kernel/power_management/
Drunpwtests03.sh31 for cpu in $(seq 0 "${total_cpus}" )
33 cpufiles=$(find /sys/devices/system/cpu/cpu"${cpu}"/cpufreq/ \
45 echo "${0}: PASS: Checking cpu freq sysfs files"
56 for cpu in $(seq 0 "${total_cpus}" )
61 /sys/devices/system/cpu/cpu${cpu}/cpufreq/scaling_governor
64 "governor -- ${govr} for cpu${cpu}"
70 echo "${0}: PASS: Changing cpu governors"
84 for cpu in $(seq 0 "${total_cpus}" )
87 /sys/devices/system/cpu/cpu${cpu}/cpufreq/scaling_governor
93 for cpu in $(seq 0 "${total_cpus}" )
[all …]
Dpm_include.sh40 for cpu in $(seq 0 "${total_cpus}" )
42 cpus[$cpu]=cpu${cpu}
43 phyid[$cpu]=$(cat \
44 /sys/devices/system/cpu/cpu${cpu}/topology/physical_package_id)
51 echo "${cpus[$j]} -P ${cpus[$k]}" | sed -e "s/cpu//g"
61 for cpu in $(seq 0 "${total_cpus}" )
63 if [ ! -d /sys/devices/system/cpu/cpu${cpu}/cpufreq ] ; then
72 cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_frequencies \
77 cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors \
83 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
[all …]
/third_party/ncurses/
Dconfig.sub41 # and recognize all the CPU types, system types and aliases
65 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
661 # Here we handle the default manufacturer of certain CPU types. It is in
664 cpu=hppa1.1
668 cpu=hppa1.1
672 cpu=hppa1.1
676 cpu=i370
680 cpu=clipper
684 cpu=m68k
688 cpu=powerpc
[all …]
/third_party/skia/m133/third_party/externals/libpng/
Dconfig.sub41 # and recognize all the CPU types, system types and aliases
65 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
661 # Here we handle the default manufacturer of certain CPU types. It is in
664 cpu=hppa1.1
668 cpu=hppa1.1
672 cpu=hppa1.1
676 cpu=i370
680 cpu=clipper
684 cpu=m68k
688 cpu=powerpc
[all …]
/third_party/libedit/
Dconfig.sub41 # and recognize all the CPU types, system types and aliases
65 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
661 # Here we handle the default manufacturer of certain CPU types. It is in
664 cpu=hppa1.1
668 cpu=hppa1.1
672 cpu=hppa1.1
676 cpu=i370
680 cpu=clipper
684 cpu=m68k
688 cpu=powerpc
[all …]
/third_party/libexif/
Dconfig.sub41 # and recognize all the CPU types, system types and aliases
65 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
661 # Here we handle the default manufacturer of certain CPU types. It is in
664 cpu=hppa1.1
668 cpu=hppa1.1
672 cpu=hppa1.1
676 cpu=i370
680 cpu=clipper
684 cpu=m68k
688 cpu=powerpc
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/hal/
D_cpu.py16 """Hal cpu interfaces."""
23 Hal cpu interfaces.
26 super(_HalCPU, self).__init__("CPU")
30 Return CPU device count. Always return 1 for CPU.
36 Get CPU capability of the specified device id. Not implemented for CPU.
38 logger.warning("'get_device_capability' for CPU is not implemented. Return None.")
42 Get CPU properties of the specified device id. Not implemented for CPU.
44 logger.warning("'get_device_properties' for CPU is not implemented. Return None.")
48 Get CPU name of the specified device id. Always return "CPU".
50 return "CPU"
[all …]

12345678910>>...257