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_RWX
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
tlbflush.h
163
return (pte & (pgprot_val(PAGE_NONE) |
_PAGE_RWX
)) == pgprot_val(PAGE_NONE);
in __pte_protnone()
196
if (delta & ~(
_PAGE_RWX
| _PAGE_DIRTY | _PAGE_ACCESSED))
in __pte_flags_need_flush()
H
A
D
pgtable.h
21
#define
_PAGE_RWX
(_PAGE_READ | _PAGE_WRITE | _PAGE_EXEC)
macro
502
return (pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT | _PAGE_PTE |
_PAGE_RWX
)) ==
in pte_protnone()
734
* This check for
_PAGE_RWX
and _PAGE_PRESENT bits
in check_pte_access()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
22
#define
_PAGE_RWX
(_PAGE_READ | _PAGE_WRITE | _PAGE_EXEC)
macro
414
return !(pte_raw(pte) & cpu_to_be64(
_PAGE_RWX
| _PAGE_PRIVILEGED));
in pte_savedwrite()
529
return (pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT | _PAGE_PTE |
_PAGE_RWX
)) ==
in pte_protnone()
541
VM_BUG_ON((pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT |
_PAGE_RWX
| _PAGE_PRIVILEGED)) !=
in pte_mk_savedwrite()
781
* This check for
_PAGE_RWX
and _PAGE_PRESENT bits
in check_pte_access()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
214
if (pteflags &
_PAGE_RWX
)
in htab_convert_pte_flags()
1216
*
_PAGE_RWX
: no access.
1251
spp = ((spp & 2) ?
_PAGE_RWX
: 0) | ((spp & 1) ? _PAGE_WRITE : 0);
in subpage_protection()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
314
if (pteflags &
_PAGE_RWX
)
in htab_convert_pte_flags()
1371
*
_PAGE_RWX
: no access.
1406
spp = ((spp & 2) ?
_PAGE_RWX
: 0) | ((spp & 1) ? _PAGE_WRITE : 0);
in subpage_protection()
Completed in 13 milliseconds