Home
last modified time | relevance | path

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

123

/linux/arch/microblaze/kernel/
H 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()
H A Dvmlinux.lds.S132 __bss_start = . ; symbol
/linux/arch/powerpc/kernel/
H A Dearly_32.c27 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_init()
/linux/arch/m68k/68000/
H 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/include/asm-generic/
H A Dsections.h37 extern char __bss_start[], __bss_stop[];
162 if (addr >= (unsigned long)__bss_start && in is_kernel_core_data()
/linux/arch/nios2/boot/compressed/
H A Dhead.S45 movia r3, __bss_start /* End of copy */
62 movia r2, __bss_start /* presume nothing is between */
H A Dvmlinux.lds.S37 __bss_start = .; symbol
/linux/arch/nios2/kernel/
H A Dhead.S132 movia r3, __bss_start /* End of copy */
151 movia r2, __bss_start
/linux/arch/xtensa/mm/
H 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/arch/s390/kernel/
H A Dvmlinux.lds.S211 QUAD(__bss_start - _stext) /* image_size */
212 QUAD(__bss_stop - __bss_start) /* bss_size */
/linux/arch/hexagon/kernel/
H 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/arch/parisc/kernel/
H A Dhead.S57 .import __bss_start,data
60 load32 PA(__bss_start),%r3
93 load32 PA(__bss_start),%r1
/linux/arch/xtensa/boot/boot-elf/
H A Dboot.lds.S33 __bss_start = .; symbol
/linux/arch/m68k/coldfire/
H A Dhead.S234 lea __bss_start,%a0 /* get start of bss */
261 lea __bss_start,%a0 /* get start of bss */
/linux/arch/powerpc/boot/
H A DzImage.coff.lds.S38 __bss_start = .; symbol
H A DzImage.ps3.lds.S43 __bss_start = .; symbol
H A DzImage.lds.S91 __bss_start = .; symbol
H A Dcrt0.S29 p_bss_start: .8byte __bss_start
41 p_bss_start: .long __bss_start
/linux/arch/xtensa/boot/boot-redboot/
H A Dboot.ld47 __bss_start = .; symbol
/linux/arch/x86/boot/
H A Dsetup.ld53 __bss_start = .; symbol
/linux/arch/um/kernel/
H A Duml.lds.S106 __bss_start = .; symbol
/linux/arch/arm/boot/compressed/
H A Dvmlinux.lds.S127 __bss_start = .; symbol
/linux/arch/arm/kernel/
H A Dvmlinux-xip.lds.S177 ASSERT((_end - __bss_start) >= 12288, ".bss too small for CONFIG_XIP_DEFLATED_DATA")
/linux/arch/m68k/kernel/
H A Dsetup_no.c140 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
/linux/arch/arm64/kernel/
H A Dimage-vars.h71 PROVIDE(__pi___bss_start = __bss_start);

123