Home
last modified time | relevance | path

Searched refs:_end (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Depapr.c35 if (ima_size < (unsigned long)_end) in platform_fixups()
37 " (_end=%p, ima_size=0x%lx)\n", _end, ima_size); in platform_fixups()
57 simple_alloc_init(_end, ima_size - (unsigned long)_end, 32, 64); in epapr_platform_init()
H A Dholly.c25 u32 heapsize = 0x8000000 - (u32)_end; /* 128M */ in platform_init()
27 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
H A Dmvme5100.c19 heapsize = 0x8000000 - (u32)_end; /* 128M */ in platform_init()
20 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
H A Dtreeboot-ebony.c24 unsigned long avail_ram = end_of_ram - (unsigned long)_end; in platform_init()
26 simple_alloc_init(_end, avail_ram, 32, 64); in platform_init()
H A Dgamecube.c22 u32 heapsize = 16*1024*1024 - (u32)_end; in platform_init()
24 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
H A Dcuboot.c21 unsigned long avail_ram = end_of_ram - (unsigned long)_end; in cuboot_init()
28 simple_alloc_init(_end, avail_ram - 1024*1024, 32, 64); in cuboot_init()
H A Dtreeboot-bamboo.c35 unsigned long avail_ram = end_of_ram - (unsigned long)_end; in platform_init()
37 simple_alloc_init(_end, avail_ram, 32, 64); in platform_init()
H A Dep8248e.c45 simple_alloc_init(_end, mem_size - (unsigned long)_end, 32, 64); in platform_init()
H A Dep88xc.c43 simple_alloc_init(_end, mem_size - (unsigned long)_end, 32, 64); in platform_init()
H A Dtreeboot-iss4xx.c62 unsigned long avail_ram = end_of_ram - (unsigned long)_end; in platform_init()
65 simple_alloc_init(_end, avail_ram, 128, 64); in platform_init()
H A Dredboot-8xx.c45 simple_alloc_init(_end, in platform_init()
46 bd.bi_memstart + bd.bi_memsize - (unsigned long)_end, in platform_init()
H A Dredboot-83xx.c47 simple_alloc_init(_end, in platform_init()
48 bd.bi_memstart + bd.bi_memsize - (unsigned long)_end, in platform_init()
/OK3568_Linux_fs/kernel/arch/s390/boot/compressed/
H A Ddecompressor.c27 extern char _end[];
37 static unsigned long free_mem_ptr = (unsigned long) _end;
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)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0017_let_st_pointer_dma_function_propagate_MemTxResult.patch30 return _end##_bits##_to_cpu(val); \
32 - static inline void st##_sname##_##_end##_dma(AddressSpace *as, \
37 - val = cpu_to_##_end##_bits(val); \
39 + static inline MemTxResult st##_sname##_##_end##_dma(AddressSpace *as, \
44 + val = cpu_to_##_end##_bits(val); \
H A D0018_let_ld_pointer_dma_function_propagate_MemTxResult.patch136 #define DEFINE_LDST_DMA(_lname, _sname, _bits, _end) \
137 - static inline uint##_bits##_t ld##_lname##_##_end##_dma(AddressSpace *as, \
143 - return _end##_bits##_to_cpu(val); \
145 + static inline MemTxResult ld##_lname##_##_end##_dma(AddressSpace *as, \
151 + _end##_bits##_to_cpus(pval); \
154 static inline MemTxResult st##_sname##_##_end##_dma(AddressSpace *as, \
H A D0016_let_ld_pointer_dma_function_take_MemTxAttrs_argument.patch119 #define DEFINE_LDST_DMA(_lname, _sname, _bits, _end) \
120 static inline uint##_bits##_t ld##_lname##_##_end##_dma(AddressSpace *as, \
128 return _end##_bits##_to_cpu(val); \
130 static inline void st##_sname##_##_end##_dma(AddressSpace *as, \
134 val = cpu_to_##_end##_bits(val); \
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dldscript.h37 LONG(_##_sec_##_end); \
42 LONG(_##_sym_##_##_sec_##_end); \
51 _##_sym_##_##_sec_##_end = ABSOLUTE(.); \
164 _end = ALIGN(0x8); \
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dhead-64.h62 sname##_end = (end); \
94 sname##_end = (end); \
143 .if (start) + (size) > sname##_end; \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/
H A Dlinux-gas.h55 register unsigned long _end __asm ("a2") = (unsigned long) (END); \
59 : "0" (_beg), "r" (_end), "r" (_flg)); \
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dkasan_init.c90 phys_addr_t _start, _end; in kasan_init() local
97 for_each_mem_range(i, &_start, &_end) { in kasan_init()
99 void *end = (void *)__va(_end); in kasan_init()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dedd.c43 extern char _end[]; in read_mbr_sig()
51 buf_base = (ds() << 4) + (u32)&_end; in read_mbr_sig()
53 mbrbuf_ptr = _end + (mbr_base-buf_base); in read_mbr_sig()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Drelocate.c267 kernel_length = (long)_end - (long)(&_text); in determine_relocation_address()
296 if ((unsigned long)loc_new < (unsigned long)&_end) { in relocation_addr_valid()
353 fdt_phys <= virt_to_phys(RELOCATED(&_end))) { in relocate_kernel()
355 RELOCATED(ALIGN((long)&_end, PAGE_SIZE)); in relocate_kernel()
/OK3568_Linux_fs/kernel/arch/h8300/boot/compressed/
H A Dmisc.c26 extern int _end;
72 free_mem_ptr = (unsigned long)&_end; in decompress_kernel()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Ddbx500-prcmu-regs.h15 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) argument
/OK3568_Linux_fs/kernel/arch/x86/boot/tools/
H A Dbuild.c69 static unsigned long _end; variable
362 PARSE_ZOFS(p, _end); in parse_zoffset()
459 if (init_sz - _end < i + _ehead) { in main()
460 init_sz = (i + _ehead + _end + 4095) & ~4095; in main()

12345678910>>...24