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
defs:vmPage
(Results
1 - 8
of
8
) sorted by relevance
/kernel/liteos_a/kernel/base/include/
H
A
D
los_vm_filemap.h
60
struct VmPage *
vmPage
;
member
/kernel/liteos_a/kernel/base/vm/
H
A
D
los_vm_filemap.c
563
LosVmPage *
vmPage
= NULL;
OsPageCacheAlloc()
local
[all...]
H
A
D
los_vm_phys.c
226
LosVmPage *
vmPage
= NULL;
in OsVmPaddrToPage()
local
H
A
D
shm.c
347
LosVmPage *
vmPage
= NULL;
in ShmVmmMapping()
local
H
A
D
los_vm_map.c
225
LosVmPage *
vmPage
= OsVmVaddrToPage(ttb);
in OsCreateUserVmSpace()
local
779
LosVmPage *
vmPage
= NULL;
local
969
LosVmPage *
vmPage
= NULL;
local
1023
LosVmPage *
vmPage
= NULL;
global()
local
[all...]
/kernel/liteos_a/arch/arm/arm/src/
H
A
D
los_arch_mmu.c
75
LosVmPage *
vmPage
= NULL;
in OsGetPteLock()
local
238
LosVmPage *
vmPage
= LOS_VmPageGet(l2Paddr);
in OsPutL2Table()
local
628
LosVmPage *
vmPage
= LOS_PhysPageAlloc();
in OsGetL2Table()
local
[all...]
/kernel/liteos_a/kernel/extended/liteipc/
H
A
D
hm_liteipc.c
159
LosVmPage *
vmPage
= NULL;
in DoIpcMmap()
local
/kernel/liteos_a/kernel/extended/dynload/src/
H
A
D
los_load_elf.c
750
LosVmPage *
vmPage
= NULL;
in OsStackAlloc()
local
Completed in 9 milliseconds