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_TOP
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
init_32.c
115
ioremap_bot =
IOREMAP_TOP
;
in MMU_init()
H
A
D
mem.c
330
if (ioremap_bot !=
IOREMAP_TOP
)
in mem_init()
332
ioremap_bot,
IOREMAP_TOP
);
in mem_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
86
#define
IOREMAP_TOP
PKMAP_BASE
macro
88
#define
IOREMAP_TOP
FIXADDR_START
macro
106
* from
IOREMAP_TOP
being run into the VM area allocations (growing upwards
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
85
#define
IOREMAP_TOP
PKMAP_BASE
macro
87
#define
IOREMAP_TOP
FIXADDR_START
macro
105
* from
IOREMAP_TOP
being run into the VM area allocations (growing upwards
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
init_32.c
163
ioremap_bot =
IOREMAP_TOP
;
in MMU_init()
H
A
D
mem.c
336
if (ioremap_bot !=
IOREMAP_TOP
)
in mem_init()
338
ioremap_bot,
IOREMAP_TOP
);
in mem_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
162
#define
IOREMAP_TOP
PKMAP_BASE
macro
164
#define
IOREMAP_TOP
FIXADDR_START
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
181
#define
IOREMAP_TOP
PKMAP_BASE
macro
183
#define
IOREMAP_TOP
FIXADDR_START
macro
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H
A
D
ptdump.c
286
address_markers[i++].start_address =
IOREMAP_TOP
;
in populate_markers()
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
ptdump.c
383
address_markers[i++].start_address =
IOREMAP_TOP
;
in populate_markers()
Completed in 15 milliseconds