/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/mips/kernel/ |
H A D | relocate.c | 348 bss_length = (long)&__bss_stop - (long)&__bss_start; in relocate_kernel() 403 memcpy(RELOCATED(&__bss_start), &__bss_start, bss_length); in relocate_kernel() 445 pr_cont(" .bss @ 0x%p\n", __bss_start); in show_kernel_relocation()
|
/linux/arch/csky/kernel/ |
H A D | setup.c | 151 memset(__bss_start, 0, __bss_stop - __bss_start); in csky_start()
|
/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/mm/ |
H A D | init.c | 115 (unsigned long)__bss_start, (unsigned long)__bss_stop, in print_vm_layout() 116 (unsigned long)(__bss_stop - __bss_start) >> 10); in print_vm_layout()
|
/linux/arch/nios2/kernel/ |
H A D | head.S | 132 movia r3, __bss_start /* End of copy */ 151 movia r2, __bss_start
|
/linux/arch/s390/kernel/ |
H A D | vmlinux.lds.S | 218 QUAD(__bss_start - _stext) /* image_size */ 219 QUAD(__bss_stop - __bss_start) /* bss_size */
|
/linux/arch/xtensa/boot/boot-elf/ |
H A D | boot.lds.S | 33 __bss_start = .; symbol
|
/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/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
|
/linux/arch/parisc/kernel/ |
H A D | head.S | 57 .import __bss_start,data 60 load32 PA(__bss_start),%r3 93 load32 PA(__bss_start),%r1
|
/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/arm64/kernel/pi/ |
H A D | map_kernel.c | 245 memset(__bss_start, 0, (u64)init_pg_end - (u64)__bss_start); in early_map_kernel()
|
/linux/arch/arm64/kernel/ |
H A D | vmlinux.lds.S | 334 __pi___bss_start = __bss_start; 388 ASSERT(__hyp_bss_start == __bss_start, "HYP and Host BSS are misaligned")
|
/linux/arch/sh/kernel/ |
H A D | vmlinux.lds.S | 74 __bss_start = .; symbol
|
/linux/arch/um/kernel/ |
H A D | uml.lds.S | 106 __bss_start = .; symbol
|
/linux/arch/arm/boot/compressed/ |
H A D | vmlinux.lds.S | 127 __bss_start = .; symbol
|
/linux/arch/arm/kernel/ |
H A D | vmlinux-xip.lds.S | 177 ASSERT((_end - __bss_start) >= 12288, ".bss too small for CONFIG_XIP_DEFLATED_DATA")
|