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_AR_RX
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
pgtable.h
46
#define
_PAGE_AR_RX
(1 << 9) /* read & execute */
macro
142
#define PAGE_COPY_EXEC __pgprot(__ACCESS_BITS | _PAGE_PL_3 |
_PAGE_AR_RX
)
145
#define PAGE_KERNELRX __pgprot(__ACCESS_BITS | _PAGE_PL_0 |
_PAGE_AR_RX
)
170
#define __P101 __pgprot(__ACCESS_BITS | _PAGE_PL_3 |
_PAGE_AR_RX
)
179
#define __S101 __pgprot(__ACCESS_BITS | _PAGE_PL_3 |
_PAGE_AR_RX
)
298
#define pte_exec(pte) ((pte_val(pte) &
_PAGE_AR_RX
) != 0)
324
((pte_val(pte) & (_PAGE_P | _PAGE_PL_MASK |
_PAGE_AR_RX
)) == \
325
(_PAGE_P | _PAGE_PL_3 |
_PAGE_AR_RX
))
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
pgtable.h
46
#define
_PAGE_AR_RX
(1 << 9) /* read & execute */
macro
144
#define PAGE_COPY_EXEC __pgprot(__ACCESS_BITS | _PAGE_PL_3 |
_PAGE_AR_RX
)
147
#define PAGE_KERNELRX __pgprot(__ACCESS_BITS | _PAGE_PL_0 |
_PAGE_AR_RX
)
263
#define pte_exec(pte) ((pte_val(pte) &
_PAGE_AR_RX
) != 0)
289
((pte_val(pte) & (_PAGE_P | _PAGE_PL_MASK |
_PAGE_AR_RX
)) == \
290
(_PAGE_P | _PAGE_PL_3 |
_PAGE_AR_RX
))
/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()
516
_PAGE_AR_RX
),
526
_PAGE_AR_RX
),
Completed in 3 milliseconds