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:DAX_PMD
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
dax.c
79
#define
DAX_PMD
(1UL << 1)
macro
100
if (xa_to_value(entry) &
DAX_PMD
)
in dax_entry_order()
107
return xa_to_value(entry) &
DAX_PMD
;
in dax_is_pmd_entry()
112
return !(xa_to_value(entry) &
DAX_PMD
);
in dax_is_pte_entry()
463
* When requesting an entry with size
DAX_PMD
, grab_mapping_entry() will
551
flags |=
DAX_PMD
;
in grab_mapping_entry()
1450
DAX_PMD
| DAX_ZERO_PAGE, false);
in dax_pmd_load_hole()
1587
DAX_PMD
, write && !sync);
in dax_iomap_pmd_fault()
/kernel/linux/linux-6.6/fs/
H
A
D
dax.c
65
#define
DAX_PMD
(1UL << 1)
macro
86
if (xa_to_value(entry) &
DAX_PMD
)
in dax_entry_order()
93
return xa_to_value(entry) &
DAX_PMD
;
in dax_is_pmd_entry()
98
return !(xa_to_value(entry) &
DAX_PMD
);
in dax_is_pte_entry()
549
* When requesting an entry with size
DAX_PMD
, grab_mapping_entry() will
637
flags |=
DAX_PMD
;
in grab_mapping_entry()
1222
DAX_PMD
| DAX_ZERO_PAGE);
in dax_pmd_load_hole()
1651
unsigned long entry_flags = pmd ?
DAX_PMD
: 0;
in dax_fault_iter()
Completed in 8 milliseconds