HomeSort by relevance Sort by last modified time
    Searched refs:cpu (Results 26 - 50 of 1190) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_attr_merge_7a.s 1 .cpu cortex-a9
arm_attr_merge_7b.s 1 .cpu cortex-a9
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
attr-merge-7a.s 1 .cpu cortex-a9
attr-merge-6a.s 1 .cpu cortex-a9
attr-merge-6b.s 1 .cpu cortex-a9
attr-merge-7b.s 1 .cpu cortex-a9
  /external/syslinux/com32/hdt/
hdt-dump-cpu.c 35 add_hs(cpu.vendor);
36 add_hs(cpu.model);
37 add_hi(cpu.vendor_id);
38 add_hi(cpu.family);
39 add_hi(cpu.model_id);
40 add_hi(cpu.stepping);
41 add_hi(cpu.num_cores);
42 add_hi(cpu.l1_data_cache_size);
43 add_hi(cpu.l1_instruction_cache_size);
44 add_hi(cpu.l2_cache_size)
    [all...]
hdt-cli-cpu.c 42 * know the number of cores of the first CPU. Let's consider
46 more_printf("CPU (%d logical / %d phys)\n",
50 more_printf("CPU\n");
51 more_printf(" Manufacturer : %s \n", hardware->cpu.vendor);
52 more_printf(" Product : %s \n", hardware->cpu.model);
53 more_printf(" CPU Cores : %d \n", hardware->cpu.num_cores);
55 more_printf(" CPU Threads : %d \n", hardware->dmi.processor.thread_count);
56 more_printf(" L2 Cache : %dK\n", hardware->cpu.l2_cache_size);
61 if (hardware->cpu.flags.lm
    [all...]
  /frameworks/base/libs/hwui/tests/scripts/
prep_taieye.sh 2 cpubase=/sys/devices/system/cpu
10 cpu=0
13 while [ $((cpu < 4)) -eq 1 ]; do
14 echo "Setting cpu ${cpu} to $S hz"
15 adb shell "echo userspace > $cpubase/cpu${cpu}/cpufreq/scaling_governor"
16 adb shell "echo 1 > $cpubase/cpu${cpu}/online"
17 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
cmsis.h 25 #include <cpu/cmsis/core_cm4.h>
  /external/webrtc/webrtc/system_wrappers/source/
cpu_features_android.c 11 #include <cpu-features.h>
  /platform_testing/scripts/perf-setup/
angler-setup.sh 8 cpubase=/sys/devices/system/cpu
11 cpu=0
13 while [ $((cpu < 4)) -eq 1 ]; do
14 echo 1 > $cpubase/cpu${cpu}/online
15 echo userspace > $cpubase/cpu${cpu}/$gov
16 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq
17 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_fre
    [all...]
bullhead-setup.sh 8 cpubase=/sys/devices/system/cpu
11 cpu=0
13 while [ $((cpu < 4)) -eq 1 ]; do
14 echo 1 > $cpubase/cpu${cpu}/online
15 echo userspace > $cpubase/cpu${cpu}/$gov
16 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq
17 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_fre
    [all...]
dragon-setup.sh 7 # locking CPU frequency
10 echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
11 echo 1530000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
12 echo 1530000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
13 echo 1530000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
  /external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
cpu-on-off-test.sh 24 if ! ls $SYSFS/devices/system/cpu/cpu* > /dev/null 2>&1; then
25 echo $msg cpu hotplug is not supported >&2
29 echo "CPU online/offline summary:"
30 online_cpus=`cat $SYSFS/devices/system/cpu/online`
34 echo "$msg: since there is only one cpu: $online_cpus"
40 offline_cpus=`cat $SYSFS/devices/system/cpu/offline`
56 for cpu in $SYSFS/devices/system/cpu/cpu*; d
    [all...]
Makefile 4 TEST_PROGS := cpu-on-off-test.sh
9 @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
  /external/llvm/test/MC/AArch64/
directive-cpu.s 3 .cpu generic
7 .cpu generic+fp
11 .cpu generic+nofp
15 .cpu generic+simd
19 .cpu generic+nosimd
23 .cpu generic+crc
27 .cpu generic+nocrc
31 .cpu generic+crypto+nocrc
35 .cpu generic+nocrypto+crc
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/include/
hisi_ipc.h 37 void hisi_ipc_cpu_on(unsigned int cpu, unsigned int cluster);
38 void hisi_ipc_cpu_off(unsigned int cpu, unsigned int cluster);
39 void hisi_ipc_cpu_suspend(unsigned int cpu, unsigned int cluster);
40 void hisi_ipc_cluster_on(unsigned int cpu, unsigned int cluster);
41 void hisi_ipc_cluster_off(unsigned int cpu, unsigned int cluster);
42 void hisi_ipc_cluster_suspend(unsigned int cpu, unsigned int cluster);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
cpu-warn1.s 1 ; Test mismatch between cpu option passed by mcpu option and .cpu
5 .cpu EM; { dg-warning "Warning: Command-line value overrides \".cpu\" directive" }
  /external/autotest/client/tests/monotonic_time/src/
cpuset.c 19 int cpu; local
21 for (cpu = 0; cpu < CPU_SETSIZE; cpu++)
22 if (CPU_ISSET(cpu, cpus))
30 * of cpu numbers such as: "0,2,4-7" into a cpu_set_t.
38 int cpu; local
58 ERROR(0, "bad cpu number '%d' in cpu set", start);
63 ERROR(0, "bad cpu number '%d' in cpu set", end)
116 int cpu; local
    [all...]
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
cpuhotplug_hotplug.sh 20 # 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)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
attr-abi-hardfp-use-1.s 1 .cpu cortex-m7
attr-override-cpu-directive.s 1 .cpu arm7tdmi
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_cpu.h 23 __u32 cpu; member in struct:xt_cpu_info
  /device/google/contexthub/firmware/os/cpu/x86/
cpu.c 17 #include <cpu.h>

Completed in 1049 milliseconds

12 3 4 5 6 7 8 91011>>