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:uxpte
(Results
1 - 1
of
1
) sorted by relevance
/commonlibrary/memory_utils/libpurgeablemem/common/src/
H
A
D
ux_page_table_c.c
39
uxpte_t *
uxpte
;
member
48
* |
uxpte
page number | offset in
uxpte
page | |
62
/* page number in user page table of
uxpte
for virtual address */
68
/*
uxpte
offset in
uxpte
page for virtual address */
205
upt->
uxpte
= MapUxptePages(upt->dataAddr, upt->dataSize);
in InitUxPageTable()
206
if (!(upt->
uxpte
)) {
in InitUxPageTable()
225
if (upt->
uxpte
) {
in DeinitUxPageTable()
226
unmapRet = UnmapUxptePages(upt->
uxpte
, siz
in DeinitUxPageTable()
271
UxpteLoad(const
uxpte
_t *
uxpte
)
UxpteLoad()
argument
277
UxpteCAS_(
uxpte
_t *
uxpte
,
uxpte
_t old,
uxpte
_t newVal)
UxpteCAS_()
argument
[all...]
Completed in 1 milliseconds