Searched refs:_end (Results 1 - 25 of 206) sorted by relevance

123456789

/linux-master/arch/powerpc/boot/
H A Dgamecube.c22 u32 heapsize = 16*1024*1024 - (u32)_end;
24 simple_alloc_init(_end, heapsize, 32, 64);
H A Dtreeboot-ebony.c24 unsigned long avail_ram = end_of_ram - (unsigned long)_end;
26 simple_alloc_init(_end, avail_ram, 32, 64);
H A Dmvme5100.c19 heapsize = 0x8000000 - (u32)_end; /* 128M */
20 simple_alloc_init(_end, heapsize, 32, 64);
H A Dholly.c25 u32 heapsize = 0x8000000 - (u32)_end; /* 128M */
27 simple_alloc_init(_end, heapsize, 32, 64);
H A Dmicrowatt.c13 unsigned long heapsize = 16*1024*1024 - (unsigned long)_end;
21 simple_alloc_init(_end, heapsize, 32, 64);
H A Dcuboot.c21 unsigned long avail_ram = end_of_ram - (unsigned long)_end;
28 simple_alloc_init(_end, avail_ram - 1024*1024, 32, 64);
H A Depapr.c35 if (ima_size < (unsigned long)_end)
37 " (_end=%p, ima_size=0x%lx)\n", _end, ima_size);
57 simple_alloc_init(_end, ima_size - (unsigned long)_end, 32, 64);
H A Dtreeboot-bamboo.c35 unsigned long avail_ram = end_of_ram - (unsigned long)_end;
37 simple_alloc_init(_end, avail_ram, 32, 64);
H A Dep88xc.c43 simple_alloc_init(_end, mem_size - (unsigned long)_end, 32, 64);
H A Dep8248e.c45 simple_alloc_init(_end, mem_size - (unsigned long)_end, 32, 64);
H A Dtreeboot-iss4xx.c62 unsigned long avail_ram = end_of_ram - (unsigned long)_end;
65 simple_alloc_init(_end, avail_ram, 128, 64);
H A Dredboot-83xx.c47 simple_alloc_init(_end,
48 bd.bi_memstart + bd.bi_memsize - (unsigned long)_end,
H A Dredboot-8xx.c45 simple_alloc_init(_end,
46 bd.bi_memstart + bd.bi_memsize - (unsigned long)_end,
H A DzImage.coff.lds.S44 _end = . ; define
H A DzImage.ps3.lds.S50 _end = . ; define
H A Dtreeboot-currituck.c92 avail_ram = end_of_ram - (unsigned long)_end;
94 simple_alloc_init(_end, avail_ram, 128, 64);
H A Dsimpleboot.c78 simple_alloc_init(_end, memsize64 - (unsigned long)_end, 32, 64);
/linux-master/arch/s390/boot/
H A Ddecompressor.c35 static unsigned long free_mem_ptr = (unsigned long) _end;
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)
/linux-master/drivers/pinctrl/nxp/
H A Dpinctrl-s32.h55 #define S32_PIN_RANGE(_start, _end) { .start = _start, .end = _end }
/linux-master/arch/riscv/kernel/
H A Dimage-vars.h28 __efistub__end = _end;
/linux-master/arch/s390/purgatory/
H A Dpurgatory.lds.S46 _end = .; define
/linux-master/arch/nios2/boot/compressed/
H A Dvmlinux.lds.S42 _end = . ; define
/linux-master/fs/bcachefs/
H A Dextents.h46 #define extent_entry_next_safe(_entry, _end) \
49 : _end)
285 #define __bkey_extent_entry_for_each_from(_start, _end, _entry) \
287 (_entry) < (_end); \
288 (_entry) = extent_entry_next_safe(_entry, _end))
290 #define __bkey_ptr_next(_ptr, _end) \
292 typeof(_end) _entry; \
294 __bkey_extent_entry_for_each_from(to_entry(_ptr), _end, _entry) \
298 _entry < (_end) ? entry_to_ptr(_entry) : NULL; \
307 #define __bkey_for_each_ptr(_start, _end, _pt
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dhead-64.h62 sname##_end = (end); \
94 sname##_end = (end); \
139 .if (start) + (size) > sname##_end; \
/linux-master/arch/loongarch/kernel/
H A Dvmlinux.lds.S137 _end = .; define
145 _kernel_asize = _end - _text;
147 _kernel_vsize = _end - __initdata_begin;

Completed in 223 milliseconds

123456789