| /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/kernel/ |
| H A D | setup.c | 107 romfs_base = (unsigned int)&__bss_start; in machine_early_init() 119 memset(__bss_start, 0, __bss_stop-__bss_start); in machine_early_init()
|
| H A D | vmlinux.lds.S | 132 __bss_start = . ; symbol
|
| /linux/arch/m68k/68000/ |
| H A D | head.S | 182 moveal #__bss_start, %a2 207 lea __bss_start, %a0 /* get start of bss */ 227 lea __bss_start, %a0 /* get start of bss */
|
| /linux/arch/nios2/boot/compressed/ |
| H A D | head.S | 45 movia r3, __bss_start /* End of copy */ 62 movia r2, __bss_start /* presume nothing is between */
|
| H A D | vmlinux.lds.S | 37 __bss_start = .; symbol
|
| /linux/arch/xtensa/boot/boot-elf/ |
| H A D | boot.lds.S | 33 __bss_start = .; symbol
|
| /linux/arch/powerpc/boot/ |
| H A D | zImage.coff.lds.S | 38 __bss_start = .; symbol
|
| H A D | zImage.ps3.lds.S | 43 __bss_start = .; symbol
|
| H A D | zImage.lds.S | 91 __bss_start = .; symbol
|
| H A D | crt0.S | 29 p_bss_start: .8byte __bss_start 41 p_bss_start: .long __bss_start
|
| /linux/arch/xtensa/boot/boot-redboot/ |
| H A D | boot.ld | 47 __bss_start = .; symbol
|
| /linux/arch/m68k/coldfire/ |
| H A D | head.S | 234 lea __bss_start,%a0 /* get start of bss */ 261 lea __bss_start,%a0 /* get start of bss */
|
| /linux/arch/x86/kernel/ |
| H A D | head64.c | 179 memset(__bss_start, 0, in clear_bss() 180 (unsigned long) __bss_stop - (unsigned long) __bss_start); in clear_bss()
|
| /linux/arch/sh/kernel/ |
| H A D | vmlinux.lds.S | 74 __bss_start = .; symbol
|
| H A D | setup.c | 299 bss_resource.start = virt_to_phys(__bss_start); in setup_arch()
|
| /linux/arch/um/kernel/ |
| H A D | uml.lds.S | 106 __bss_start = .; symbol
|
| H A D | dyn.lds.S | 159 __bss_start = .; symbol
|
| /linux/arch/arm/boot/compressed/ |
| H A D | vmlinux.lds.S | 128 __bss_start = .; symbol
|
| /linux/arch/arm/kernel/ |
| H A D | vmlinux-xip.lds.S | 178 ASSERT((_end - __bss_start) >= 12288, ".bss too small for CONFIG_XIP_DEFLATED_DATA")
|
| /linux/arch/loongarch/kernel/ |
| H A D | head.S | 52 la.pcrel t0, __bss_start # clear .bss
|
| /linux/arch/sh/boot/compressed/ |
| H A D | head_64.S | 129 movi datalabel __bss_start, r22
|
| H A D | head_32.S | 91 .long __bss_start
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap-smp.c | 295 if ((addr >= __pa(PAGE_OFFSET)) && (addr <= __pa(__bss_start))) in omap4_smp_cpu1_startup_valid()
|
| /linux/arch/arc/kernel/ |
| H A D | head.S | 125 mov r5, __bss_start
|