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:max_physmem_end
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/boot/
H
A
D
mem_detect.c
11
unsigned long __bootdata(
max_physmem_end
);
163
sclp_early_get_memsize(&
max_physmem_end
);
in detect_memory()
175
if (
max_physmem_end
) {
in detect_memory()
176
add_mem_detect_block(0,
max_physmem_end
);
in detect_memory()
183
max_physmem_end
= get_mem_detect_end();
in detect_memory()
/kernel/linux/linux-6.6/arch/s390/boot/
H
A
D
physmem_info.c
158
unsigned long
max_physmem_end
= 0;
in detect_max_physmem_end()
local
160
if (!sclp_early_get_memsize(&
max_physmem_end
)) {
in detect_max_physmem_end()
163
max_physmem_end
= search_mem_end();
in detect_max_physmem_end()
166
return
max_physmem_end
;
in detect_max_physmem_end()
169
void detect_physmem_online_ranges(unsigned long
max_physmem_end
)
in detect_physmem_online_ranges()
argument
175
} else if (
max_physmem_end
) {
in detect_physmem_online_ranges()
176
add_physmem_online_range(0,
max_physmem_end
);
in detect_physmem_online_ranges()
H
A
D
startup.c
141
* 1.
max_physmem_end
- end of physical memory online or standby.
151
static void setup_ident_map_size(unsigned long
max_physmem_end
)
in setup_ident_map_size()
argument
155
ident_map_size =
max_physmem_end
;
in setup_ident_map_size()
281
unsigned long
max_physmem_end
;
in startup_kernel()
local
311
max_physmem_end
= detect_max_physmem_end();
in startup_kernel()
312
setup_ident_map_size(
max_physmem_end
);
in startup_kernel()
317
detect_physmem_online_ranges(
max_physmem_end
);
in startup_kernel()
H
A
D
boot.h
46
void detect_physmem_online_ranges(unsigned long
max_physmem_end
);
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
setup.h
95
extern unsigned long
max_physmem_end
;
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
setup.c
100
unsigned long __bootdata(
max_physmem_end
);
565
tmp = (memory_end ?:
max_physmem_end
) / PAGE_SIZE;
in setup_memory_end()
592
memory_end = min(memory_end ?:
max_physmem_end
, (unsigned long)vmemmap);
in setup_memory_end()
/kernel/linux/linux-5.10/arch/s390/mm/
H
A
D
kasan_init.c
400
kasan_early_vmemmap_populate(__sha(
max_physmem_end
),
in kasan_early_init()
Completed in 5 milliseconds