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_HEAP_SIZE
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/boot/
H
A
D
decompressor.c
28
#define
BOOT_HEAP_SIZE
0x400000
macro
30
#define
BOOT_HEAP_SIZE
0x30000
macro
32
#define
BOOT_HEAP_SIZE
0x10000
macro
36
static unsigned long free_mem_end_ptr = (unsigned long) _end +
BOOT_HEAP_SIZE
;
66
#define decompress_offset ALIGN((unsigned long)_end +
BOOT_HEAP_SIZE
, PAGE_SIZE)
/kernel/linux/linux-5.10/arch/s390/boot/compressed/
H
A
D
decompressor.c
32
#define
BOOT_HEAP_SIZE
0x400000
macro
34
#define
BOOT_HEAP_SIZE
0x10000
macro
38
static unsigned long free_mem_end_ptr = (unsigned long) _end +
BOOT_HEAP_SIZE
;
64
#define decompress_offset ALIGN((unsigned long)_end +
BOOT_HEAP_SIZE
, PAGE_SIZE)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
boot.h
28
# define
BOOT_HEAP_SIZE
0x400000
macro
35
# define
BOOT_HEAP_SIZE
0x30000
macro
37
# define
BOOT_HEAP_SIZE
0x10000
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
boot.h
28
# define
BOOT_HEAP_SIZE
0x400000
macro
35
# define
BOOT_HEAP_SIZE
0x30000
macro
37
# define
BOOT_HEAP_SIZE
0x10000
macro
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H
A
D
Makefile
11
BOOT_HEAP_SIZE
:= 0x400000
macro
25
-DBOOT_HEAP_SIZE=$(
BOOT_HEAP_SIZE
) \
30
-DBOOT_HEAP_SIZE=$(
BOOT_HEAP_SIZE
) \
H
A
D
decompress.c
97
free_mem_end_ptr = boot_heap_start +
BOOT_HEAP_SIZE
;
in decompress_kernel()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H
A
D
loongarch-stub.c
12
#define
BOOT_HEAP_SIZE
0x400000
macro
20
static unsigned char efi_heap[
BOOT_HEAP_SIZE
];
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
H
A
D
Makefile
18
BOOT_HEAP_SIZE
:= 0x400000
macro
31
-DBOOT_HEAP_SIZE=$(
BOOT_HEAP_SIZE
) -D"VMLINUX_LOAD_ADDRESS_ULL=$(VMLINUX_LOAD_ADDRESS)ull"
34
-DBOOT_HEAP_SIZE=$(
BOOT_HEAP_SIZE
) \
H
A
D
head.S
55
.comm .heap,
BOOT_HEAP_SIZE
,4
H
A
D
decompress.c
105
free_mem_end_ptr = boot_heap_start +
BOOT_HEAP_SIZE
;
in decompress_kernel()
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H
A
D
Makefile
18
BOOT_HEAP_SIZE
:= 0x400000
macro
31
-DBOOT_HEAP_SIZE=$(
BOOT_HEAP_SIZE
) -D"VMLINUX_LOAD_ADDRESS_ULL=$(VMLINUX_LOAD_ADDRESS)ull"
34
-DBOOT_HEAP_SIZE=$(
BOOT_HEAP_SIZE
) \
H
A
D
decompress.c
107
free_mem_end_ptr = boot_heap_start +
BOOT_HEAP_SIZE
;
in decompress_kernel()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H
A
D
misc.c
335
static u8 boot_heap[
BOOT_HEAP_SIZE
] __aligned(4);
425
free_mem_end_ptr = heap +
BOOT_HEAP_SIZE
;
in extract_kernel()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H
A
D
head_32.S
222
.fill
BOOT_HEAP_SIZE
, 1, 0
H
A
D
misc.c
382
free_mem_end_ptr = heap +
BOOT_HEAP_SIZE
;
in extract_kernel()
H
A
D
head_64.S
895
SYM_DATA_LOCAL(boot_heap, .fill
BOOT_HEAP_SIZE
, 1, 0)
Completed in 8 milliseconds