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:boot_mem_sz
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
opal-fadump.c
135
fadump_conf->
boot_mem_sz
[i] = size;
in opal_fadump_get_config()
201
opal_fdm->rgn[i].size = cpu_to_be64(fadump_conf->
boot_mem_sz
[i]);
in opal_fadump_init_mem_struct()
204
addr += fadump_conf->
boot_mem_sz
[i];
in opal_fadump_init_mem_struct()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
opal-fadump.c
135
fadump_conf->
boot_mem_sz
[i] = size;
in opal_fadump_get_config()
201
opal_fdm->rgn[i].size = cpu_to_be64(fadump_conf->
boot_mem_sz
[i]);
in opal_fadump_init_mem_struct()
204
addr += fadump_conf->
boot_mem_sz
[i];
in opal_fadump_init_mem_struct()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
fadump.c
230
d_end = d_start + fw_dump.
boot_mem_sz
[i];
in is_fadump_boot_mem_contiguous()
276
fw_dump.boot_mem_addr[i], fw_dump.
boot_mem_sz
[i]);
in fadump_show_config()
390
fw_dump.
boot_mem_sz
[i] = rsize;
in add_boot_mem_region()
1004
end = start + fw_dump.
boot_mem_sz
[i];
in fadump_setup_crash_memory_ranges()
1046
rend = rstart + fw_dump.
boot_mem_sz
[i];
in fadump_relocate()
1134
offset += fw_dump.
boot_mem_sz
[j];
in fadump_create_elfcore_headers()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
fadump.c
237
d_end = d_start + fw_dump.
boot_mem_sz
[i];
in is_fadump_boot_mem_contiguous()
283
fw_dump.boot_mem_addr[i], fw_dump.
boot_mem_sz
[i]);
in fadump_show_config()
402
fw_dump.
boot_mem_sz
[i] = rsize;
in add_boot_mem_region()
1019
end = start + fw_dump.
boot_mem_sz
[i];
in fadump_setup_crash_memory_ranges()
1061
rend = rstart + fw_dump.
boot_mem_sz
[i];
in fadump_relocate()
1149
offset += fw_dump.
boot_mem_sz
[j];
in fadump_create_elfcore_headers()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
fadump-internal.h
97
u64
boot_mem_sz
[FADUMP_MAX_MEM_REGS];
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
fadump-internal.h
92
u64
boot_mem_sz
[FADUMP_MAX_MEM_REGS];
member
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
rtas-fadump.c
47
fadump_conf->
boot_mem_sz
[0] = be64_to_cpu(fdm->rmr_region.source_len);
in rtas_fadump_get_config()
48
fadump_conf->boot_memory_size = fadump_conf->
boot_mem_sz
[0];
in rtas_fadump_get_config()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
rtas-fadump.c
48
fadump_conf->
boot_mem_sz
[0] = be64_to_cpu(fdm->rmr_region.source_len);
in rtas_fadump_get_config()
49
fadump_conf->boot_memory_size = fadump_conf->
boot_mem_sz
[0];
in rtas_fadump_get_config()
Completed in 9 milliseconds