Home
last modified time | relevance | path

Searched refs:__bss_stop (Results 1 – 43 of 43) sorted by relevance

/linux-4.4.14/arch/microblaze/kernel/
Dsetup.c124 memmove(&__bss_stop, (int *)romfs_base, romfs_size); in machine_early_init()
130 memset(__bss_start, 0, __bss_stop-__bss_start); in machine_early_init()
161 romfs_size, romfs_base, (unsigned)&__bss_stop); in machine_early_init()
Dvmlinux.lds.S134 __bss_stop = . ; symbol
/linux-4.4.14/arch/m68k/68000/
Dhead.S194 lea __bss_stop,%a1
207 lea __bss_stop, %a1 /* set up destination */
227 lea __bss_stop, %a1 /* get end of bss */
/linux-4.4.14/arch/m68k/coldfire/
Dhead.S234 lea __bss_stop,%a1 /* set up destination */
252 lea __bss_stop,%a1
261 lea __bss_stop,%a1 /* get end of bss */
/linux-4.4.14/arch/c6x/kernel/
Dhead.S22 MVKL .S2 __bss_stop,B6
23 MVKH .S2 __bss_stop,B6
Dvmlinux.lds.S141 __bss_stop = .; symbol
/linux-4.4.14/include/asm-generic/
Dsections.h30 extern char __bss_start[], __bss_stop[];
Dvmlinux.lds.h840 VMLINUX_SYMBOL(__bss_stop) = .;
/linux-4.4.14/arch/microblaze/mm/
Dpgtable.c75 !(p >= __virt_to_phys((phys_addr_t)__bss_stop) && in __ioremap()
76 p < __virt_to_phys((phys_addr_t)__bss_stop))) { in __ioremap()
/linux-4.4.14/arch/hexagon/kernel/
Dhead.S208 { r0.L = #LO(__bss_start); r1 = #0; r2.l = #LO(__bss_stop); }
209 { r0.H = #HI(__bss_start); r2.h = #HI(__bss_stop); }
/linux-4.4.14/arch/m68k/kernel/
Dsetup_no.c224 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
226 __bss_stop, memory_start, memory_start, memory_end); in setup_arch()
/linux-4.4.14/arch/um/kernel/
Duml.lds.S102 __bss_stop = .; symbol
Ddyn.lds.S159 __bss_stop = .; symbol
/linux-4.4.14/arch/frv/kernel/
Dvmlinux.lds.S119 __bss_stop = .; symbol
Dsetup.c816 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
/linux-4.4.14/drivers/mtd/maps/
Duclinux.c79 mapp->phys = (resource_size_t)__bss_stop; in uclinux_mtd_init()
/linux-4.4.14/arch/m68k/68360/
Dhead-rom.S232 moveal #__bss_stop, %a1
246 move.l #__bss_stop, _ramstart
Dhead-ram.S222 moveal #__bss_stop, %a1
236 move.l #__bss_stop, _ramstart
/linux-4.4.14/arch/parisc/kernel/
Dhead.S57 .import __bss_stop,data
60 load32 PA(__bss_stop),%r4
/linux-4.4.14/arch/mips/kernel/
Dhead.S115 PTR_LA t1, __bss_stop - LONGSIZE
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dbootloader.lds29 __bss_stop = .; symbol
/linux-4.4.14/arch/m68k/mm/
Dinit.c145 MLK_ROUNDUP(__bss_start, __bss_stop)); in print_memmap()
/linux-4.4.14/arch/nios2/kernel/
Dhead.S152 movia r1, __bss_stop
/linux-4.4.14/arch/x86/kernel/
Dhead64.c115 (unsigned long) __bss_stop - (unsigned long) __bss_start); in clear_bss()
Dvmlinux.lds.S317 __bss_stop = .; symbol
Dsetup.c851 (unsigned long)__bss_stop - (unsigned long)_text); in setup_arch()
956 bss_resource.end = __pa_symbol(__bss_stop)-1; in setup_arch()
Dhead_32.S123 movl $pa(__bss_stop),%ecx
/linux-4.4.14/arch/powerpc/kernel/
Dsetup_32.c81 __bss_stop - __bss_start); in early_init()
Dhead_64.S785 LOAD_REG_ADDR(r11,__bss_stop)
Dprom_init.c2765 memset(&__bss_start, 0, __bss_stop - __bss_start); in prom_init()
/linux-4.4.14/arch/sh/kernel/
Dsetup.c276 bss_resource.end = virt_to_phys(__bss_stop)-1; in setup_arch()
/linux-4.4.14/arch/sh/lib/
Dmcount.S278 .long __bss_stop
/linux-4.4.14/arch/xtensa/kernel/
Dhead.S248 movi a3, __bss_stop # end of BSS
/linux-4.4.14/arch/s390/kernel/
Dearly.c193 memset(__bss_start, 0, __bss_stop - __bss_start); in clear_bss_section()
Dsetup.c410 bss_resource.end = (unsigned long) &__bss_stop - 1; in setup_resources()
/linux-4.4.14/arch/metag/kernel/
Dsetup.c549 (unsigned long)__bss_stop - (unsigned long)__bss_start); in metag_start_kernel()
/linux-4.4.14/arch/mn10300/kernel/
Dhead.S129 mov __bss_stop,a1
/linux-4.4.14/arch/arm64/kernel/
Dhead.S419 adr_l x7, __bss_stop
/linux-4.4.14/arch/arm/mm/
Dinit.c541 MLK_ROUNDUP(__bss_start, __bss_stop)); in mem_init()
/linux-4.4.14/arch/x86/xen/
Dsetup.c872 __pa_symbol(__bss_stop) - __pa_symbol(_text))) { in xen_memory_setup()
/linux-4.4.14/arch/blackfin/kernel/
Dsetup.c692 __bss_start, __bss_stop, in memory_setup()
/linux-4.4.14/mm/
Dkmemleak.c1369 scan_large_block(__bss_start, __bss_stop); in kmemleak_scan()
Dpage_alloc.c5853 bss_size = __bss_stop - __bss_start; in mem_init_print_info()