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:CPU
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/
H
A
D
Makefile
28
ifeq ($(
CPU
)$(KDIR),)
29
$(error "KDIR or
CPU
must be specified.")
43
# look up KDIR based om
CPU
selection
44
KDIR ?= $(KDIR-$(
CPU
))
56
$(error No KDIR found for platform $(
CPU
))
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/umplock/
H
A
D
Makefile
51
CPU
?= $(shell uname -m)
macro
53
# look up KDIR based om
CPU
selection
54
KDIR ?= $(KDIR-$(
CPU
))
57
$(error No KDIR found for platform $(
CPU
))
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/
H
A
D
Makefile
28
ifeq ($(
CPU
)$(KDIR),)
29
$(error "KDIR or
CPU
must be specified.")
43
# look up KDIR based om
CPU
selection
44
KDIR ?= $(KDIR-$(
CPU
))
56
$(error No KDIR found for platform $(
CPU
))
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/umplock/
H
A
D
Makefile
51
CPU
?= $(shell uname -m)
macro
53
# look up KDIR based om
CPU
selection
54
KDIR ?= $(KDIR-$(
CPU
))
57
$(error No KDIR found for platform $(
CPU
))
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/
H
A
D
Makefile
17
sinclude $(TOPDIR)/arch/arm/cpu/$(
CPU
)/config.mk # include architecture dependend rules
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/
H
A
D
Makefile
50
ifneq ($(
CPU
),)
51
$(warning "You have specified the
CPU
variable which is no longer in used. Use TARGET_PLATFORM instead.")
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/
H
A
D
Makefile
50
ifneq ($(
CPU
),)
51
$(warning "You have specified the
CPU
variable which is no longer in used. Use TARGET_PLATFORM instead.")
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H
A
D
configure_llvm
108
--disable-runtime-cpudetect disable detecting
CPU
capabilities at runtime (smaller binary)
355
--cpu=
CPU
select the minimum required
CPU
(affects
5132
warn "unknown MIPS
CPU
"
5139
# Disable DSP stuff for generic
CPU
, it can't be detected at runtime.
6031
check_x86asm cpunop "
CPU
amdnop"
Completed in 9 milliseconds