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_BAP_UX
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H
A
D
pte-e500.h
20
#define
_PAGE_BAP_UX
0x000080
macro
50
#define _PAGE_EXEC (_PAGE_BAP_SX |
_PAGE_BAP_UX
) /* .. and was cache cleaned */
95
#define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW |
_PAGE_BAP_UX
)
97
#define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER |
_PAGE_BAP_UX
)
99
#define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER |
_PAGE_BAP_UX
)
119
return __pte((pte_val(pte) & ~_PAGE_BAP_SX) |
_PAGE_BAP_UX
);
in pte_mkexec()
121
return __pte((pte_val(pte) & ~
_PAGE_BAP_UX
) | _PAGE_BAP_SX);
in pte_mkexec()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H
A
D
pte-book3e.h
21
#define
_PAGE_BAP_UX
0x000080
macro
51
#define _PAGE_EXEC
_PAGE_BAP_UX
/* .. and was cache cleaned */
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H
A
D
tlb_low_64e.S
220
andi. r10,r11,
_PAGE_BAP_UX
|_PAGE_BAP_SX
237
li r11,_PAGE_PRESENT|
_PAGE_BAP_UX
/* Base perm */
615
li r11,_PAGE_PRESENT|
_PAGE_BAP_UX
/* Base perm */
728
andi. r10,r11,
_PAGE_BAP_UX
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
head_fsl_booke.S
591
li r13,_PAGE_PRESENT |
_PAGE_BAP_UX
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
head_85xx.S
589
li r13,_PAGE_PRESENT |
_PAGE_BAP_UX
Completed in 4 milliseconds