/linux/arch/microblaze/kernel/ |
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()
|
/linux/arch/powerpc/kernel/ |
A D | early_32.c | 28 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_init()
|
/linux/arch/m68k/68000/ |
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/ |
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%pK\n", __bss_start); in show_kernel_relocation()
|
/linux/arch/csky/kernel/ |
A D | setup.c | 120 memset(__bss_start, 0, __bss_stop - __bss_start); in csky_start()
|
/linux/arch/nios2/boot/compressed/ |
A D | head.S | 45 movia r3, __bss_start /* End of copy */ 62 movia r2, __bss_start /* presume nothing is between */
|
A D | vmlinux.lds.S | 37 __bss_start = .; symbol
|
/linux/arch/xtensa/mm/ |
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/s390/kernel/ |
A D | vmlinux.lds.S | 205 QUAD(__bss_start - _stext) /* image_size */ 206 QUAD(__bss_stop - __bss_start) /* bss_size */
|
/linux/arch/nios2/kernel/ |
A D | head.S | 132 movia r3, __bss_start /* End of copy */ 151 movia r2, __bss_start
|
/linux/arch/hexagon/kernel/ |
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/m68k/coldfire/ |
A D | head.S | 234 lea __bss_start,%a0 /* get start of bss */ 261 lea __bss_start,%a0 /* get start of bss */
|
/linux/arch/xtensa/boot/boot-elf/ |
A D | boot.lds.S | 33 __bss_start = .; symbol
|
/linux/arch/powerpc/boot/ |
A D | zImage.coff.lds.S | 38 __bss_start = .; symbol
|
A D | zImage.ps3.lds.S | 43 __bss_start = .; symbol
|
A D | zImage.lds.S | 94 __bss_start = .; symbol
|
A D | crt0.S | 28 p_bss_start: .8byte __bss_start 40 p_bss_start: .long __bss_start
|
/linux/arch/xtensa/boot/boot-redboot/ |
A D | boot.ld | 47 __bss_start = .; symbol
|
/linux/arch/x86/boot/ |
A D | setup.ld | 47 __bss_start = .; symbol
|
/linux/arch/parisc/kernel/ |
A D | head.S | 57 .import __bss_start,data 60 load32 PA(__bss_start),%r3
|
/linux/include/asm-generic/ |
A D | sections.h | 37 extern char __bss_start[], __bss_stop[];
|
/linux/arch/um/kernel/ |
A D | uml.lds.S | 108 __bss_start = .;
|
/linux/arch/arm/boot/compressed/ |
A D | vmlinux.lds.S | 125 __bss_start = .; symbol
|
/linux/arch/arm64/kernel/ |
A D | image-vars.h | 121 KVM_NVHE_ALIAS(__bss_start);
|
A D | vmlinux.lds | 107 …. = ALIGN((1 << 12)); __bss_start = .; . = ALIGN((1 << 12)); .sbss : AT(ADDR(.sbss) - 0) { *(.dyns… symbol 166 __kvm_nvhe___bss_start = __bss_start;; 185 ASSERT(__hyp_bss_start == __bss_start, "HYP and Host BSS are misaligned")
|