Home
last modified time | relevance | path

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

12

/linux/arch/microblaze/kernel/
H A Dsetup.c113 memmove(&__bss_stop, (int *)romfs_base, romfs_size); in machine_early_init()
119 memset(__bss_start, 0, __bss_stop-__bss_start); in machine_early_init()
144 romfs_size, romfs_base, (unsigned)&__bss_stop); in machine_early_init()
H A Dvmlinux.lds.S136 __bss_stop = . ; symbol
/linux/arch/m68k/68000/
H A Dhead.S195 lea __bss_stop,%a1
208 lea __bss_stop, %a1 /* set up destination */
228 lea __bss_stop, %a1 /* get end of bss */
/linux/include/asm-generic/
H A Dsections.h37 extern char __bss_start[], __bss_stop[];
163 addr < (unsigned long)__bss_stop) in is_kernel_core_data()
/linux/arch/m68k/coldfire/
H A Dhead.S235 lea __bss_stop,%a1 /* set up destination */
253 lea __bss_stop,%a1
262 lea __bss_stop,%a1 /* get end of bss */
/linux/arch/m68k/kernel/
H A Dsetup_no.c140 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
142 __bss_stop, memory_start, memory_start, memory_end); in setup_arch()
/linux/arch/xtensa/mm/
H A Dinit.c166 (unsigned long)__bss_start, (unsigned long)__bss_stop, in mem_init()
167 (unsigned long)(__bss_stop - __bss_start) >> 10); in mem_init()
/linux/arch/hexagon/kernel/
H A Dhead.S194 { r0.L = #LO(__bss_start); r1 = #0; r2.l = #LO(__bss_stop); }
195 { r0.H = #HI(__bss_start); r2.h = #HI(__bss_stop); }
/linux/arch/powerpc/kernel/
H A Dearly_32.c27 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_init()
/linux/arch/microblaze/mm/
H A Dpgtable.c74 !(p >= __virt_to_phys((phys_addr_t)__bss_stop) && in __ioremap()
75 p < __virt_to_phys((phys_addr_t)__bss_stop))) { in __ioremap()
/linux/arch/arm/kernel/
H A Dhead-common.S133 .long __bss_stop @ sp (temporary stack in .bss)
137 .long __bss_stop @ r1
/linux/arch/csky/kernel/
H A Dsetup.c108 memset(__bss_start, 0, __bss_stop - __bss_start); in csky_start()
/linux/drivers/mtd/maps/
H A Duclinux.c75 mapp->phys = (resource_size_t)__bss_stop; in uclinux_mtd_init()
/linux/arch/um/kernel/
H A Duml.lds.S112 __bss_stop = .; symbol
H A Ddyn.lds.S171 __bss_stop = .; symbol
/linux/arch/mips/kernel/
H A Dhead.S98 PTR_LA t1, __bss_stop - LONGSIZE
/linux/arch/parisc/kernel/
H A Dhead.S58 .import __bss_stop,data
61 load32 PA(__bss_stop),%r4
/linux/arch/nios2/kernel/
H A Dhead.S152 movia r1, __bss_stop
/linux/arch/loongarch/kernel/
H A Dhead.S60 la.pcrel t1, __bss_stop - LONGSIZE
/linux/arch/arc/kernel/
H A Dhead.S126 sub r6, __bss_stop, r5
/linux/arch/sh/lib/
H A Dmcount.S275 .long __bss_stop
/linux/arch/sh/kernel/
H A Dsetup.c300 bss_resource.end = virt_to_phys(__bss_stop)-1; in setup_arch()
/linux/arch/riscv/kernel/
H A Dsetup.c108 bss_res.end = __pa_symbol(__bss_stop) - 1; in add_kernel_resources()
/linux/arch/xtensa/kernel/
H A Dhead.S248 movi a3, __bss_stop # end of BSS
/linux/arch/x86/kernel/
H A Dhead_32.S86 movl $pa(__bss_stop),%ecx

12