Home
last modified time | relevance | path

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

123

/arch/powerpc/kernel/
A Dearly_32.c27 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_init()
/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()
/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 */
/arch/csky/kernel/
A Dsetup.c151 memset(__bss_start, 0, __bss_stop - __bss_start); in csky_start()
/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%p\n", __bss_start); in show_kernel_relocation()
/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
/arch/xtensa/mm/
A Dinit.c115 (unsigned long)__bss_start, (unsigned long)__bss_stop, in print_vm_layout()
116 (unsigned long)(__bss_stop - __bss_start) >> 10); in print_vm_layout()
/arch/xtensa/boot/boot-elf/
A Dboot.lds.S33 __bss_start = .; symbol
/arch/nios2/kernel/
A Dhead.S132 movia r3, __bss_start /* End of copy */
151 movia r2, __bss_start
/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
/arch/xtensa/boot/boot-redboot/
A Dboot.ld47 __bss_start = .; symbol
/arch/s390/kernel/
A Dvmlinux.lds.S218 QUAD(__bss_start - _stext) /* image_size */
219 QUAD(__bss_stop - __bss_start) /* bss_size */
/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); }
/arch/x86/kernel/
A Dhead64.c176 memset(__bss_start, 0, in clear_bss()
177 (unsigned long) __bss_stop - (unsigned long) __bss_start); in clear_bss()
/arch/m68k/coldfire/
A Dhead.S234 lea __bss_start,%a0 /* get start of bss */
261 lea __bss_start,%a0 /* get start of bss */
/arch/parisc/kernel/
A Dhead.S57 .import __bss_start,data
60 load32 PA(__bss_start),%r3
93 load32 PA(__bss_start),%r1
/arch/sh/kernel/
A Dvmlinux.lds.S74 __bss_start = .; symbol
/arch/arm64/kernel/pi/
A Dmap_kernel.c245 memset(__bss_start, 0, (u64)init_pg_end - (u64)__bss_start); in early_map_kernel()
/arch/arm64/kernel/
A Dvmlinux.lds.S334 __pi___bss_start = __bss_start;
388 ASSERT(__hyp_bss_start == __bss_start, "HYP and Host BSS are misaligned")
/arch/um/kernel/
A Duml.lds.S106 __bss_start = .;
/arch/x86/boot/
A Dsetup.ld55 __bss_start = .; symbol
/arch/arm/boot/compressed/
A Dvmlinux.lds.S127 __bss_start = .; symbol

Completed in 35 milliseconds

123