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
defs:PAGE_COPY
(Results
1 - 25
of
57
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
pgtable_no.h
27
#define
PAGE_COPY
__pgprot(0)
macro
H
A
D
sun3_pgtable.h
52
#define
PAGE_COPY
__pgprot(SUN3_PAGE_VALID \
macro
H
A
D
motorola_pgtable.h
78
#define
PAGE_COPY
__pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits)
macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H
A
D
pgtable.h
36
#define
PAGE_COPY
__pgprot(0) /* these mean nothing to NO_MM */
macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H
A
D
pgtable.h
8
#define
PAGE_COPY
__pgprot(0) /* these mean nothing to NO_MM */
macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
pgtable_no.h
28
#define
PAGE_COPY
__pgprot(0)
macro
H
A
D
sun3_pgtable.h
52
#define
PAGE_COPY
__pgprot(SUN3_PAGE_VALID \
macro
H
A
D
motorola_pgtable.h
75
#define
PAGE_COPY
__pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits)
macro
H
A
D
mcf_pgtable.h
84
#define
PAGE_COPY
__pgprot(CF_PAGE_VALID \
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pte-40x.h
79
#define
PAGE_COPY
__pgprot(_PAGE_BASE | _PAGE_USER)
macro
H
A
D
pte-44x.h
122
#define
PAGE_COPY
__pgprot(_PAGE_BASE | _PAGE_USER)
macro
H
A
D
pte-fsl-booke.h
68
#define
PAGE_COPY
__pgprot(_PAGE_BASE | _PAGE_USER)
macro
H
A
D
pte-8xx.h
84
#define
PAGE_COPY
__pgprot(_PAGE_BASE | _PAGE_RO)
macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
pgtable-nommu.h
38
#define
PAGE_COPY
__pgprot(0)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pte-44x.h
112
#define
PAGE_COPY
__pgprot(_PAGE_BASE | _PAGE_USER)
macro
H
A
D
pte-40x.h
79
#define
PAGE_COPY
__pgprot(_PAGE_BASE | _PAGE_USER)
macro
H
A
D
pte-85xx.h
68
#define
PAGE_COPY
__pgprot(_PAGE_BASE | _PAGE_USER)
macro
H
A
D
pte-8xx.h
84
#define
PAGE_COPY
__pgprot(_PAGE_BASE | _PAGE_RO)
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
pgtable-nommu.h
36
#define
PAGE_COPY
__pgprot(0)
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H
A
D
pte-book3e.h
97
#define
PAGE_COPY
__pgprot(_PAGE_BASE | _PAGE_USER)
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
pgtable.h
113
#define
PAGE_COPY
PAGE_READONLY
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H
A
D
pte-e500.h
96
#define
PAGE_COPY
__pgprot(_PAGE_BASE | _PAGE_USER)
macro
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H
A
D
pgtable.h
53
#define
PAGE_COPY
MKP(0, 0, 1)
macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
pgtable.h
69
#define
PAGE_COPY
__pgprot(_PAGE_PRESENT | _PAGE_READ | _CACHE_CACHED)
macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H
A
D
pgtable.h
71
#define
PAGE_COPY
MKP(0, 0, 1)
macro
Completed in 11 milliseconds
1
2
3