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 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
purgeable.c
35
#define uxpte_refcnt(
uxpte
) ((
uxpte
) >> UXPTE_PRESENT_BIT)
36
#define uxpte_present(
uxpte
) ((
uxpte
) & UXPTE_PRESENT_MASK)
38
static inline long uxpte_read(struct uxpte_t *
uxpte
)
in uxpte_read()
argument
40
return atomic64_read(&
uxpte
->val);
in uxpte_read()
43
static inline void uxpte_set(struct uxpte_t *
uxpte
, long val)
in uxpte_set()
argument
45
atomic64_set(&
uxpte
->val, val);
in uxpte_set()
48
static inline bool uxpte_cas(struct uxpte_t *
uxpte
, long old, long new)
in uxpte_cas()
argument
50
return atomic64_cmpxchg(&
uxpte
in uxpte_cas()
141
struct
uxpte
_t *
uxpte
= NULL;
lookup_uxpte()
local
154
struct
uxpte
_t *
uxpte
= NULL;
lock_uxpte()
local
176
struct
uxpte
_t *
uxpte
= NULL;
unlock_uxpte()
local
189
struct
uxpte
_t *
uxpte
= NULL;
uxpte_set_present()
local
211
struct
uxpte
_t *
uxpte
= NULL;
uxpte_clear_present()
local
259
struct
uxpte
_t *
uxpte
= NULL;
__mm_purg_pages_info()
local
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
purgeable.c
35
#define uxpte_refcnt(
uxpte
) ((
uxpte
) >> UXPTE_PRESENT_BIT)
36
#define uxpte_present(
uxpte
) ((
uxpte
) & UXPTE_PRESENT_MASK)
38
static inline long uxpte_read(struct uxpte_t *
uxpte
)
in uxpte_read()
argument
40
return atomic64_read(&
uxpte
->val);
in uxpte_read()
43
static inline void uxpte_set(struct uxpte_t *
uxpte
, long val)
in uxpte_set()
argument
45
atomic64_set(&
uxpte
->val, val);
in uxpte_set()
48
static inline bool uxpte_cas(struct uxpte_t *
uxpte
, long old, long new)
in uxpte_cas()
argument
50
return atomic64_cmpxchg(&
uxpte
in uxpte_cas()
143
struct
uxpte
_t *
uxpte
= NULL;
lookup_uxpte()
local
156
struct
uxpte
_t *
uxpte
= NULL;
lock_uxpte()
local
178
struct
uxpte
_t *
uxpte
= NULL;
unlock_uxpte()
local
191
struct
uxpte
_t *
uxpte
= NULL;
uxpte_set_present()
local
213
struct
uxpte
_t *
uxpte
= NULL;
uxpte_clear_present()
local
261
struct
uxpte
_t *
uxpte
= NULL;
__mm_purg_pages_info()
local
[all...]
Completed in 2 milliseconds