| /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/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/powerpc/kernel/ |
| H A D | early_32.c | 27 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_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/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/sh/kernel/ |
| H A D | vmlinux.lds.S | 87 __bss_stop = .; symbol
|
| H A D | setup.c | 300 bss_resource.end = virt_to_phys(__bss_stop)-1; in setup_arch()
|
| /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 | 110 __bss_stop = .; symbol
|
| H A D | dyn.lds.S | 169 __bss_stop = .; symbol
|
| /linux/arch/loongarch/kernel/ |
| H A D | head.S | 54 la.pcrel t1, __bss_stop - LONGSIZE
|
| H A D | setup.c | 440 bss_resource.end = __pa_symbol(&__bss_stop) - 1; in resource_init()
|
| /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/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/x86/kernel/ |
| H A D | head64.c | 180 (unsigned long) __bss_stop - (unsigned long) __bss_start); in clear_bss()
|
| H A D | head_32.S | 86 movl $pa(__bss_stop),%ecx
|
| H A D | vmlinux.lds.S | 373 __bss_stop = .; symbol
|
| /linux/arch/xtensa/kernel/ |
| H A D | head.S | 248 movi a3, __bss_stop # end of BSS
|
| /linux/arch/riscv/kernel/ |
| H A D | setup.c | 114 bss_res.end = __pa_symbol(__bss_stop) - 1; in add_kernel_resources()
|
| H A D | head.S | 294 la a4, __bss_stop
|