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_NONE
(Results
1 - 25
of
62
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
pgtable_no.h
25
#define
PAGE_NONE
__pgprot(0)
macro
H
A
D
sun3_pgtable.h
45
#define
PAGE_NONE
__pgprot(SUN3_PAGE_VALID \
macro
H
A
D
motorola_pgtable.h
76
#define
PAGE_NONE
__pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits)
macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H
A
D
pgtable.h
34
#define
PAGE_NONE
__pgprot(0) /* these mean nothing to NO_MM */
macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H
A
D
pgtable.h
6
#define
PAGE_NONE
__pgprot(0) /* these mean nothing to NO_MM */
macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
pgtable_no.h
26
#define
PAGE_NONE
__pgprot(0)
macro
H
A
D
sun3_pgtable.h
45
#define
PAGE_NONE
__pgprot(SUN3_PAGE_VALID \
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pte-40x.h
76
#define
PAGE_NONE
__pgprot(_PAGE_BASE)
macro
H
A
D
pte-44x.h
119
#define
PAGE_NONE
__pgprot(_PAGE_BASE)
macro
H
A
D
pte-fsl-booke.h
65
#define
PAGE_NONE
__pgprot(_PAGE_BASE)
macro
H
A
D
pte-8xx.h
81
#define
PAGE_NONE
__pgprot(_PAGE_BASE | _PAGE_NA)
macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
pgtable-nommu.h
36
#define
PAGE_NONE
__pgprot(0)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pte-44x.h
109
#define
PAGE_NONE
__pgprot(_PAGE_BASE)
macro
H
A
D
pte-40x.h
76
#define
PAGE_NONE
__pgprot(_PAGE_BASE)
macro
H
A
D
pte-85xx.h
65
#define
PAGE_NONE
__pgprot(_PAGE_BASE)
macro
H
A
D
pte-8xx.h
81
#define
PAGE_NONE
__pgprot(_PAGE_BASE | _PAGE_NA)
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
pgtable-nommu.h
34
#define
PAGE_NONE
__pgprot(0)
macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
pgtable-prot.h
84
#define
PAGE_NONE
__pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PROT_NONE | PTE_RDONLY | PTE_NG | PTE_PXN | PTE_UXN)
macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
pgtable-prot.h
100
#define
PAGE_NONE
__pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PROT_NONE | PTE_RDONLY | PTE_NG | PTE_PXN | PTE_UXN)
macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
pgtable-bits.h
80
#define
PAGE_NONE
__pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
pgtable-bits.h
76
#define
PAGE_NONE
__pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H
A
D
pte-book3e.h
94
#define
PAGE_NONE
__pgprot(_PAGE_BASE)
macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
pgtable.h
55
#define
PAGE_NONE
__pgprot(_PAGE_PROT_NONE)
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
pgtable.h
109
#define
PAGE_NONE
__pgprot(_PAGE_PRESENT | _PAGE_USER | \
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H
A
D
pte-e500.h
93
#define
PAGE_NONE
__pgprot(_PAGE_BASE)
macro
Completed in 10 milliseconds
1
2
3