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:MAP_TYPE
(Results
1 - 25
of
30
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
test_queue_stack_map.h
14
__uint(type,
MAP_TYPE
);
22
__uint(type,
MAP_TYPE
);
H
A
D
test_queue_map.c
3
#define
MAP_TYPE
BPF_MAP_TYPE_QUEUE
macro
H
A
D
test_stack_map.c
3
#define
MAP_TYPE
BPF_MAP_TYPE_STACK
macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_queue_stack_map.h
12
__uint(type,
MAP_TYPE
);
20
__uint(type,
MAP_TYPE
);
H
A
D
test_queue_map.c
3
#define
MAP_TYPE
BPF_MAP_TYPE_QUEUE
macro
H
A
D
test_stack_map.c
3
#define
MAP_TYPE
BPF_MAP_TYPE_STACK
macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H
A
D
mman.h
14
#define
MAP_TYPE
0x2b /* Mask for type of mapping, includes bits 0x08 and 0x20 */
macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H
A
D
mman-common.h
21
#define
MAP_TYPE
0x0f /* Mask for type of mapping */
macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
mman-common.h
21
#define
MAP_TYPE
0x0f /* Mask for type of mapping */
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
mman-common.h
21
#define
MAP_TYPE
0x0f /* Mask for type of mapping */
macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H
A
D
mman-common.h
21
#define
MAP_TYPE
0x0f /* Mask for type of mapping */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
mman-common.h
18
#define
MAP_TYPE
0x0f
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
mman-common.h
28
#define
MAP_TYPE
0x0f
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
mman-common.h
28
#define
MAP_TYPE
0x0f
macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
mman.h
14
#define
MAP_TYPE
0x0f /* Mask for type of mapping (OSF/1 is _wrong_) */
macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
mman.h
31
#define
MAP_TYPE
0x00f /* Mask for type of mapping */
macro
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H
A
D
mman.h
38
#define
MAP_TYPE
0x00f /* Mask for type of mapping */
macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
mman.h
31
#define
MAP_TYPE
0x00f /* Mask for type of mapping */
macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
mman.h
14
#define
MAP_TYPE
0x0f /* Mask for type of mapping (OSF/1 is _wrong_) */
macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H
A
D
mman.h
14
#define
MAP_TYPE
0x2b /* Mask for type of mapping, includes bits 0x08 and 0x20 */
macro
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/
H
A
D
mman.h
38
#define
MAP_TYPE
0x00f /* Mask for type of mapping */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
mman.h
28
#define
MAP_TYPE
0x00f
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
mman.h
28
#define
MAP_TYPE
0x00f
macro
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/
H
A
D
driver.c
110
if ((flags &
MAP_TYPE
) == MAP_PRIVATE)
in sgx_get_unmapped_area()
/kernel/linux/linux-5.10/mm/
H
A
D
nommu.c
770
if ((flags &
MAP_TYPE
) != MAP_PRIVATE &&
in validate_mmap_request()
771
(flags &
MAP_TYPE
) != MAP_SHARED)
in validate_mmap_request()
Completed in 13 milliseconds
1
2