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:ARCH_DIR
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/
H
A
D
Makefile
20
ARCH_DIR
:= arch/um
macro
26
core-y += $(
ARCH_DIR
)/kernel/ \
27
$(
ARCH_DIR
)/drivers/ \
28
$(
ARCH_DIR
)/os-$(OS)/
30
MODE_INCLUDE += -I$(srctree)/$(
ARCH_DIR
)/include/shared/skas
44
include $(
ARCH_DIR
)/Makefile-skas
49
SHARED_HEADERS := $(
ARCH_DIR
)/include/shared
79
include $(
ARCH_DIR
)/Makefile-os-$(OS)
/kernel/linux/linux-6.6/arch/um/
H
A
D
Makefile
20
ARCH_DIR
:= arch/um
macro
25
MODE_INCLUDE += -I$(srctree)/$(
ARCH_DIR
)/include/shared/skas
39
include $(srctree)/$(
ARCH_DIR
)/Makefile-skas
44
SHARED_HEADERS := $(
ARCH_DIR
)/include/shared
76
include $(srctree)/$(
ARCH_DIR
)/Makefile-os-Linux
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H
A
D
Makefile
11
ARCH_DIR
:= x86_64
macro
13
ARCH_DIR
:= aarch64
macro
15
ARCH_DIR
:= s390x
macro
17
ARCH_DIR
:= $(ARCH)
macro
193
TEST_PROGS += $(TEST_PROGS_$(
ARCH_DIR
))
194
TEST_GEN_PROGS += $(TEST_GEN_PROGS_$(
ARCH_DIR
))
195
TEST_GEN_PROGS_EXTENDED += $(TEST_GEN_PROGS_EXTENDED_$(
ARCH_DIR
))
196
LIBKVM += $(LIBKVM_$(
ARCH_DIR
))
219
-I$(<D) -Iinclude/$(
ARCH_DIR
) -I ../rseq -I.. $(EXTRA_CFLAGS) \
242
SPLIT_TESTS_OBJS := $(patsubst %, $(
ARCH_DIR
)/
[all...]
Completed in 2 milliseconds