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:crash_max
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/mm/
H
A
D
init.c
133
unsigned long long
crash_max
= CRASH_ADDR_LOW_MAX;
in reserve_crashkernel()
local
162
crash_max
= CRASH_ADDR_HIGH_MAX;
in reserve_crashkernel()
175
crash_max
= crash_base + crash_size;
in reserve_crashkernel()
180
search_base,
crash_max
);
in reserve_crashkernel()
196
if (!high &&
crash_max
== CRASH_ADDR_LOW_MAX) {
in reserve_crashkernel()
197
crash_max
= CRASH_ADDR_HIGH_MAX;
in reserve_crashkernel()
207
if (high &&
crash_max
== CRASH_ADDR_HIGH_MAX) {
in reserve_crashkernel()
208
crash_max
= CRASH_ADDR_LOW_MAX;
in reserve_crashkernel()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
setup.c
1019
unsigned long long
crash_max
= idmap_to_phys((u32)~0);
in reserve_crashkernel()
local
1021
if (
crash_max
> lowmem_max)
in reserve_crashkernel()
1022
crash_max
= lowmem_max;
in reserve_crashkernel()
1025
CRASH_ALIGN,
crash_max
);
in reserve_crashkernel()
1031
unsigned long long
crash_max
= crash_base + crash_size;
in reserve_crashkernel()
local
1035
crash_base,
crash_max
);
in reserve_crashkernel()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
setup.c
1011
unsigned long long
crash_max
= idmap_to_phys((u32)~0);
in reserve_crashkernel()
local
1013
if (
crash_max
> lowmem_max)
in reserve_crashkernel()
1014
crash_max
= lowmem_max;
in reserve_crashkernel()
1015
crash_base = memblock_find_in_range(CRASH_ALIGN,
crash_max
,
in reserve_crashkernel()
Completed in 4 milliseconds