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:IOREMAP_END
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
ioremap.h
15
#define
IOREMAP_END
VMALLOC_END
macro
21
return addr >= IOREMAP_START && addr <
IOREMAP_END
;
in is_ioremap_addr()
/kernel/linux/linux-6.6/mm/
H
A
D
ioremap.c
37
IOREMAP_END
, __builtin_return_address(0));
in generic_ioremap_prot()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
fixmap.h
27
#define FIXADDR_TOP (
IOREMAP_END
+ FIXADDR_SIZE)
H
A
D
pgtable.h
163
return addr >= IOREMAP_BASE && addr <
IOREMAP_END
;
in is_ioremap_addr()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
fixmap.h
27
#define FIXADDR_TOP (
IOREMAP_END
+ FIXADDR_SIZE)
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
ioremap.c
85
area = __get_vm_area_caller(size, VM_IOREMAP, IOREMAP_START,
IOREMAP_END
, caller);
in do_ioremap()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
93
#define
IOREMAP_END
VMALLOC_END
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
59
#define
IOREMAP_END
(KERN_VIRT_START + KERN_VIRT_SIZE - FIXADDR_SIZE)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
92
#define
IOREMAP_END
VMALLOC_END
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
58
#define
IOREMAP_END
(KERN_IO_START + KERN_IO_SIZE - FIXADDR_SIZE)
macro
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H
A
D
ptdump.c
277
address_markers[i++].start_address =
IOREMAP_END
;
in populate_markers()
H
A
D
hashpagetable.c
511
address_markers[8].start_address =
IOREMAP_END
;
in populate_markers()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
169
#define
IOREMAP_END
VMALLOC_END
macro
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
hashpagetable.c
508
address_markers[8].start_address =
IOREMAP_END
;
in populate_markers()
H
A
D
ptdump.c
374
address_markers[i++].start_address =
IOREMAP_END
;
in populate_markers()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
188
#define
IOREMAP_END
VMALLOC_END
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
327
#define
IOREMAP_END
(KERN_IO_END - FIXADDR_SIZE)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
317
#define
IOREMAP_END
(KERN_IO_END - FIXADDR_SIZE)
macro
Completed in 18 milliseconds