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:lowmem_end_addr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
init_32.c
62
phys_addr_t
lowmem_end_addr
;
variable
86
lowmem_end_addr
= memstart_addr + total_lowmem;
in MMU_init()
97
lowmem_end_addr
= memstart_addr + total_lowmem;
in MMU_init()
132
memblock_set_current_limit(
lowmem_end_addr
);
in MMU_init()
H
A
D
mem.c
173
max_low_pfn =
lowmem_end_addr
>> PAGE_SHIFT;
in mem_topology_setup()
300
highmem_mapnr =
lowmem_end_addr
>> PAGE_SHIFT;
in mem_init()
H
A
D
mmu_decl.h
103
extern phys_addr_t
lowmem_end_addr
;
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
init_32.c
63
phys_addr_t
lowmem_end_addr
;
variable
122
*
lowmem_end_addr
is initialized below.
in MMU_init()
134
lowmem_end_addr
= memstart_addr + total_lowmem;
in MMU_init()
145
lowmem_end_addr
= memstart_addr + total_lowmem;
in MMU_init()
178
memblock_set_current_limit(
lowmem_end_addr
);
in MMU_init()
H
A
D
mmu_decl.h
114
extern phys_addr_t
lowmem_end_addr
;
H
A
D
mem.c
173
max_low_pfn =
lowmem_end_addr
>> PAGE_SHIFT;
in mem_topology_setup()
305
highmem_mapnr =
lowmem_end_addr
>> PAGE_SHIFT;
in mem_init()
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H
A
D
44x.c
175
for (addr = memstart + PPC_PIN_SIZE; addr <
lowmem_end_addr
;
in mmu_mapin_ram()
233
for (addr = memstart + PPC_PIN_SIZE; addr <
lowmem_end_addr
;
in mmu_init_secondary()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H
A
D
44x.c
176
for (addr = memstart + PPC_PIN_SIZE; addr <
lowmem_end_addr
;
in mmu_mapin_ram()
234
for (addr = memstart + PPC_PIN_SIZE; addr <
lowmem_end_addr
;
in mmu_init_secondary()
Completed in 5 milliseconds