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:CF_PAGE_READABLE
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
mcf_pgtable.h
15
#define
CF_PAGE_READABLE
MMUDR_R /* 0x00000010 */
macro
55
#define _PAGE_READWRITE (
CF_PAGE_READABLE
\
71
|
CF_PAGE_READABLE
\
78
|
CF_PAGE_READABLE
\
86
|
CF_PAGE_READABLE
\
97
|
CF_PAGE_READABLE
)
103
|
CF_PAGE_READABLE
\
110
|
CF_PAGE_READABLE
\
118
|
CF_PAGE_READABLE
\
125
|
CF_PAGE_READABLE
)
[all...]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
mcf_pgtable.h
15
#define
CF_PAGE_READABLE
MMUDR_R /* 0x00000010 */
macro
58
#define _PAGE_READWRITE (
CF_PAGE_READABLE
\
74
|
CF_PAGE_READABLE
\
81
|
CF_PAGE_READABLE
\
89
|
CF_PAGE_READABLE
\
160
return pte_val(pte) &
CF_PAGE_READABLE
;
in pte_read()
191
pte_val(pte) &= ~
CF_PAGE_READABLE
;
in pte_rdprotect()
221
pte_val(pte) |=
CF_PAGE_READABLE
;
in pte_mkread()
/kernel/linux/linux-6.6/arch/m68k/mm/
H
A
D
mcfmmu.c
232
CF_PAGE_READABLE
),
238
CF_PAGE_READABLE
|
245
CF_PAGE_READABLE
|
253
CF_PAGE_READABLE
|
259
CF_PAGE_READABLE
),
263
CF_PAGE_READABLE
|
270
CF_PAGE_READABLE
|
278
CF_PAGE_READABLE
|
Completed in 2 milliseconds