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

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t132/
plat_psci_handlers.c 22 * Register used to clear CPU reset signals. Each CPU has two reset
23 * signals: CPU reset (3:0) and Core reset (19:16)
39 int cpu = read_mpidr() & MPIDR_CPU_MASK; local
42 * Sanity check the requested state id, power level and CPU number.
43 * Currently T132 only supports SYSTEM_SUSPEND on last standing CPU
44 * i.e. CPU 0
46 if ((state_id != PSTATE_ID_SOC_POWERDN) || (cpu != 0)) {
64 int cpu = mpidr & MPIDR_CPU_MASK; local
65 uint32_t mask = CPU_CORE_RESET_MASK << cpu;
112 int cpu = read_mpidr() & MPIDR_CPU_MASK; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/net/
reuseport_bpf_cpu.c 4 * an SO_REUSEPORT receiver group containing one socket per CPU core. It then
132 error(1, errno, "failed to pin to cpu");
179 fprintf(stderr, "send cpu %d, receive socket %d\n", cpu_id, i);
181 error(1, 0, "cpu id/receive socket mismatch");
187 int epfd, cpu; local
195 for (cpu = 0; cpu < len; ++cpu) {
197 ev.data.fd = rcv_fd[cpu];
198 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fd[cpu], &ev)
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/
cortexm4.mk 27 #cpu runtime
29 os/cpu/$(CPU)/atomicBitset.c \
30 os/cpu/$(CPU)/cpu.c \
31 os/cpu/$(CPU)/pendsv.c \
32 os/cpu/$(CPU)/atomic.c
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/
fvp-base-gicv2-psci.dts 70 cpu-map {
73 cpu = <&CPU0>;
76 cpu = <&CPU1>;
79 cpu = <&CPU2>;
82 cpu = <&CPU3>;
88 cpu = <&CPU4>;
91 cpu = <&CPU5>;
94 cpu = <&CPU6>;
97 cpu = <&CPU7>;
105 CPU_SLEEP_0: cpu-sleep-0
    [all...]
fvp-base-gicv2legacy-psci.dts 70 cpu-map {
73 cpu = <&CPU0>;
76 cpu = <&CPU1>;
79 cpu = <&CPU2>;
82 cpu = <&CPU3>;
88 cpu = <&CPU4>;
91 cpu = <&CPU5>;
94 cpu = <&CPU6>;
97 cpu = <&CPU7>;
105 CPU_SLEEP_0: cpu-sleep-0
    [all...]
fvp-base-gicv3-psci.dts 68 cpu-map {
71 cpu = <&CPU0>;
74 cpu = <&CPU1>;
77 cpu = <&CPU2>;
80 cpu = <&CPU3>;
86 cpu = <&CPU4>;
89 cpu = <&CPU5>;
92 cpu = <&CPU6>;
95 cpu = <&CPU7>;
103 CPU_SLEEP_0: cpu-sleep-0
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/fdts/
fvp-base-gicv2-psci-aarch32.dts 44 cpu-map {
47 cpu = <&CPU0>;
50 cpu = <&CPU1>;
53 cpu = <&CPU2>;
56 cpu = <&CPU3>;
62 cpu = <&CPU4>;
65 cpu = <&CPU5>;
68 cpu = <&CPU6>;
71 cpu = <&CPU7>;
79 CPU_SLEEP_0: cpu-sleep-0
    [all...]
fvp-base-gicv2-psci.dts 44 cpu-map {
47 cpu = <&CPU0>;
50 cpu = <&CPU1>;
53 cpu = <&CPU2>;
56 cpu = <&CPU3>;
62 cpu = <&CPU4>;
65 cpu = <&CPU5>;
68 cpu = <&CPU6>;
71 cpu = <&CPU7>;
79 CPU_SLEEP_0: cpu-sleep-0
    [all...]
fvp-base-gicv3-psci-aarch32.dts 44 cpu-map {
47 cpu = <&CPU0>;
50 cpu = <&CPU1>;
53 cpu = <&CPU2>;
56 cpu = <&CPU3>;
62 cpu = <&CPU4>;
65 cpu = <&CPU5>;
68 cpu = <&CPU6>;
71 cpu = <&CPU7>;
79 CPU_SLEEP_0: cpu-sleep-0
    [all...]
fvp-base-gicv3-psci-common.dtsi 42 cpu-map {
45 cpu = <&CPU0>;
48 cpu = <&CPU1>;
51 cpu = <&CPU2>;
54 cpu = <&CPU3>;
60 cpu = <&CPU4>;
63 cpu = <&CPU5>;
66 cpu = <&CPU6>;
69 cpu = <&CPU7>;
77 CPU_SLEEP_0: cpu-sleep-0
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
cpu_event_pinned_vs_ebb_test.c 18 * Tests a pinned cpu event vs an EBB - in that order. The pinned cpu event
22 static int setup_cpu_event(struct event *event, int cpu)
33 FAIL_IF(event_open_with_cpu(event, cpu));
43 int cpu, rc; local
48 cpu = pick_online_cpu();
49 FAIL_IF(cpu < 0);
50 FAIL_IF(bind_to_cpu(cpu));
61 /* We setup the cpu event first */
62 rc = setup_cpu_event(&event, cpu);
    [all...]
cpu_event_vs_ebb_test.c 18 * Tests a cpu event vs an EBB - in that order. The EBB should force the cpu
22 static int setup_cpu_event(struct event *event, int cpu)
31 FAIL_IF(event_open_with_cpu(event, cpu));
41 int cpu, rc; local
46 cpu = pick_online_cpu();
47 FAIL_IF(cpu < 0);
48 FAIL_IF(bind_to_cpu(cpu));
59 /* We setup the cpu event first */
60 rc = setup_cpu_event(&event, cpu);
    [all...]
ebb_vs_cpu_event_test.c 18 * Tests an EBB vs a cpu event - in that order. The EBB should force the cpu
22 static int setup_cpu_event(struct event *event, int cpu)
31 FAIL_IF(event_open_with_cpu(event, cpu));
41 int cpu, rc; local
46 cpu = pick_online_cpu();
47 FAIL_IF(cpu < 0);
48 FAIL_IF(bind_to_cpu(cpu));
62 /* Now try to install our CPU event */
63 rc = setup_cpu_event(&event, cpu);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
test_vdso.c 59 static long sys_getcpu(unsigned * cpu, unsigned * node,
62 return syscall(__NR_getcpu, cpu, node, cache);
69 for (int cpu = 0; ; cpu++) {
72 CPU_SET(cpu, &cpuset);
95 if (!ret_sys && (cpu_sys != cpu || node_sys != node))
97 if (!ret_vdso && (cpu_vdso != cpu || node_vdso != node))
99 if (!ret_vsys && (cpu_vsys != cpu || node_vsys != node))
102 printf("[%s]\tCPU %u:", ok ? "OK" : "FAIL", cpu);
104 printf(" syscall: cpu %u, node %u", cpu_sys, node_sys)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
bincount_op_test.cc 55 BM_BincountDev(32, 1000, cpu);
56 BM_BincountDev(32, 2000, cpu);
57 BM_BincountDev(32, 5000, cpu);
58 BM_BincountDev(64, 1000, cpu);
59 BM_BincountDev(64, 2000, cpu);
60 BM_BincountDev(64, 5000, cpu);
61 BM_BincountDev(128, 1000, cpu);
62 BM_BincountDev(128, 2000, cpu);
63 BM_BincountDev(128, 5000, cpu);
  /external/linux-kselftest/tools/testing/selftests/intel_pstate/
msr.c 15 int cpu, fd; local
23 cpu = strtol(argv[1], (char **) NULL, 10);
28 sprintf(msr_file_name, "/dev/cpu/%d/msr", cpu);
  /device/google/contexthub/firmware/os/cpu/x86/
Android.mk 31 cpu.c \
  /device/google/contexthub/firmware/os/platform/native/
rtc.c 17 #include <cpu/barrier.h>
  /external/autotest/client/tests/cpu_hotplug/
cpu_hotplug.py 15 # Check if the kernel supports cpu hotplug
19 # Check cpu nums, if equals 1, quit.
21 e_msg = 'Single CPU online detected, test not supported.'
26 for cpu in utils.cpu_online_map():
27 if os.path.isfile('/sys/devices/system/cpu/cpu%s/online' % cpu):
28 utils.system('echo 0 > /sys/devices/system/cpu/cpu%s/online' % cpu, 1
    [all...]
  /external/boringssl/src/crypto/
cpu-arm.c 15 #include <openssl/cpu.h>
cpu-ppc64le.c 15 #include <openssl/cpu.h>
  /external/linux-kselftest/tools/testing/selftests/cpufreq/
Makefile 5 TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_trace_stat.sh 36 cpu=$(tst_random 0 $((nr_cpus - 1)))
39 cat "$TRACING_PATH"/trace_stat/function${cpu} > /dev/null 2>&1
  /external/syslinux/core/fs/pxe/
idle.c 19 #include <sys/cpu.h>
  /external/syslinux/core/thread/
idle_thread.c 3 #include <sys/cpu.h>

Completed in 850 milliseconds

1 2 3 45 6 7 8 91011>>