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_BASE
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pte-44x.h
113
#define
_PAGE_BASE
(_PAGE_BASE_NC | _PAGE_COHERENT)
macro
115
#define
_PAGE_BASE
(_PAGE_BASE_NC)
macro
119
#define PAGE_NONE __pgprot(
_PAGE_BASE
)
120
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW)
121
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
122
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_USER)
123
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
124
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_USER)
125
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
H
A
D
pte-fsl-booke.h
59
#define
_PAGE_BASE
(_PAGE_BASE_NC | _PAGE_COHERENT)
macro
61
#define
_PAGE_BASE
(_PAGE_BASE_NC)
macro
65
#define PAGE_NONE __pgprot(
_PAGE_BASE
)
66
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW)
67
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
68
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_USER)
69
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
70
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_USER)
71
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
H
A
D
pte-40x.h
73
#define
_PAGE_BASE
(_PAGE_BASE_NC)
macro
76
#define PAGE_NONE __pgprot(
_PAGE_BASE
)
77
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW)
78
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
79
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_USER)
80
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
81
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_USER)
82
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
H
A
D
pte-8xx.h
78
#define
_PAGE_BASE
(_PAGE_BASE_NC)
macro
81
#define PAGE_NONE __pgprot(
_PAGE_BASE
| _PAGE_NA)
82
#define PAGE_SHARED __pgprot(
_PAGE_BASE
)
83
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_EXEC)
84
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_RO)
85
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_RO | _PAGE_EXEC)
86
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_RO)
87
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_RO | _PAGE_EXEC)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pte-44x.h
103
#define
_PAGE_BASE
(_PAGE_BASE_NC | _PAGE_COHERENT)
macro
105
#define
_PAGE_BASE
(_PAGE_BASE_NC)
macro
109
#define PAGE_NONE __pgprot(
_PAGE_BASE
)
110
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW)
111
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
112
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_USER)
113
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
114
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_USER)
115
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
H
A
D
pte-85xx.h
59
#define
_PAGE_BASE
(_PAGE_BASE_NC | _PAGE_COHERENT)
macro
61
#define
_PAGE_BASE
(_PAGE_BASE_NC)
macro
65
#define PAGE_NONE __pgprot(
_PAGE_BASE
)
66
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW)
67
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
68
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_USER)
69
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
70
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_USER)
71
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
H
A
D
pte-40x.h
73
#define
_PAGE_BASE
(_PAGE_BASE_NC)
macro
76
#define PAGE_NONE __pgprot(
_PAGE_BASE
)
77
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW)
78
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
79
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_USER)
80
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
81
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_USER)
82
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
H
A
D
pte-8xx.h
78
#define
_PAGE_BASE
(_PAGE_BASE_NC)
macro
81
#define PAGE_NONE __pgprot(
_PAGE_BASE
| _PAGE_NA)
82
#define PAGE_SHARED __pgprot(
_PAGE_BASE
)
83
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_EXEC)
84
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_RO)
85
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_RO | _PAGE_EXEC)
86
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_RO)
87
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_RO | _PAGE_EXEC)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H
A
D
pte-book3e.h
88
#define
_PAGE_BASE
(_PAGE_BASE_NC | _PAGE_COHERENT)
macro
90
#define
_PAGE_BASE
(_PAGE_BASE_NC)
macro
94
#define PAGE_NONE __pgprot(
_PAGE_BASE
)
95
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW)
96
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
97
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_USER)
98
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
99
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_USER)
100
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
H
A
D
pgtable.h
12
#define PAGE_KERNEL __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_RW)
16
#define PAGE_KERNEL_X __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_RWX)
17
#define PAGE_KERNEL_RO __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_RO)
18
#define PAGE_KERNEL_ROX __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_ROX)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H
A
D
pte-e500.h
87
#define
_PAGE_BASE
(_PAGE_BASE_NC | _PAGE_COHERENT)
macro
89
#define
_PAGE_BASE
(_PAGE_BASE_NC)
macro
93
#define PAGE_NONE __pgprot(
_PAGE_BASE
)
94
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW)
95
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW | _PAGE_BAP_UX)
96
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_USER)
97
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_BAP_UX)
98
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_USER)
99
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_BAP_UX)
H
A
D
pgtable.h
12
#define PAGE_KERNEL __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_RW)
15
#define PAGE_KERNEL_X __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_RWX)
16
#define PAGE_KERNEL_RO __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_RO)
17
#define PAGE_KERNEL_ROX __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_ROX)
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H
A
D
pgtable.h
185
#define
_PAGE_BASE
(_PAGE_PRESENT | _PAGE_ACCESSED)
macro
189
(
_PAGE_BASE
| _PAGE_WRENABLE | _PAGE_SHARED | _PAGE_HWEXEC)
193
#define PAGE_NONE __pgprot(
_PAGE_BASE
)
194
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_USER)
195
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
196
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW)
198
__pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
199
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_USER)
200
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
203
#define PAGE_KERNEL_RO __pgprot(
_PAGE_BASE
| _PAGE_SHARE
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
59
#define
_PAGE_BASE
(_PAGE_BASE_NC | _PAGE_COHERENT)
macro
68
#define PAGE_NONE __pgprot(
_PAGE_BASE
)
69
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW)
70
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
71
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_USER)
72
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
73
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_USER)
74
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
77
#define PAGE_KERNEL __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_RW)
81
#define PAGE_KERNEL_X __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_RW
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
98
#define
_PAGE_BASE
(_PAGE_BASE_NC | _PAGE_COHERENT)
macro
107
#define PAGE_NONE __pgprot(
_PAGE_BASE
)
108
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW)
109
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
110
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_USER)
111
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
112
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_USER)
113
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
116
#define PAGE_KERNEL __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_RW)
119
#define PAGE_KERNEL_X __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_RW
[all...]
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
pgtable.h
225
#define
_PAGE_BASE
(_PAGE_PRESENT | _PAGE_ACCESSED)
macro
229
(
_PAGE_BASE
| _PAGE_WRENABLE | _PAGE_SHARED | _PAGE_HWEXEC)
233
#define PAGE_NONE __pgprot(
_PAGE_BASE
)
234
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_USER)
235
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
236
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW)
238
__pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
239
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_USER)
240
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_USER | _PAGE_EXEC)
243
#define PAGE_KERNEL_RO __pgprot(
_PAGE_BASE
| _PAGE_SHARE
[all...]
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
pgtable.h
53
#define
_PAGE_BASE
(_PAGE_PRESENT | _PAGE_ACCESSED)
macro
56
#define PAGE_READ __pgprot(
_PAGE_BASE
| _PAGE_READ | \
58
#define PAGE_WRITE __pgprot(
_PAGE_BASE
| _PAGE_READ | _PAGE_WRITE | \
62
#define PAGE_KERNEL __pgprot(
_PAGE_BASE
| _PAGE_READ | _PAGE_VALID | \
67
#define _PAGE_IOREMAP (
_PAGE_BASE
| _PAGE_READ | _PAGE_VALID | \
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
pgtable.h
101
#define
_PAGE_BASE
(_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_USER)
macro
104
#define PAGE_READ __pgprot(
_PAGE_BASE
| _PAGE_READ)
105
#define PAGE_WRITE __pgprot(
_PAGE_BASE
| _PAGE_READ | _PAGE_WRITE)
106
#define PAGE_EXEC __pgprot(
_PAGE_BASE
| _PAGE_EXEC)
107
#define PAGE_READ_EXEC __pgprot(
_PAGE_BASE
| _PAGE_READ | _PAGE_EXEC)
108
#define PAGE_WRITE_EXEC __pgprot(
_PAGE_BASE
| _PAGE_READ | \
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
137
#define
_PAGE_BASE
(_PAGE_BASE_NC)
macro
147
#define PAGE_NONE __pgprot(
_PAGE_BASE
| _PAGE_PRIVILEGED)
148
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_RW)
149
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_RW | _PAGE_EXEC)
150
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_READ)
151
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_READ | _PAGE_EXEC)
152
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_READ)
153
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_READ | _PAGE_EXEC)
155
#define PAGE_EXECONLY __pgprot(
_PAGE_BASE
| _PAGE_EXEC)
158
#define PAGE_KERNEL __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_R
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
137
#define
_PAGE_BASE
(_PAGE_BASE_NC)
macro
147
#define PAGE_NONE __pgprot(
_PAGE_BASE
| _PAGE_PRIVILEGED)
148
#define PAGE_SHARED __pgprot(
_PAGE_BASE
| _PAGE_RW)
149
#define PAGE_SHARED_X __pgprot(
_PAGE_BASE
| _PAGE_RW | _PAGE_EXEC)
150
#define PAGE_COPY __pgprot(
_PAGE_BASE
| _PAGE_READ)
151
#define PAGE_COPY_X __pgprot(
_PAGE_BASE
| _PAGE_READ | _PAGE_EXEC)
152
#define PAGE_READONLY __pgprot(
_PAGE_BASE
| _PAGE_READ)
153
#define PAGE_READONLY_X __pgprot(
_PAGE_BASE
| _PAGE_READ | _PAGE_EXEC)
156
#define PAGE_KERNEL __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_RW)
161
#define PAGE_KERNEL_X __pgprot(
_PAGE_BASE
| _PAGE_KERNEL_RW
[all...]
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
pgtable.h
178
#define
_PAGE_BASE
(_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_USER)
macro
181
#define PAGE_READ __pgprot(
_PAGE_BASE
| _PAGE_READ)
182
#define PAGE_WRITE __pgprot(
_PAGE_BASE
| _PAGE_READ | _PAGE_WRITE)
183
#define PAGE_EXEC __pgprot(
_PAGE_BASE
| _PAGE_EXEC)
184
#define PAGE_READ_EXEC __pgprot(
_PAGE_BASE
| _PAGE_READ | _PAGE_EXEC)
185
#define PAGE_WRITE_EXEC __pgprot(
_PAGE_BASE
| _PAGE_READ | \
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H
A
D
pgtable.h
153
#define
_PAGE_BASE
(_PAGE_PRESENT | _PAGE_ACCESSED)
macro
156
(
_PAGE_BASE
| _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H
A
D
pgtable.h
152
#define
_PAGE_BASE
(_PAGE_PRESENT | _PAGE_ACCESSED)
macro
155
(
_PAGE_BASE
| _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)
Completed in 18 milliseconds