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:SHM_REMAP
(Results
1 - 11
of
11
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/
H
A
D
shm_test_006.cpp
51
shared = shmat(shmid, remap,
SHM_REMAP
);
in Testcase()
H
A
D
shm_test_003.cpp
67
shm = shmat(shmid, vaddr,
SHM_REMAP
);
in Testcase()
H
A
D
shm_test_005.cpp
49
shm = shmat(shmid, NULL,
SHM_REMAP
);
in Testcase()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
shm.h
80
#define
SHM_REMAP
040000 /* take-over region on attach */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
shm.h
80
#define
SHM_REMAP
040000 /* take-over region on attach */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
shm.h
64
#define
SHM_REMAP
040000
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
shm.h
53
#define
SHM_REMAP
040000
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
shm.h
64
#define
SHM_REMAP
040000
macro
/kernel/liteos_a/kernel/base/vm/
H
A
D
shm.c
518
if (((UINT32)shmflg &
SHM_REMAP
) && (shmaddr == NULL)) {
in ShmatParamCheck()
554
if (!((UINT32)shmflg &
SHM_REMAP
) && (LOS_RegionFind(space, vaddr) ||
in ShmatVmmAlloc()
/kernel/linux/linux-5.10/ipc/
H
A
D
shm.c
1542
if (!addr && (shmflg &
SHM_REMAP
))
in do_shmat()
1552
} else if ((shmflg &
SHM_REMAP
))
in do_shmat()
1646
if (addr && !(shmflg &
SHM_REMAP
)) {
in do_shmat()
/kernel/linux/linux-6.6/ipc/
H
A
D
shm.c
1552
if (!addr && (shmflg &
SHM_REMAP
))
in do_shmat()
1562
} else if ((shmflg &
SHM_REMAP
))
in do_shmat()
1656
if (addr && !(shmflg &
SHM_REMAP
)) {
in do_shmat()
Completed in 8 milliseconds