Home
last modified time | relevance | path

Searched refs:HEAP_SIZE (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/boot/compressed/
H A Dmisc.c48 #define HEAP_SIZE 0x400000 macro
50 #define HEAP_SIZE 0x10000 macro
136 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/kernel/linux/linux-6.6/arch/sh/boot/compressed/
H A Dmisc.c48 #define HEAP_SIZE 0x400000 macro
50 #define HEAP_SIZE 0x10000 macro
139 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
H A Dmisc.c34 #define HEAP_SIZE 0x10000 macro
73 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S29 #define HEAP_SIZE (131072*4) define
243 .long _heap + HEAP_SIZE
246 .comm _heap, HEAP_SIZE
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S30 #define HEAP_SIZE (131072*4) define
247 .long _heap + HEAP_SIZE
250 .comm _heap, HEAP_SIZE
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
H A Dmisc.c90 #define HEAP_SIZE 0x10000 macro
167 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/
H A Dmisc.c90 #define HEAP_SIZE 0x10000 macro
167 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/kernel/linux/linux-5.10/lib/zlib_deflate/
H A Ddefutil.h29 #define HEAP_SIZE (2*L_CODES+1) macro
170 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
H A Ddeftree.c378 for (h = s->heap_max+1; h < HEAP_SIZE; h++) { in gen_bitlen()
413 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all in gen_bitlen()
500 s->heap_len = 0, s->heap_max = HEAP_SIZE; in build_tree()
/kernel/linux/linux-6.6/lib/zlib_deflate/
H A Ddefutil.h29 #define HEAP_SIZE (2*L_CODES+1) macro
170 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
H A Ddeftree.c378 for (h = s->heap_max+1; h < HEAP_SIZE; h++) { in gen_bitlen()
413 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all in gen_bitlen()
500 s->heap_len = 0, s->heap_max = HEAP_SIZE; in build_tree()
/kernel/linux/linux-5.10/arch/alpha/boot/
H A Dmisc.c99 #define HEAP_SIZE 0x3000 macro
/kernel/linux/linux-6.6/arch/alpha/boot/
H A Dmisc.c97 #define HEAP_SIZE 0x3000 macro

Completed in 8 milliseconds