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_SAO
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
mman.h
31
__pgprot(
_PAGE_SAO
| vmflag_to_pte_pkey_bits(vm_flags)) :
in arch_vm_get_page_prot()
34
return (vm_flags & VM_SAO) ? __pgprot(
_PAGE_SAO
) : __pgprot(0);
in arch_vm_get_page_prot()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
88
#define
_PAGE_SAO
0
macro
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
pgtable.c
648
prot |=
_PAGE_SAO
;
in vm_get_page_prot()
H
A
D
hash_utils.c
335
else if ((pteflags & _PAGE_CACHE_CTL) ==
_PAGE_SAO
)
in htab_convert_pte_flags()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
24
#define
_PAGE_SAO
0x00010 /* Strong access order */
macro
839
#define _PAGE_CACHE_CTL (
_PAGE_SAO
| _PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
23
#define
_PAGE_SAO
0x00010 /* Strong access order */
macro
792
#define _PAGE_CACHE_CTL (
_PAGE_SAO
| _PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT)
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
235
else if ((pteflags & _PAGE_CACHE_CTL) ==
_PAGE_SAO
)
in htab_convert_pte_flags()
Completed in 13 milliseconds