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_START
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
ioremap.h
13
#ifndef
IOREMAP_START
14
#define
IOREMAP_START
VMALLOC_START
macro
21
return addr >=
IOREMAP_START
&& addr < IOREMAP_END;
in is_ioremap_addr()
/kernel/linux/linux-6.6/mm/
H
A
D
ioremap.c
36
area = __get_vm_area_caller(size, VM_IOREMAP,
IOREMAP_START
,
in generic_ioremap_prot()
/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
92
#define
IOREMAP_START
VMALLOC_START
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
58
#define
IOREMAP_START
(ioremap_bot)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
91
#define
IOREMAP_START
VMALLOC_START
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
57
#define
IOREMAP_START
(ioremap_bot)
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
168
#define
IOREMAP_START
VMALLOC_START
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
187
#define
IOREMAP_START
VMALLOC_START
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
326
#define
IOREMAP_START
(ioremap_bot)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
316
#define
IOREMAP_START
(ioremap_bot)
macro
Completed in 11 milliseconds