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:total_lowmem
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
init_32.c
54
phys_addr_t
total_lowmem
;
variable
85
total_lowmem
= total_memory = memblock_end_of_DRAM() - memstart_addr;
in MMU_init()
86
lowmem_end_addr = memstart_addr +
total_lowmem
;
in MMU_init()
95
if (
total_lowmem
> __max_low_memory) {
in MMU_init()
96
total_lowmem
= __max_low_memory;
in MMU_init()
97
lowmem_end_addr = memstart_addr +
total_lowmem
;
in MMU_init()
99
total_memory =
total_lowmem
;
in MMU_init()
100
memblock_enforce_memory_limit(
total_lowmem
);
in MMU_init()
H
A
D
mmu_decl.h
101
extern phys_addr_t
total_lowmem
;
H
A
D
pgtable_32.c
124
phys_addr_t top = min(end,
total_lowmem
);
in mapin_ram()
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
init_32.c
55
phys_addr_t
total_lowmem
;
variable
133
total_lowmem
= total_memory = memblock_end_of_DRAM() - memstart_addr;
in MMU_init()
134
lowmem_end_addr = memstart_addr +
total_lowmem
;
in MMU_init()
143
if (
total_lowmem
> __max_low_memory) {
in MMU_init()
144
total_lowmem
= __max_low_memory;
in MMU_init()
145
lowmem_end_addr = memstart_addr +
total_lowmem
;
in MMU_init()
147
total_memory =
total_lowmem
;
in MMU_init()
148
memblock_enforce_memory_limit(
total_lowmem
);
in MMU_init()
H
A
D
mmu_decl.h
112
extern phys_addr_t
total_lowmem
;
H
A
D
pgtable_32.c
130
phys_addr_t top = min(end,
total_lowmem
);
in mapin_ram()
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H
A
D
40x.c
96
s =
total_lowmem
;
in mmu_mapin_ram()
128
mapped =
total_lowmem
- s;
in mmu_mapin_ram()
H
A
D
fsl_booke.c
252
ram = min((phys_addr_t)__max_low_memory, (phys_addr_t)
total_lowmem
);
in adjust_total_lowmem()
262
(unsigned int)((
total_lowmem
- __max_low_memory) >> 20));
in adjust_total_lowmem()
H
A
D
44x.c
198
return
total_lowmem
;
in mmu_mapin_ram()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H
A
D
40x.c
94
s =
total_lowmem
;
in mmu_mapin_ram()
132
mapped =
total_lowmem
- s;
in mmu_mapin_ram()
H
A
D
e500.c
272
ram = min((phys_addr_t)__max_low_memory, (phys_addr_t)
total_lowmem
);
in adjust_total_lowmem()
282
(unsigned int)((
total_lowmem
- __max_low_memory) >> 20));
in adjust_total_lowmem()
H
A
D
44x.c
199
return
total_lowmem
;
in mmu_mapin_ram()
/kernel/linux/linux-5.10/arch/powerpc/mm/kasan/
H
A
D
kasan_init_32.c
145
phys_addr_t top = min(end,
total_lowmem
);
in kasan_init()
/kernel/linux/linux-6.6/arch/powerpc/mm/kasan/
H
A
D
init_32.c
145
phys_addr_t top = min(end,
total_lowmem
);
in kasan_init()
Completed in 6 milliseconds