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:UTS_MACHINE
(Results
1 - 25
of
33
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/x86/
H
A
D
Makefile
66
UTS_MACHINE
:= i386
macro
92
UTS_MACHINE
:= x86_64
macro
203
KBUILD_LDFLAGS += -m elf_$(
UTS_MACHINE
)
275
$(Q)mkdir -p $(objtree)/arch/$(
UTS_MACHINE
)/boot
276
$(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(
UTS_MACHINE
)/boot/$@
/kernel/linux/linux-6.6/arch/x86/
H
A
D
Makefile
90
UTS_MACHINE
:= i386
macro
123
UTS_MACHINE
:= x86_64
macro
217
KBUILD_LDFLAGS += -m elf_$(
UTS_MACHINE
)
284
$(Q)mkdir -p $(objtree)/arch/$(
UTS_MACHINE
)/boot
285
$(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(
UTS_MACHINE
)/boot/$@
/kernel/linux/linux-5.10/scripts/package/
H
A
D
mkdebian
28
case "$
UTS_MACHINE
" in
30
debarch="$
UTS_MACHINE
" ;;
82
echo "Please add support for $
UTS_MACHINE
to ${0} ..." >&2
/kernel/linux/linux-6.6/arch/sparc/
H
A
D
Makefile
26
UTS_MACHINE
:= sparc
macro
45
UTS_MACHINE
:= sparc64
macro
/kernel/linux/linux-6.6/scripts/package/
H
A
D
mkdebian
28
case "$
UTS_MACHINE
" in
30
debarch="$
UTS_MACHINE
" ;;
82
echo "Please add support for $
UTS_MACHINE
to ${0} ..." >&2
/kernel/linux/linux-5.10/arch/sparc/
H
A
D
Makefile
26
UTS_MACHINE
:= sparc
macro
45
UTS_MACHINE
:= sparc64
macro
/kernel/linux/linux-5.10/arch/parisc/
H
A
D
Makefile
31
UTS_MACHINE
:= parisc64
macro
49
ifneq ($(SUBARCH),$(
UTS_MACHINE
))
/kernel/linux/linux-5.10/arch/riscv/
H
A
D
Makefile
24
UTS_MACHINE
:= riscv64
macro
32
UTS_MACHINE
:= riscv32
macro
/kernel/linux/linux-5.10/arch/sh/oprofile/
H
A
D
common.c
45
UTS_MACHINE
, perf_pmu_name());
in oprofile_arch_init()
/kernel/linux/linux-6.6/init/
H
A
D
version-timestamp.c
17
.machine =
UTS_MACHINE
,
/kernel/linux/linux-5.10/init/
H
A
D
version.c
34
.machine =
UTS_MACHINE
,
/kernel/linux/linux-5.10/arch/arm64/
H
A
D
Makefile
114
UTS_MACHINE
:= aarch64_be
macro
120
UTS_MACHINE
:= aarch64
macro
/kernel/linux/linux-6.6/arch/arm64/
H
A
D
Makefile
114
UTS_MACHINE
:= aarch64_be
macro
120
UTS_MACHINE
:= aarch64
macro
/kernel/linux/linux-6.6/arch/riscv/
H
A
D
Makefile
31
UTS_MACHINE
:= riscv64
macro
39
UTS_MACHINE
:= riscv32
macro
/kernel/linux/linux-6.6/arch/loongarch/
H
A
D
Makefile
35
UTS_MACHINE
:= loongarch64
macro
/kernel/linux/linux-6.6/arch/parisc/
H
A
D
Makefile
24
UTS_MACHINE
:= parisc64
macro
/kernel/linux/linux-6.6/arch/s390/
H
A
D
Makefile
36
UTS_MACHINE
:= s390x
macro
/kernel/linux/linux-6.6/arch/sh/
H
A
D
Makefile
102
UTS_MACHINE
:= sh
macro
/kernel/linux/linux-5.10/arch/mips/
H
A
D
Makefile
46
UTS_MACHINE
:= mips
macro
50
UTS_MACHINE
:= mips64
macro
/kernel/linux/linux-6.6/arch/mips/
H
A
D
Makefile
45
UTS_MACHINE
:= mips
macro
49
UTS_MACHINE
:= mips64
macro
/kernel/linux/linux-5.10/arch/loongarch/
H
A
D
Makefile
24
UTS_MACHINE
:= loongarch64
macro
/kernel/linux/linux-5.10/arch/sh/
H
A
D
Makefile
102
UTS_MACHINE
:= sh
macro
/kernel/linux/linux-5.10/arch/s390/
H
A
D
Makefile
46
UTS_MACHINE
:= s390x
macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
Makefile
12
CPPFLAGS_vmlinux.lds += -U$(
UTS_MACHINE
)
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H
A
D
Makefile
63
KBUILD_LDFLAGS := -m elf_$(
UTS_MACHINE
)
Completed in 8 milliseconds
1
2