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:_PAGE_SILENT_READ
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pgtable.h
331
pte.pte_low &= ~
_PAGE_SILENT_READ
;
332
pte.pte_high &= ~
_PAGE_SILENT_READ
;
363
pte.pte_low |=
_PAGE_SILENT_READ
;
364
pte.pte_high |=
_PAGE_SILENT_READ
;
387
pte_val(pte) &= ~(_PAGE_ACCESSED |
_PAGE_SILENT_READ
);
411
pte_val(pte) |=
_PAGE_SILENT_READ
;
536
pte_val(pte) |=
_PAGE_SILENT_READ
;
648
pmd_val(pmd) &= ~(_PAGE_ACCESSED|
_PAGE_SILENT_READ
);
658
pmd_val(pmd) |=
_PAGE_SILENT_READ
;
H
A
D
pgtable-bits.h
195
#define
_PAGE_SILENT_READ
_PAGE_VALID
macro
279
#define __READABLE (
_PAGE_SILENT_READ
| _PAGE_ACCESSED)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable.h
317
pte.pte_low &= ~
_PAGE_SILENT_READ
;
318
pte.pte_high &= ~
_PAGE_SILENT_READ
;
349
pte.pte_low |=
_PAGE_SILENT_READ
;
350
pte.pte_high |=
_PAGE_SILENT_READ
;
373
pte_val(pte) &= ~(_PAGE_ACCESSED |
_PAGE_SILENT_READ
);
397
pte_val(pte) |=
_PAGE_SILENT_READ
;
537
pte_val(pte) |=
_PAGE_SILENT_READ
;
686
pmd_val(pmd) &= ~(_PAGE_ACCESSED|
_PAGE_SILENT_READ
);
696
pmd_val(pmd) |=
_PAGE_SILENT_READ
;
H
A
D
pgtable-bits.h
195
#define
_PAGE_SILENT_READ
_PAGE_VALID
macro
279
#define __READABLE (
_PAGE_SILENT_READ
| _PAGE_ACCESSED)
Completed in 4 milliseconds