/linux-4.4.14/arch/powerpc/boot/ |
D | epapr.c | 38 if (ima_size < (unsigned long)_end) in platform_fixups() 40 " (_end=%p, ima_size=0x%lx)\n", _end, ima_size); in platform_fixups() 60 simple_alloc_init(_end, ima_size - (unsigned long)_end, 32, 64); in epapr_platform_init()
|
D | holly.c | 28 u32 heapsize = 0x8000000 - (u32)_end; /* 128M */ in platform_init() 30 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
|
D | mvme5100.c | 23 heapsize = 0x8000000 - (u32)_end; /* 128M */ in platform_init() 24 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
|
D | treeboot-ebony.c | 27 unsigned long avail_ram = end_of_ram - (unsigned long)_end; in platform_init() 29 simple_alloc_init(_end, avail_ram, 32, 64); in platform_init()
|
D | gamecube.c | 27 u32 heapsize = 16*1024*1024 - (u32)_end; in platform_init() 29 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
|
D | cuboot.c | 24 unsigned long avail_ram = end_of_ram - (unsigned long)_end; in cuboot_init() 31 simple_alloc_init(_end, avail_ram - 1024*1024, 32, 64); in cuboot_init()
|
D | treeboot-bamboo.c | 38 unsigned long avail_ram = end_of_ram - (unsigned long)_end; in platform_init() 40 simple_alloc_init(_end, avail_ram, 32, 64); in platform_init()
|
D | ep88xc.c | 46 simple_alloc_init(_end, mem_size - (unsigned long)_end, 32, 64); in platform_init()
|
D | ep8248e.c | 48 simple_alloc_init(_end, mem_size - (unsigned long)_end, 32, 64); in platform_init()
|
D | treeboot-iss4xx.c | 66 unsigned long avail_ram = end_of_ram - (unsigned long)_end; in platform_init() 69 simple_alloc_init(_end, avail_ram, 128, 64); in platform_init()
|
D | redboot-8xx.c | 48 simple_alloc_init(_end, in platform_init() 49 bd.bi_memstart + bd.bi_memsize - (unsigned long)_end, in platform_init()
|
D | redboot-83xx.c | 50 simple_alloc_init(_end, in platform_init() 51 bd.bi_memstart + bd.bi_memsize - (unsigned long)_end, in platform_init()
|
D | ep405.c | 66 simple_alloc_init(_end, mem_size - (unsigned long)_end, 32, 64); in platform_init()
|
D | treeboot-walnut.c | 77 unsigned long avail_ram = end_of_ram - (unsigned long) _end; in platform_init() 79 simple_alloc_init(_end, avail_ram, 32, 32); in platform_init()
|
D | treeboot-currituck.c | 96 avail_ram = end_of_ram - (unsigned long)_end; in platform_init() 98 simple_alloc_init(_end, avail_ram, 128, 64); in platform_init()
|
D | simpleboot.c | 81 simple_alloc_init(_end, memsize64 - (unsigned long)_end, 32, 64); in platform_init()
|
D | treeboot-akebono.c | 140 avail_ram = end_of_ram - (unsigned long)_end; in platform_init() 142 simple_alloc_init(_end, avail_ram, 128, 64); in platform_init()
|
D | wii.c | 142 u32 heapsize = 24*1024*1024 - (u32)_end; in platform_init() 144 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
|
D | ps3.c | 124 const u32 heapsize = 0x1000000 - (u32)_end; /* 16MiB */ in platform_init() 135 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
|
D | zImage.coff.lds.S | 43 _end = . ; symbol
|
D | zImage.ps3.lds.S | 49 _end = . ; symbol
|
D | zImage.lds.S | 87 _end = . ; symbol
|
D | of.c | 37 claim_base = _ALIGN_UP((unsigned long)_end, ONE_MB); in of_try_claim()
|
D | crt0.S | 32 p_end: .llong _end 44 p_end: .long _end
|
D | main.c | 69 if ((unsigned long)_end < ei.memsize) in prep_kernel()
|
D | oflib.c | 181 unsigned long start = (unsigned long)_start, end = (unsigned long)_end; in of_vmlinux_alloc()
|
D | ops.h | 246 extern char _end[];
|
/linux-4.4.14/arch/x86/xen/ |
D | xen-asm.h | 7 #define ENDPATCH(x) .globl x##_end; x##_end=.
|
D | xen-ops.h | 132 extern char name##_end[] __visible; \
|
/linux-4.4.14/arch/cris/kernel/ |
D | setup.c | 34 extern char _etext, _edata, _end; 86 memory_start = (unsigned long) &_end; in setup_arch() 98 init_mm.brk = (unsigned long) &_end; in setup_arch()
|
D | vmlinux.lds.S | 126 _end = .; symbol
|
/linux-4.4.14/arch/s390/boot/compressed/ |
D | misc.c | 29 extern char _text, _end; 147 output_addr = ((unsigned long) &_end + HEAP_SIZE + 4095UL) & -4096UL; in decompress_kernel() 150 free_mem_ptr = (unsigned long)&_end; in decompress_kernel()
|
D | vmlinux.lds.S | 49 _end = .; symbol
|
/linux-4.4.14/arch/h8300/boot/compressed/ |
D | misc.c | 25 extern int _end; 65 free_mem_ptr = (unsigned long)&_end; in decompress_kernel()
|
D | vmlinux.lds | 31 _end = . ; symbol
|
/linux-4.4.14/arch/arm64/kernel/ |
D | image.h | 61 _kernel_size_le = DATA_LE64(_end - _text); \ 93 __efistub__end = _end;
|
D | head.S | 52 #define KERNEL_END _end 124 .long _end - stext // SizeOfCode 142 .long _end - efi_head // SizeOfImage 189 .long _end - stext // VirtualSize
|
D | setup.c | 206 kernel_data.end = virt_to_phys(_end - 1); in request_standard_resources() 299 init_mm.brk = (unsigned long) _end; in setup_arch()
|
D | vmlinux.lds.S | 174 _end = .; symbol
|
/linux-4.4.14/arch/x86/boot/ |
D | edd.c | 45 extern char _end[]; in read_mbr_sig() 53 buf_base = (ds() << 4) + (u32)&_end; in read_mbr_sig() 55 mbrbuf_ptr = _end + (mbr_base-buf_base); in read_mbr_sig()
|
D | setup.ld | 52 _end = .; symbol 59 . = ASSERT(_end <= 0x8000, "Setup too big!");
|
D | main.c | 21 char *HEAP = _end; 22 char *heap_end = _end; /* Default end of heap = no heap */
|
D | boot.h | 195 extern char _end[]; 198 #define RESET_HEAP() ((void *)( HEAP = _end ))
|
D | header.S | 473 movw $_end, %dx
|
/linux-4.4.14/drivers/mfd/ |
D | dbx500-prcmu-regs.h | 16 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) argument
|
/linux-4.4.14/arch/sh/boot/compressed/ |
D | misc.c | 42 extern int _end; 130 free_mem_ptr = (unsigned long)&_end; in decompress_kernel()
|
D | head_64.S | 130 movi datalabel _end, r23
|
D | head_32.S | 92 .long _end
|
/linux-4.4.14/arch/m68k/kernel/ |
D | vmlinux-std.lds | 50 /* This ALIGN be in a section so that _end is at the end of the 56 _end = . ; symbol
|
D | vmlinux-sun3.lds | 49 _end = . ; symbol
|
D | vmlinux-nommu.lds | 83 _end = .; symbol
|
D | setup_mm.c | 236 m68k_parse_bootinfo((const struct bi_record *)_end); in setup_arch() 271 init_mm.brk = (unsigned long)_end; in setup_arch()
|
/linux-4.4.14/arch/x86/kernel/ |
D | vmlinux.lds.S | 328 _end = .; symbol 343 . = ASSERT((_end - LOAD_OFFSET <= KERNEL_IMAGE_SIZE), 357 . = ASSERT((_end - _text <= KERNEL_IMAGE_SIZE),
|
D | head_32.S | 202 movl $pa(_end) + MAPPING_BEYOND_END + PTE_IDENT_ATTR, %ebp 234 movl $pa(_end) + MAPPING_BEYOND_END + PTE_IDENT_ATTR, %ebp
|
D | head_64.S | 130 leaq (_end - 1)(%rip), %rcx
|
D | crash.c | 477 phdr->p_filesz = phdr->p_memsz = _end - _text; in prepare_elf64_headers()
|
D | setup.c | 770 u64 size = __pa_symbol(_end) - start; in e820_add_kernel_range()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | setup.c | 146 memory_start = PAGE_ALIGN((unsigned long)__pa(_end)); in setup_arch() 152 init_mm.brk = (unsigned long) _end; in setup_arch()
|
D | vmlinux.lds.S | 68 _end = .; symbol
|
/linux-4.4.14/arch/alpha/boot/ |
D | bootp.c | 129 extern char _end; 131 ((((unsigned long)&_end) + 511) & ~511)
|
D | main.c | 123 extern char _end; in load() 124 long result, boot_size = &_end - (char *) BOOT_ADDR; in load()
|
D | bootloader.lds | 18 _end = . ; symbol
|
D | bootpz.c | 178 extern char _end; 180 ((((unsigned long)&_end) + 511) & ~511)
|
/linux-4.4.14/include/linux/ |
D | kmemcheck.h | 68 int name##_end[0]; 77 _n = (long) &((ptr)->name##_end) \
|
/linux-4.4.14/arch/arc/mm/ |
D | init.c | 103 init_mm.brk = (unsigned long)_end; in setup_arch_memory() 132 memblock_reserve(low_mem_start, __pa(_end) - low_mem_start); in setup_arch_memory()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | vmlinux.lds.S | 49 LONG(sym ## _end); \ 73 sym ## _end = ABSOLUTE(.); \ 299 _end = .; symbol
|
D | setup.c | 305 extern char _end; 474 mem_reserve(__pa(&_stext),__pa(&_end), 1); in setup_arch()
|
/linux-4.4.14/arch/nios2/boot/compressed/ |
D | misc.c | 99 extern int _end; 179 free_mem_ptr = (unsigned long)&_end; in decompress_kernel()
|
D | vmlinux.lds.S | 55 _end = . ; symbol
|
D | head.S | 63 movia r1, _end /* the .bss and _end. */
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | accel_2d.c | 329 unsigned long _end = jiffies + HZ; in psbfb_sync() local 345 } while (busy && !time_after_eq(jiffies, _end)); in psbfb_sync() 356 } while (busy && !time_after_eq(jiffies, _end)); in psbfb_sync()
|
/linux-4.4.14/arch/m32r/kernel/ |
D | setup.c | 41 extern char _end[]; 140 start_pfn = PFN_UP( __pa(_end) ); in setup_memory() 260 init_mm.brk = (unsigned long) _end; in setup_arch()
|
D | head.S | 29 .global _end 53 LDIMM (r3, _end) 82 LDIMM (r3, _end)
|
D | vmlinux.lds.S | 64 _end = . ; symbol
|
/linux-4.4.14/arch/m32r/mm/ |
D | discontig.c | 19 extern char _end[]; 50 mp->free_pfn = PFN_UP(__pa(_end)); in mem_prof_init()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | sections.h | 44 addr < (unsigned long)_end; in arch_is_kernel_data()
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | decompress_v32.lds | 28 _end = ALIGN( 0x10 ) ; symbol
|
D | decompress_v10.lds | 28 _end = ALIGN( 0x10 ) ; symbol
|
D | head_v10.S | 82 ;; Clear the decompressors BSS (between _edata and _end) 86 move.d _end, $r2
|
D | misc.c | 119 extern int _end; 120 static long free_mem_ptr = (long)&_end;
|
/linux-4.4.14/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 163 #define MTK_PIN_IES_SMT_SPEC(_start, _end, _offset, _bit) \ argument 166 .end = _end, \
|
/linux-4.4.14/arch/s390/kernel/ |
D | early.c | 116 end_pfn = PFN_UP(__pa(&_end)); in create_kernel_nss() 204 end_pfn = PFN_UP(__pa(&_end)); in init_kernel_storage_key() 369 unsigned long min_initrd_addr = (unsigned long) _end + (4UL << 20); in rescue_initrd()
|
D | vmlinux.lds.S | 85 _end = . ; symbol
|
D | setup.c | 649 unsigned long start_pfn = PFN_UP(__pa(&_end)); in reserve_kernel() 842 init_mm.brk = (unsigned long) &_end; in setup_arch()
|
D | kprobes.c | 99 return addr < (void *)_end; in is_kernel_addr()
|
D | head.S | 255 .Linitrd:.long _end # default address of initrd
|
/linux-4.4.14/include/asm-generic/ |
D | sections.h | 33 extern char _end[];
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | head.S | 75 r1.l = #LO(_end); 80 r1.h = #HI(_end);
|
D | vmlinux.lds.S | 71 _end = .; symbol
|
D | setup.c | 76 if (*(int *)((unsigned long)_end + 8) == 0x1f1f1f1f) in setup_arch()
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | vmlinux.lds.S | 56 _end = .; symbol
|
D | setup.c | 204 kernel_data.end = virt_to_phys(_end - 1); in request_standard_resources() 247 init_mm.brk = (unsigned long) _end; in setup_arch()
|
D | head.S | 34 #define KERNEL_END _end 201 .long _end @ r7
|
/linux-4.4.14/arch/score/kernel/ |
D | vmlinux.lds.S | 89 _end = .; symbol
|
D | head.S | 37 la r31, _end
|
D | setup.c | 49 start_pfn = PFN_UP(__pa(&_end)); in bootmem_init()
|
/linux-4.4.14/arch/mips/ar7/ |
D | memory.c | 38 u32 *kernel_end = (u32 *)KSEG1ADDR(CPHYSADDR((u32)&_end)); in memsize()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | vmlinux.lds.S | 65 _end = .; symbol
|
D | setup.c | 94 free_ram_start_pfn = PFN_UP(__pa(_end)); in bootmem_init()
|
/linux-4.4.14/arch/xtensa/boot/boot-redboot/ |
D | boot.ld | 54 _end = .; symbol
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | setup.c | 118 init_mm.brk = (unsigned long) &_end; in setup_arch() 127 free_pfn = PFN_UP(__pa(&_end)); in setup_arch()
|
D | vmlinux.lds.S | 81 _end = . ; symbol
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | machine_kexec.c | 169 if (overlaps_crashkernel(__pa(_stext), _end - _stext)) { in reserve_crashkernel() 273 kernel_end = cpu_to_be_ulong(__pa(_end)); in kexec_setup()
|
D | machine_kexec_64.c | 43 if (image->segment[i].mem < __pa(_end)) in default_machine_kexec_prepare() 66 if (image->segment[i].mem < __pa(_end)) in default_machine_kexec_prepare()
|
D | vmlinux.lds.S | 266 _end = . ; symbol
|
D | setup-common.c | 82 unsigned long klimit = (unsigned long) _end;
|
D | head_64.S | 533 p_end: .llong _end - _stext
|
D | entry_32.S | 276 lis r12,_end@h 277 ori r12,r12,_end@l
|
/linux-4.4.14/arch/alpha/kernel/ |
D | vmlinux.lds.S | 64 _end = .; symbol
|
D | setup.c | 509 extern char _end[]; in setup_arch() 514 void *kernel_end = _end; /* end of kernel */ in setup_arch()
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | vmlinux.lds.S | 107 _end = .; symbol
|
D | setup.c | 79 free_ram_start_pfn = PFN_UP(__pa(_end)); in setup_memory() 295 init_mm.brk = (unsigned long)_end; in setup_arch()
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 73 _end = .; symbol
|
/linux-4.4.14/arch/avr32/kernel/ |
D | vmlinux.lds.S | 79 _end = .; symbol
|
D | setup.c | 561 init_mm.brk = (unsigned long)_end; in setup_arch()
|
/linux-4.4.14/arch/cris/boot/rescue/ |
D | rescue_v32.lds | 34 _end = ALIGN( 0x10 ) ; symbol
|
/linux-4.4.14/arch/um/kernel/ |
D | um_arch.c | 288 diff = UML_ROUND_UP(brk_start) - UML_ROUND_UP(&_end); in linux_main() 292 physmem_size += UML_ROUND_UP(brk_start) - UML_ROUND_UP(&_end); in linux_main()
|
D | uml.lds.S | 103 _end = .; symbol
|
D | dyn.lds.S | 160 _end = .; symbol
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | arm64-stub.c | 42 kernel_memsize = kernel_size + (_end - _edata); in handle_kernel_image()
|
/linux-4.4.14/arch/avr32/boot/u-boot/ |
D | head.S | 71 .long _end
|
/linux-4.4.14/arch/tile/kernel/ |
D | vmlinux.lds.S | 84 _end = . ; symbol
|
D | setup.c | 544 min_low_pfn = PFN_UP((unsigned long)_end - PAGE_OFFSET); in setup_memory() 1482 init_mm.brk = (unsigned long) _end; in setup_arch() 1721 data_resource.end = __pa(_end)-1; in request_standard_resources()
|
/linux-4.4.14/arch/mips/boot/compressed/ |
D | ld.script | 46 _end = .; symbol
|
D | head.S | 46 PTR_LA a2, _end
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 75 _end = .; symbol
|
D | head.S | 508 cmphs r3, r1 @ _end < entry 574 .word _end @ r3 580 .word _end - restart + 16384 + 1024*1024
|
/linux-4.4.14/arch/microblaze/boot/ |
D | Makefile | 25 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \
|
/linux-4.4.14/arch/sh/kernel/ |
D | vmlinux.lds.S | 81 _end = . ; symbol
|
D | setup.c | 269 init_mm.brk = (unsigned long) _end; in setup_arch()
|
D | head_32.S | 338 4: .long _end
|
D | head_64.S | 323 movi _end, r23
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
D | vdso.lds.S | 58 _end = .; symbol
|
/linux-4.4.14/arch/mips/vdso/ |
D | vdso.lds.S | 61 _end = .; symbol
|
/linux-4.4.14/arch/parisc/kernel/ |
D | vmlinux.lds.S | 143 _end = . ; symbol
|
D | cache.c | 359 size = (unsigned long)(_end - _text); in parisc_setup_cache_timing() 389 while (start < (unsigned long) _end) { in parisc_setup_cache_timing()
|
/linux-4.4.14/arch/frv/kernel/ |
D | vmlinux.lds.S | 120 _end = . ; symbol
|
D | head.S | 407 sethi.p %hi(_end),gr5 408 setlo %lo(_end),gr5
|
D | setup.c | 809 init_mm.brk = (unsigned long) &_end; in setup_arch()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | vmlinux.lds.S | 143 _end = .; symbol
|
D | setup.c | 320 PAGE_ALIGN((unsigned long)&_end - PAGE_OFFSET)); in setup_arch() 337 memory_start = PAGE_ALIGN((unsigned int) &_end); in setup_arch()
|
/linux-4.4.14/arch/microblaze/mm/ |
D | init.c | 40 char *klimit = _end; 364 ksize = PAGE_ALIGN(((u32)_end - (u32)CONFIG_KERNEL_START)); in mmu_init()
|
/linux-4.4.14/arch/sparc/mm/ |
D | init_32.c | 148 start_pfn = (unsigned long)__pa(PAGE_ALIGN((unsigned long) &_end)); in bootmem_init() 170 if (sparc_ramdisk_image >= (unsigned long)&_end - 2 * PAGE_SIZE) in bootmem_init()
|
D | init_64.c | 1445 addr < (unsigned long)&_end) in kern_addr_valid() 2109 kern_size = (unsigned long)&_end - (unsigned long)KERNBASE; in paging_init() 2183 real_end = (unsigned long)_end; in paging_init() 2883 bss_resource.end = compute_kern_paddr(_end - 1); in kernel_lds_init()
|
/linux-4.4.14/arch/arc/kernel/ |
D | vmlinux.lds.S | 140 _end = . ; symbol
|
D | setup.c | 368 if (addr >= (unsigned long)_stext && addr <= (unsigned long)_end) in is_kernel()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | vmlinux.lds.S | 155 _end = . ; symbol
|
D | head_64.S | 82 .word _end 301 set (_end - KERNBASE), %l3 688 sethi %hi(_end), %o1 689 or %o1, %lo(_end), %o1
|
D | head_32.S | 89 .word _end 521 set _end , %o1 ! Last address of BSS
|
D | leon_pci_grpci1.c | 429 ahbadr = 0xf0000000 & (u32)__pa(PAGE_ALIGN((unsigned long) &_end)); in grpci1_hw_init()
|
D | leon_pci_grpci2.c | 623 (unsigned long) &_end)); in grpci2_hw_init()
|
/linux-4.4.14/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 56 _end = .; symbol
|
D | head.S | 164 .word _end @ r3
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
D | ip27-klnuma.c | 126 offset = PAGE_ALIGN((unsigned long)(&_end)) - loadbase; in node_getfirstfree()
|
/linux-4.4.14/arch/parisc/mm/ |
D | init.c | 270 bootmap_start_pfn = PAGE_ALIGN(__pa((unsigned long) &_end)) >> PAGE_SHIFT; in setup_bootmem() 331 (unsigned long)(_end - KERNEL_BINARY_TEXT_START), in setup_bootmem() 370 data_resource.end = virt_to_phys(_end) - 1; in setup_bootmem() 416 kernel_end = __pa((unsigned long)&_end); in map_pages()
|
/linux-4.4.14/arch/sparc/boot/ |
D | Makefile | 18 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@
|
/linux-4.4.14/arch/mips/kernel/ |
D | vmlinux.lds.S | 164 _end = . ; symbol
|
D | setup.c | 317 reserved_end = (unsigned long) PFN_UP(__pa_symbol(&_end)); in bootmem_init()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | vmlinux.lds.S | 137 _end = .; symbol
|
D | head.S | 181 addik r12, r0, _end
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 30 _end = . ; symbol
|
/linux-4.4.14/arch/x86/mm/ |
D | kasan_init_64.c | 117 (unsigned long)kasan_mem_to_shadow(_end), in kasan_init()
|
D | init.c | 597 unsigned long kernel_end = __pa_symbol(_end); in init_mem_mapping()
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 48 _end = .; symbol
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 48 _end = .; symbol
|
/linux-4.4.14/arch/hexagon/mm/ |
D | init.c | 34 #define bootmem_startpg (PFN_UP(((unsigned long) _end) - PAGE_OFFSET + PHYS_OFFSET))
|
/linux-4.4.14/arch/powerpc/kernel/vdso32/ |
D | vdso32.lds.S | 66 _end = .; symbol
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
D | vdso64.lds.S | 66 _end = .; symbol
|
/linux-4.4.14/kernel/ |
D | kallsyms.c | 73 if (addr >= (unsigned long)_stext && addr <= (unsigned long)_end) in is_kernel() 259 symbol_end = (unsigned long)_end; in get_symbol_pos()
|
/linux-4.4.14/arch/arm/mm/ |
D | pv-fixup-asm.S | 32 ldr r6, =(_end - 1)
|
D | init.c | 234 memblock_reserve(__pa(_sdata), _end - _sdata); in arm_memblock_init() 236 memblock_reserve(__pa(_stext), _end - _stext); in arm_memblock_init()
|
/linux-4.4.14/arch/m68k/sun3/ |
D | config.c | 152 memory_start = ((((unsigned long)_end) + 0x2000) & ~0x1fff); in config_sun3()
|
/linux-4.4.14/arch/tile/mm/ |
D | init.c | 269 if (address >= (ulong) _end || address < (ulong) __init_end) in init_pgprot() 284 BUG_ON(address < page || address >= (ulong)_end); in init_pgprot() 629 return pagenr < kaddr_to_pfn(_end) && in devmem_is_allowed()
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | quirks.c | 160 && start <= __pa_symbol(_end)) || in efi_reserve_boot_services()
|
D | efi_64.c | 186 npages = (_end - _text) >> PAGE_SHIFT; in efi_setup_page_tables()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | vmlinux.lds.S | 217 _end = .; symbol
|
D | setup.c | 247 bss_resource.end = ia64_tpa(_end) - 1; in register_memory() 358 rsvd_region[n].end = (unsigned long) ia64_imva(_end); in reserve_memory()
|
/linux-4.4.14/arch/arm/kernel/ |
D | vmlinux.lds.S | 334 _end = .; symbol
|
D | head-common.S | 113 .long _end @ r7
|
D | setup.c | 777 kernel_data.end = virt_to_phys(_end - 1); in request_standard_resources() 953 init_mm.brk = (unsigned long) _end; in setup_arch()
|
D | head-nommu.S | 72 ldr r6, =(_end) @ Cover whole kernel
|
D | head.S | 248 ldr r6, =(_end - 1)
|
/linux-4.4.14/arch/s390/mm/ |
D | dump_pagetables.c | 27 [KERNEL_END_NR] = {(unsigned long)&_end, "Kernel Image End"},
|
/linux-4.4.14/mm/kasan/ |
D | report.c | 104 if (addr >= (void *)_stext && addr < (void *)_end) in kernel_or_module_addr()
|
/linux-4.4.14/arch/arm64/mm/ |
D | init.c | 168 memblock_reserve(__pa(_text), _end - _text); in arm64_memblock_init()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | setup.c | 563 _ramstart = (unsigned long)_end; in memory_setup() 641 _end, mtd_size, (void *)memory_mtd_start); in memory_setup() 642 dma_memcpy((void *)uclinux_ram_map.phys, _end, uclinux_ram_map.size); in memory_setup()
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha1_avx2_x86_64_asm.S | 485 jmp _end 617 _end: label
|
/linux-4.4.14/arch/mips/loongson64/loongson-3/ |
D | numa.c | 194 freepfn = PFN_UP(__pa_symbol(&_end)); /* kernel end address */ in node_mem_init()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 291 move.d _end, $r1 348 ;; Clear BSS region, from _bss_start to _end 351 move.d _end, $r1
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | setup.c | 936 __pa_symbol(&_end), -1, in plat_mem_setup() 1011 kernel_size = _end - _text; in plat_mem_setup()
|
/linux-4.4.14/arch/unicore32/mm/ |
D | init.c | 253 memblock_reserve(__pa(_text), _end - _text); in uc32_memblock_init()
|
/linux-4.4.14/arch/mips/pmcs-msp71xx/ |
D | msp_prom.c | 494 mdesc[i].size = CPHYSADDR(PAGE_ALIGN((u32)_end)) - mdesc[i].base; in prom_getmdesc()
|
/linux-4.4.14/arch/sh/mm/ |
D | init.c | 298 start_pfn = PFN_UP(__pa(_end)); in early_reserve_mem()
|
/linux-4.4.14/sound/core/ |
D | pcm_native.c | 753 goto _end; in snd_pcm_status() 797 _end: in snd_pcm_status() 1834 goto _end; in snd_pcm_link() 1838 goto _end; in snd_pcm_link() 1852 _end: in snd_pcm_link() 1879 goto _end; in snd_pcm_unlink() 1891 _end: in snd_pcm_unlink()
|
D | timer.c | 1689 goto _end; in snd_timer_user_params() 1694 goto _end; in snd_timer_user_params() 1711 goto _end; in snd_timer_user_params() 1765 _end: in snd_timer_user_params()
|
D | pcm_lib.c | 1882 goto _end; in snd_pcm_period_elapsed() 1888 _end: in snd_pcm_period_elapsed()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | head.S | 315 move.d _end, $r1 ; start of cramfs -> r1
|
/linux-4.4.14/fs/proc/ |
D | kcore.c | 598 kclist_add(&kcore_text, _text, _end - _text, KCORE_TEXT); in proc_kcore_text_init()
|
/linux-4.4.14/mm/ |
D | kmemleak.c | 1166 static void scan_block(void *_start, void *_end, in scan_block() argument 1171 unsigned long *end = _end - (BYTES_PER_POINTER - 1); in scan_block()
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_oss.c | 434 goto _end; in snd_pcm_hw_param_near() 436 goto _end; in snd_pcm_hw_param_near() 446 goto _end; in snd_pcm_hw_param_near() 462 _end: in snd_pcm_hw_param_near()
|