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_IOREMAP
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H
A
D
io.h
35
#define
_PAGE_IOREMAP
(pgprot_val(PAGE_KERNEL) | _PAGE_CI)
macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
io.h
144
#define
_PAGE_IOREMAP
PROT_DEVICE_nGnRE
macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
io.h
31
#define
_PAGE_IOREMAP
pgprot_val(PAGE_KERNEL)
macro
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
io.h
246
#define
_PAGE_IOREMAP
pgprot_val(PAGE_KERNEL)
macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
pgtable-bits.h
95
#define
_PAGE_IOREMAP
pgprot_val(PAGE_KERNEL_SUC)
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
pgtable-bits.h
109
#define
_PAGE_IOREMAP
pgprot_val(PAGE_KERNEL_SUC)
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
io.h
174
#define
_PAGE_IOREMAP
(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
pgtable.h
67
#define
_PAGE_IOREMAP
(_PAGE_BASE | _PAGE_READ | _PAGE_VALID | \
macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
io.h
130
#define
_PAGE_IOREMAP
(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \
macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
pgtable.h
76
#define
_PAGE_IOREMAP
\
macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
io.h
299
#define
_PAGE_IOREMAP
pgprot_val(PAGE_KERNEL_NOCACHE)
macro
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
pgtable.h
125
#define
_PAGE_IOREMAP
\
macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
pgtable.h
135
#define
_PAGE_IOREMAP
_PAGE_KERNEL
macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
pgtable.h
208
#define
_PAGE_IOREMAP
((_PAGE_KERNEL & ~_PAGE_MTMASK) | _PAGE_IO)
macro
Completed in 10 milliseconds