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_t
(Results
1 - 1
of
1
) sorted by relevance
/commonlibrary/memory_utils/libpurgeablemem/common/src/
H
A
D
ux_page_table_c.c
31
* using uint64_t as
uxpte_t
to avoid avoid confusion on 32-bit and 64 bit systems.
32
* Type
uxpte_t
may be modified to uint32_t in the future, so typedef is used.
34
typedef uint64_t
uxpte_t
;
typedef
39
uxpte_t
*uxpte;
77
static const
uxpte_t
UXPTE_UNDER_RECLAIM = (
uxpte_t
)(-UXPTE_REFCNT_ONE);
79
static inline bool IsUxptePresent(
uxpte_t
pte)
in IsUxptePresent()
81
return pte & (
uxpte_t
)UXPTE_PRESENT_MASK;
in IsUxptePresent()
84
static inline bool IsUxpteUnderReclaim(
uxpte_t
pte)
in IsUxpteUnderReclaim()
136
static void UxpteAdd(
uxpte_t
*pt
[all...]
Completed in 1 milliseconds