/linux-5.19.10/arch/powerpc/kernel/ |
D | early_32.c | 27 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_init()
|
/linux-5.19.10/arch/microblaze/kernel/ |
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-5.19.10/arch/m68k/68000/ |
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-5.19.10/arch/csky/kernel/ |
D | setup.c | 120 memset(__bss_start, 0, __bss_stop - __bss_start); in csky_start()
|
/linux-5.19.10/arch/mips/kernel/ |
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()
|
D | head.S | 96 PTR_LA t0, __bss_start # clear .bss
|
/linux-5.19.10/include/asm-generic/ |
D | sections.h | 37 extern char __bss_start[], __bss_stop[]; 162 if (addr >= (unsigned long)__bss_start && in is_kernel_core_data()
|
/linux-5.19.10/arch/nios2/boot/compressed/ |
D | head.S | 45 movia r3, __bss_start /* End of copy */ 62 movia r2, __bss_start /* presume nothing is between */
|
D | vmlinux.lds.S | 37 __bss_start = .; symbol
|
/linux-5.19.10/arch/xtensa/mm/ |
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-5.19.10/arch/s390/kernel/ |
D | vmlinux.lds.S | 205 QUAD(__bss_start - _stext) /* image_size */ 206 QUAD(__bss_stop - __bss_start) /* bss_size */
|
/linux-5.19.10/arch/nios2/kernel/ |
D | head.S | 132 movia r3, __bss_start /* End of copy */ 151 movia r2, __bss_start
|
/linux-5.19.10/arch/xtensa/boot/boot-elf/ |
D | boot.lds.S | 33 __bss_start = .; symbol
|
/linux-5.19.10/arch/hexagon/kernel/ |
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-5.19.10/arch/powerpc/boot/ |
D | zImage.coff.lds.S | 38 __bss_start = .; symbol
|
D | zImage.ps3.lds.S | 43 __bss_start = .; symbol
|
D | zImage.lds.S | 91 __bss_start = .; symbol
|
/linux-5.19.10/arch/parisc/kernel/ |
D | head.S | 57 .import __bss_start,data 60 load32 PA(__bss_start),%r3 94 load32 PA(__bss_start),%r1
|
/linux-5.19.10/arch/xtensa/boot/boot-redboot/ |
D | boot.ld | 47 __bss_start = .; symbol
|
/linux-5.19.10/arch/m68k/coldfire/ |
D | head.S | 234 lea __bss_start,%a0 /* get start of bss */ 261 lea __bss_start,%a0 /* get start of bss */
|
/linux-5.19.10/arch/x86/boot/ |
D | setup.ld | 47 __bss_start = .; symbol
|
/linux-5.19.10/arch/um/kernel/ |
D | uml.lds.S | 108 __bss_start = .; symbol
|
/linux-5.19.10/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 125 __bss_start = .; symbol
|
/linux-5.19.10/arch/arm64/kernel/ |
D | image-vars.h | 130 KVM_NVHE_ALIAS(__bss_start);
|
/linux-5.19.10/arch/arm/kernel/ |
D | vmlinux-xip.lds.S | 178 ASSERT((_end - __bss_start) >= 12288, ".bss too small for CONFIG_XIP_DEFLATED_DATA")
|