Home
last modified time | relevance | path

Searched refs:__bss_start (Results 1 – 25 of 63) sorted by relevance

123

/linux-6.3-rc2/arch/powerpc/kernel/
A Dearly_32.c27 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_init()
/linux-6.3-rc2/arch/microblaze/kernel/
A Dsetup.c107 romfs_base = (unsigned int)&__bss_start; in machine_early_init()
119 memset(__bss_start, 0, __bss_stop-__bss_start); in machine_early_init()
A Dvmlinux.lds.S132 __bss_start = . ; symbol
/linux-6.3-rc2/arch/m68k/68000/
A Dhead.S182 moveal #__bss_start, %a2
207 lea __bss_start, %a0 /* get start of bss */
227 lea __bss_start, %a0 /* get start of bss */
/linux-6.3-rc2/arch/csky/kernel/
A Dsetup.c120 memset(__bss_start, 0, __bss_stop - __bss_start); in csky_start()
/linux-6.3-rc2/arch/mips/kernel/
A Drelocate.c348 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()
A Dhead.S96 PTR_LA t0, __bss_start # clear .bss
/linux-6.3-rc2/include/asm-generic/
A Dsections.h37 extern char __bss_start[], __bss_stop[];
162 if (addr >= (unsigned long)__bss_start && in is_kernel_core_data()
/linux-6.3-rc2/arch/nios2/boot/compressed/
A Dhead.S45 movia r3, __bss_start /* End of copy */
62 movia r2, __bss_start /* presume nothing is between */
A Dvmlinux.lds.S37 __bss_start = .; symbol
/linux-6.3-rc2/arch/s390/kernel/
A Dvmlinux.lds.S208 QUAD(__bss_start - _stext) /* image_size */
209 QUAD(__bss_stop - __bss_start) /* bss_size */
/linux-6.3-rc2/arch/nios2/kernel/
A Dhead.S132 movia r3, __bss_start /* End of copy */
151 movia r2, __bss_start
/linux-6.3-rc2/arch/xtensa/mm/
A Dinit.c166 (unsigned long)__bss_start, (unsigned long)__bss_stop, in mem_init()
167 (unsigned long)(__bss_stop - __bss_start) >> 10); in mem_init()
/linux-6.3-rc2/arch/hexagon/kernel/
A Dhead.S194 { r0.L = #LO(__bss_start); r1 = #0; r2.l = #LO(__bss_stop); }
195 { r0.H = #HI(__bss_start); r2.h = #HI(__bss_stop); }
/linux-6.3-rc2/arch/xtensa/boot/boot-elf/
A Dboot.lds.S33 __bss_start = .; symbol
/linux-6.3-rc2/arch/powerpc/boot/
A DzImage.coff.lds.S38 __bss_start = .; symbol
A DzImage.ps3.lds.S43 __bss_start = .; symbol
A DzImage.lds.S91 __bss_start = .; symbol
/linux-6.3-rc2/arch/parisc/kernel/
A Dhead.S57 .import __bss_start,data
60 load32 PA(__bss_start),%r3
94 load32 PA(__bss_start),%r1
/linux-6.3-rc2/arch/xtensa/boot/boot-redboot/
A Dboot.ld47 __bss_start = .; symbol
/linux-6.3-rc2/arch/m68k/coldfire/
A Dhead.S234 lea __bss_start,%a0 /* get start of bss */
261 lea __bss_start,%a0 /* get start of bss */
/linux-6.3-rc2/arch/x86/boot/
A Dsetup.ld47 __bss_start = .; symbol
/linux-6.3-rc2/arch/um/kernel/
A Duml.lds.S108 __bss_start = .;
/linux-6.3-rc2/arch/arm/boot/compressed/
A Dvmlinux.lds.S127 __bss_start = .; symbol
/linux-6.3-rc2/arch/arm/kernel/
A Dvmlinux-xip.lds.S178 ASSERT((_end - __bss_start) >= 12288, ".bss too small for CONFIG_XIP_DEFLATED_DATA")

Completed in 15 milliseconds

123