/linux/arch/microblaze/kernel/ |
H A D | setup.c | 113 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 D | vmlinux.lds.S | 136 __bss_stop = . ; symbol
|
/linux/arch/m68k/68000/ |
H A D | head.S | 195 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 D | sections.h | 37 extern char __bss_start[], __bss_stop[]; 163 addr < (unsigned long)__bss_stop) in is_kernel_core_data()
|
/linux/arch/m68k/coldfire/ |
H A D | head.S | 235 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 D | setup_no.c | 140 _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 D | init.c | 166 (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 D | head.S | 194 { 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 D | early_32.c | 27 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_init()
|
/linux/arch/microblaze/mm/ |
H A D | pgtable.c | 74 !(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 D | head-common.S | 133 .long __bss_stop @ sp (temporary stack in .bss) 137 .long __bss_stop @ r1
|
/linux/arch/csky/kernel/ |
H A D | setup.c | 108 memset(__bss_start, 0, __bss_stop - __bss_start); in csky_start()
|
/linux/drivers/mtd/maps/ |
H A D | uclinux.c | 75 mapp->phys = (resource_size_t)__bss_stop; in uclinux_mtd_init()
|
/linux/arch/um/kernel/ |
H A D | uml.lds.S | 112 __bss_stop = .; symbol
|
H A D | dyn.lds.S | 171 __bss_stop = .; symbol
|
/linux/arch/mips/kernel/ |
H A D | head.S | 98 PTR_LA t1, __bss_stop - LONGSIZE
|
/linux/arch/parisc/kernel/ |
H A D | head.S | 58 .import __bss_stop,data 61 load32 PA(__bss_stop),%r4
|
/linux/arch/nios2/kernel/ |
H A D | head.S | 152 movia r1, __bss_stop
|
/linux/arch/loongarch/kernel/ |
H A D | head.S | 60 la.pcrel t1, __bss_stop - LONGSIZE
|
/linux/arch/arc/kernel/ |
H A D | head.S | 126 sub r6, __bss_stop, r5
|
/linux/arch/sh/lib/ |
H A D | mcount.S | 275 .long __bss_stop
|
/linux/arch/sh/kernel/ |
H A D | setup.c | 300 bss_resource.end = virt_to_phys(__bss_stop)-1; in setup_arch()
|
/linux/arch/riscv/kernel/ |
H A D | setup.c | 108 bss_res.end = __pa_symbol(__bss_stop) - 1; in add_kernel_resources()
|
/linux/arch/xtensa/kernel/ |
H A D | head.S | 248 movi a3, __bss_stop # end of BSS
|
/linux/arch/x86/kernel/ |
H A D | head_32.S | 86 movl $pa(__bss_stop),%ecx
|