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_PL_3
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
pgtable.h
43
#define
_PAGE_PL_3
(3 << 7) /* privilege level 3 (user) */
macro
139
#define PAGE_SHARED __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_RW)
140
#define PAGE_READONLY __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_R)
141
#define PAGE_COPY __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_R)
142
#define PAGE_COPY_EXEC __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_RX)
169
#define __P100 __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_X_RX)
170
#define __P101 __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_RX)
178
#define __S100 __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_X_RX)
179
#define __S101 __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_RX)
180
#define __S110 __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_RW
[all...]
/kernel/linux/linux-6.6/arch/ia64/mm/
H
A
D
init.c
290
gate_vma.vm_page_prot = __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_RX);
in gate_vma_init()
513
[VM_EXEC] = __pgprot(__ACCESS_BITS |
_PAGE_PL_3
|
515
[VM_EXEC | VM_READ] = __pgprot(__ACCESS_BITS |
_PAGE_PL_3
|
523
[VM_SHARED | VM_EXEC] = __pgprot(__ACCESS_BITS |
_PAGE_PL_3
|
525
[VM_SHARED | VM_EXEC | VM_READ] = __pgprot(__ACCESS_BITS |
_PAGE_PL_3
|
527
[VM_SHARED | VM_EXEC | VM_WRITE] = __pgprot(__ACCESS_BITS |
_PAGE_PL_3
|
529
[VM_SHARED | VM_EXEC | VM_WRITE | VM_READ] = __pgprot(__ACCESS_BITS |
_PAGE_PL_3
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
pgtable.h
43
#define
_PAGE_PL_3
(3 << 7) /* privilege level 3 (user) */
macro
141
#define PAGE_SHARED __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_RW)
142
#define PAGE_READONLY __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_R)
143
#define PAGE_COPY __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_R)
144
#define PAGE_COPY_EXEC __pgprot(__ACCESS_BITS |
_PAGE_PL_3
| _PAGE_AR_RX)
290
(_PAGE_P |
_PAGE_PL_3
| _PAGE_AR_RX))
Completed in 4 milliseconds