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_TOLERANT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
book3s64.c
69
.mask =
_PAGE_TOLERANT
,
70
.val =
_PAGE_TOLERANT
,
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H
A
D
book3s64.c
69
.mask =
_PAGE_TOLERANT
,
70
.val =
_PAGE_TOLERANT
,
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
26
#define
_PAGE_TOLERANT
0x00030 /* tolerant memory, cache inhibited */
macro
101
#define _PAGE_NO_CACHE
_PAGE_TOLERANT
158
_PAGE_TOLERANT
)
839
#define _PAGE_CACHE_CTL (_PAGE_SAO | _PAGE_NON_IDEMPOTENT |
_PAGE_TOLERANT
)
852
_PAGE_TOLERANT
);
in pgprot_noncached_wc()
873
if (((pte_v & cpu_to_be64(_PAGE_CACHE_CTL)) == cpu_to_be64(
_PAGE_TOLERANT
)) ||
in pte_ci()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
25
#define
_PAGE_TOLERANT
0x00030 /* tolerant memory, cache inhibited */
macro
100
#define _PAGE_NO_CACHE
_PAGE_TOLERANT
159
#define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW |
_PAGE_TOLERANT
)
792
#define _PAGE_CACHE_CTL (_PAGE_SAO | _PAGE_NON_IDEMPOTENT |
_PAGE_TOLERANT
)
805
_PAGE_TOLERANT
);
in pgprot_noncached_wc()
826
if (((pte_v & cpu_to_be64(_PAGE_CACHE_CTL)) == cpu_to_be64(
_PAGE_TOLERANT
)) ||
in pte_ci()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
231
if ((pteflags & _PAGE_CACHE_CTL) ==
_PAGE_TOLERANT
)
in htab_convert_pte_flags()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
331
if ((pteflags & _PAGE_CACHE_CTL) ==
_PAGE_TOLERANT
)
in htab_convert_pte_flags()
Completed in 12 milliseconds