Home
last modified time | relevance | path

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

123

/linux-5.19.10/arch/powerpc/kernel/
Dearly_32.c27 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_init()
/linux-5.19.10/arch/microblaze/kernel/
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()
/linux-5.19.10/arch/m68k/68000/
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-5.19.10/arch/csky/kernel/
Dsetup.c120 memset(__bss_start, 0, __bss_stop - __bss_start); in csky_start()
/linux-5.19.10/arch/mips/kernel/
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()
Dhead.S96 PTR_LA t0, __bss_start # clear .bss
/linux-5.19.10/include/asm-generic/
Dsections.h37 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/
Dhead.S45 movia r3, __bss_start /* End of copy */
62 movia r2, __bss_start /* presume nothing is between */
Dvmlinux.lds.S37 __bss_start = .; symbol
/linux-5.19.10/arch/xtensa/mm/
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-5.19.10/arch/s390/kernel/
Dvmlinux.lds.S205 QUAD(__bss_start - _stext) /* image_size */
206 QUAD(__bss_stop - __bss_start) /* bss_size */
/linux-5.19.10/arch/nios2/kernel/
Dhead.S132 movia r3, __bss_start /* End of copy */
151 movia r2, __bss_start
/linux-5.19.10/arch/xtensa/boot/boot-elf/
Dboot.lds.S33 __bss_start = .; symbol
/linux-5.19.10/arch/hexagon/kernel/
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-5.19.10/arch/powerpc/boot/
DzImage.coff.lds.S38 __bss_start = .; symbol
DzImage.ps3.lds.S43 __bss_start = .; symbol
DzImage.lds.S91 __bss_start = .; symbol
/linux-5.19.10/arch/parisc/kernel/
Dhead.S57 .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/
Dboot.ld47 __bss_start = .; symbol
/linux-5.19.10/arch/m68k/coldfire/
Dhead.S234 lea __bss_start,%a0 /* get start of bss */
261 lea __bss_start,%a0 /* get start of bss */
/linux-5.19.10/arch/x86/boot/
Dsetup.ld47 __bss_start = .; symbol
/linux-5.19.10/arch/um/kernel/
Duml.lds.S108 __bss_start = .; symbol
/linux-5.19.10/arch/arm/boot/compressed/
Dvmlinux.lds.S125 __bss_start = .; symbol
/linux-5.19.10/arch/arm64/kernel/
Dimage-vars.h130 KVM_NVHE_ALIAS(__bss_start);
/linux-5.19.10/arch/arm/kernel/
Dvmlinux-xip.lds.S178 ASSERT((_end - __bss_start) >= 12288, ".bss too small for CONFIG_XIP_DEFLATED_DATA")

123