/external/arm-trusted-firmware/fdts/ |
D | fvp-defs-dynamiq.dtsi | 27 * n - CPU number 30 #define CPU(n, r) \ macro 31 CPU##n:cpu@r## { \ 32 device_type = "cpu"; \ 36 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; \ 43 cpu = <&CONC(CPU, __COUNTER__)>; \ 55 cpu = <&CPU##n>;\ 62 CPU(0, 0) 65 CPU(0, 0) \ 66 CPU(1, 1) [all …]
|
/external/grpc-grpc/src/csharp/ |
D | Grpc.sln | 44 Debug|Any CPU = Debug|Any CPU 45 Release|Any CPU = Release|Any CPU 48 {BD878CB3-BDB4-46AB-84EF-C3B4729F56BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 49 {BD878CB3-BDB4-46AB-84EF-C3B4729F56BC}.Debug|Any CPU.Build.0 = Debug|Any CPU 50 {BD878CB3-BDB4-46AB-84EF-C3B4729F56BC}.Release|Any CPU.ActiveCfg = Release|Any CPU 51 {BD878CB3-BDB4-46AB-84EF-C3B4729F56BC}.Release|Any CPU.Build.0 = Release|Any CPU 52 {2A16007A-5D67-4C53-BEC8-51E5064D18BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 53 {2A16007A-5D67-4C53-BEC8-51E5064D18BF}.Debug|Any CPU.Build.0 = Debug|Any CPU 54 {2A16007A-5D67-4C53-BEC8-51E5064D18BF}.Release|Any CPU.ActiveCfg = Release|Any CPU 55 {2A16007A-5D67-4C53-BEC8-51E5064D18BF}.Release|Any CPU.Build.0 = Release|Any CPU [all …]
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/ |
D | 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) 63 # Onlines the given CPU. Returns a true value if it was able [all …]
|
/external/perfetto/test/trace_processor/profiling/ |
D | perf_sample_sc.out | 1 "ts","cpu","cpu_mode","unwind_error","perf_session_id","cntr_name","is_timebase","tid","name" 2 105089621851721,7,"kernel","[NULL]",0,"cpu-clock",1,8817,"__start_thread" 3 105089621851721,7,"kernel","[NULL]",0,"cpu-clock",1,8817,"_ZL15__pthread_startPv" 4 105089621851721,7,"kernel","[NULL]",0,"cpu-clock",1,8817,"_ZN13thread_data_t10trampolineEPKS_" 5 105089621851721,7,"kernel","[NULL]",0,"cpu-clock",1,8817,"_ZN7android14AndroidRuntime15javaThreadSh… 6 105089621851721,7,"kernel","[NULL]",0,"cpu-clock",1,8817,"_ZN7android6Thread11_threadLoopEPv" 7 105089621851721,7,"kernel","[NULL]",0,"cpu-clock",1,8817,"_ZN7android10PoolThread10threadLoopEv" 8 105089621851721,7,"kernel","[NULL]",0,"cpu-clock",1,8817,"_ZN7android14IPCThreadState14joinThreadPo… 9 105089621851721,7,"kernel","[NULL]",0,"cpu-clock",1,8817,"_ZN7android14IPCThreadState14executeComma… 10 105089621851721,7,"kernel","[NULL]",0,"cpu-clock",1,8817,"_ZN7android7BBinder8transactEjRKNS_6Parce… [all …]
|
/external/linux-kselftest/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 26 if ! ls $SYSFS/devices/system/cpu/cpu* > /dev/null 2>&1; then 27 echo $msg cpu hotplug is not supported >&2 31 echo "CPU online/offline summary:" 32 online_cpus=`cat $SYSFS/devices/system/cpu/online` 36 echo "$msg: since there is only one cpu: $online_cpus" 40 present_cpus=`cat $SYSFS/devices/system/cpu/present` 46 offline_cpus=`cat $SYSFS/devices/system/cpu/offline` 62 for cpu in $SYSFS/devices/system/cpu/cpu*; do 63 if [ -f $cpu/online ] && grep -q $state $cpu/online; then 64 echo ${cpu##/*/cpu} [all …]
|
/external/arm-trusted-firmware/docs/design/ |
D | cpu-specific-build-macros.rst | 1 Arm CPU Specific Build Macros 4 This document describes the various build options present in the CPU specific 6 for a specific CPU on a platform. 29 platform contains at least 1 CPU that requires dynamic mitigation. 34 CPU Errata Workarounds 38 are applied to each CPU by the reset handler. The errata details can be found 39 in the CPU specific errata documents published by Arm: 50 is for example ``A57`` for the ``Cortex_A57`` CPU. 58 these workarounds are enabled for the wrong CPU revision then the errata 72 CPU. This needs to be enabled for all revisions of the CPU. [all …]
|
/external/cpuinfo/test/cpuinfo/ |
D | xiaomi-redmi-note-4.log | 5 CPU implementer : 0x41 6 CPU architecture: 8 7 CPU variant : 0x0 8 CPU part : 0xd03 9 CPU revision : 4 14 CPU implementer : 0x41 15 CPU architecture: 8 16 CPU variant : 0x0 17 CPU part : 0xd03 18 CPU revision : 4 [all …]
|
D | huawei-mate-8.log | 5 CPU implementer : 0x41 6 CPU architecture: 8 7 CPU variant : 0x0 8 CPU part : 0xd03 9 CPU revision : 4 14 CPU implementer : 0x41 15 CPU architecture: 8 16 CPU variant : 0x0 17 CPU part : 0xd03 18 CPU revision : 4 [all …]
|
D | galaxy-s8-global.log | 4 CPU implementer : 0x41 5 CPU architecture: 8 6 CPU variant : 0x0 7 CPU part : 0xd03 8 CPU revision : 4 13 CPU implementer : 0x41 14 CPU architecture: 8 15 CPU variant : 0x0 16 CPU part : 0xd03 17 CPU revision : 4 [all …]
|
D | huawei-mate-9.log | 5 CPU implementer : 0x41 6 CPU architecture: 8 7 CPU variant : 0x0 8 CPU part : 0xd03 9 CPU revision : 4 14 CPU implementer : 0x41 15 CPU architecture: 8 16 CPU variant : 0x0 17 CPU part : 0xd03 18 CPU revision : 4 [all …]
|
D | galaxy-s9-global.log | 4 CPU implementer : 0x41 5 CPU architecture: 8 6 CPU variant : 0x0 7 CPU part : 0xd05 8 CPU revision : 1 13 CPU implementer : 0x41 14 CPU architecture: 8 15 CPU variant : 0x0 16 CPU part : 0xd05 17 CPU revision : 1 [all …]
|
D | oneplus-5.log | 5 CPU implementer : 0x51 6 CPU architecture: 8 7 CPU variant : 0xa 8 CPU part : 0x801 9 CPU revision : 4 14 CPU implementer : 0x51 15 CPU architecture: 8 16 CPU variant : 0xa 17 CPU part : 0x801 18 CPU revision : 4 [all …]
|
D | oppo-r15.log | 5 CPU implementer : 0x41 6 CPU architecture: 8 7 CPU variant : 0x0 8 CPU part : 0xd03 9 CPU revision : 4 14 CPU implementer : 0x41 15 CPU architecture: 8 16 CPU variant : 0x0 17 CPU part : 0xd03 18 CPU revision : 4 [all …]
|
D | huawei-p20-pro.log | 4 CPU implementer : 0x41 5 CPU architecture: 8 6 CPU variant : 0x0 7 CPU part : 0xd03 8 CPU revision : 4 13 CPU implementer : 0x41 14 CPU architecture: 8 15 CPU variant : 0x0 16 CPU part : 0xd03 17 CPU revision : 4 [all …]
|
D | huawei-mate-10.log | 4 CPU implementer : 0x41 5 CPU architecture: 8 6 CPU variant : 0x0 7 CPU part : 0xd03 8 CPU revision : 4 13 CPU implementer : 0x41 14 CPU architecture: 8 15 CPU variant : 0x0 16 CPU part : 0xd03 17 CPU revision : 4 [all …]
|
D | galaxy-s8-us.log | 5 CPU implementer : 0x51 6 CPU architecture: 8 7 CPU variant : 0xa 8 CPU part : 0x801 9 CPU revision : 4 14 CPU implementer : 0x51 15 CPU architecture: 8 16 CPU variant : 0xa 17 CPU part : 0x801 18 CPU revision : 4 [all …]
|
D | huawei-mate-20.log | 4 CPU implementer : 0x41 5 CPU architecture: 8 6 CPU variant : 0x1 7 CPU part : 0xd05 8 CPU revision : 0 13 CPU implementer : 0x41 14 CPU architecture: 8 15 CPU variant : 0x1 16 CPU part : 0xd05 17 CPU revision : 0 [all …]
|
D | galaxy-a8-2018.log | 4 CPU implementer : 0x41 5 CPU architecture: 8 6 CPU variant : 0x0 7 CPU part : 0xd03 8 CPU revision : 4 13 CPU implementer : 0x41 14 CPU architecture: 8 15 CPU variant : 0x0 16 CPU part : 0xd03 17 CPU revision : 4 [all …]
|
D | oneplus-5t.log | 5 CPU implementer : 0x51 6 CPU architecture: 8 7 CPU variant : 0xa 8 CPU part : 0x801 9 CPU revision : 4 14 CPU implementer : 0x51 15 CPU architecture: 8 16 CPU variant : 0xa 17 CPU part : 0x801 18 CPU revision : 4 [all …]
|
D | pixel-2-xl.log | 5 CPU implementer : 0x51 6 CPU architecture: 8 7 CPU variant : 0xa 8 CPU part : 0x801 9 CPU revision : 4 14 CPU implementer : 0x51 15 CPU architecture: 8 16 CPU variant : 0xa 17 CPU part : 0x801 18 CPU revision : 4 [all …]
|
D | galaxy-j7-prime.log | 3 CPU implementer : 0x41 4 CPU architecture: 8 5 CPU variant : 0x0 6 CPU part : 0xd03 7 CPU revision : 4 11 CPU implementer : 0x41 12 CPU architecture: 8 13 CPU variant : 0x0 14 CPU part : 0xd03 15 CPU revision : 4 [all …]
|
D | galaxy-s9-us.log | 5 CPU implementer : 0x51 6 CPU architecture: 8 7 CPU variant : 0x7 8 CPU part : 0x803 9 CPU revision : 12 14 CPU implementer : 0x51 15 CPU architecture: 8 16 CPU variant : 0x7 17 CPU part : 0x803 18 CPU revision : 12 [all …]
|
D | huawei-mate-8.armeabi.log | 5 CPU implementer : 0x41 6 CPU architecture: 8 7 CPU variant : 0x0 8 CPU part : 0xd03 9 CPU revision : 4 14 CPU implementer : 0x41 15 CPU architecture: 8 16 CPU variant : 0x0 17 CPU part : 0xd03 18 CPU revision : 4 [all …]
|
D | galaxy-a8-2018.armeabi.log | 4 CPU implementer : 0x41 5 CPU architecture: 8 6 CPU variant : 0x0 7 CPU part : 0xd03 8 CPU revision : 4 13 CPU implementer : 0x41 14 CPU architecture: 8 15 CPU variant : 0x0 16 CPU part : 0xd03 17 CPU revision : 4 [all …]
|
D | galaxy-s8-global.armeabi.log | 4 CPU implementer : 0x41 5 CPU architecture: 8 6 CPU variant : 0x0 7 CPU part : 0xd03 8 CPU revision : 4 13 CPU implementer : 0x41 14 CPU architecture: 8 15 CPU variant : 0x0 16 CPU part : 0xd03 17 CPU revision : 4 [all …]
|