Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cpuinfo
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/rockchip/
H
A
D
Makefile
11
obj-$(CONFIG_ROCKCHIP_CPUINFO) += rockchip-
cpuinfo
.o
/device/board/hihope/dayu210/kernel/
H
A
D
make-ohos.sh
23
CPUs=`sed -n "N;/processor/p" /proc/
cpuinfo
|wc -l`
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H
A
D
cpuinfo.c
150
struct cpuinfo_arm64 *
cpuinfo
= &per_cpu(cpu_data, i);
in c_show()
local
151
u32 midr =
cpuinfo
->reg_midr;
in c_show()
154
* glibc reads /proc/
cpuinfo
to determine the number of
in c_show()
317
ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "arm64/
cpuinfo
:online", cpuid_cpu_online, cpuid_cpu_offline);
in cpuinfo_regs_init()
319
pr_err("
cpuinfo
: failed to register hotplug callbacks.\n");
in cpuinfo_regs_init()
/device/soc/rockchip/common/sdk_linux/drivers/cpufreq/
H
A
D
cpufreq-dt.c
142
policy->
cpuinfo
.transition_latency = transition_latency;
in cpufreq_init()
/device/board/hihope/dayu210/uboot/
H
A
D
make.sh
17
JOB=`sed -n "N;/processor/p" /proc/
cpuinfo
|wc -l`
Completed in 3 milliseconds