Searched refs:__bss_start (Results 1 - 25 of 64) sorted by relevance

123

/arch/m32r/boot/compressed/
H A Dvmlinux.lds.S21 __bss_start = .; define
H A Dhead.S24 .global __bss_start, _ebss, end, zimage_data, zimage_len
63 seth r2, #high(__bss_start)
64 or3 r2, r2, #low(__bss_start)
96 seth r2, #high(__bss_start)
97 or3 r2, r2, #low(__bss_start)
/arch/xtensa/boot/boot-elf/
H A Dboot.lds.S36 __bss_start = .; define
/arch/powerpc/boot/
H A DzImage.coff.lds.S37 __bss_start = .; define
H A DzImage.ps3.lds.S42 __bss_start = .; define
H A DzImage.lds.S83 __bss_start = .; define
/arch/unicore32/boot/compressed/
H A Dvmlinux.lds.in54 __bss_start = .;
/arch/x86/boot/
H A Dsetup.ld47 __bss_start = .;
/arch/frv/kernel/
H A Dvmlinux.lds.S113 __bss_start = .; define
132 __kernel_image_size_no_bss = __bss_start - __kernel_image_start;
/arch/m68k/68000/
H A Dhead.S181 moveal #__bss_start, %a2
206 lea __bss_start, %a0 /* get start of bss */
226 lea __bss_start, %a0 /* get start of bss */
/arch/microblaze/kernel/
H A Dsetup.c108 * The first is __init_end and the second __bss_start.
118 romfs_base = (unsigned int)&__bss_start;
130 memset(__bss_start, 0, __bss_stop-__bss_start);
H A Dvmlinux.lds.S130 __bss_start = . ; define
/arch/arm/boot/compressed/
H A Dvmlinux.lds.S73 __bss_start = .; define
/arch/avr32/boot/u-boot/
H A Dhead.S69 .long __bss_start
/arch/score/kernel/
H A Dhead.S36 la r30, __bss_start /* initialize BSS segment. */
/arch/um/kernel/
H A Duml.lds.S98 __bss_start = .; define
/arch/c6x/kernel/
H A Dhead.S20 MVKL .S2 __bss_start,B5
21 MVKH .S2 __bss_start,B5
H A Dvmlinux.lds.S131 __bss_start = .; define
/arch/x86/kernel/
H A Dhead64.c113 memset(__bss_start, 0,
114 (unsigned long) __bss_stop - (unsigned long) __bss_start);
/arch/m32r/kernel/
H A Dhead.S28 .global __bss_start
52 LDIMM (r2, __bss_start)
81 LDIMM (r2, __bss_start)
/arch/hexagon/kernel/
H A Dhead.S208 { r0.L = #LO(__bss_start); r1 = #0; r2.l = #LO(__bss_stop); }
209 { r0.H = #HI(__bss_start); r2.h = #HI(__bss_stop); }
/arch/m68k/coldfire/
H A Dhead.S233 lea __bss_start,%a0 /* get start of bss */
260 lea __bss_start,%a0 /* get start of bss */
/arch/mips/kernel/
H A Dhead.S97 PTR_LA t0, __bss_start # clear .bss
/arch/powerpc/kernel/
H A Dsetup_32.c85 memset_io((void __iomem *)PTRRELOC(&__bss_start), 0,
86 __bss_stop - __bss_start);
/arch/m68k/mm/
H A Dinit.c146 MLK_ROUNDUP(__bss_start, __bss_stop));

Completed in 1241 milliseconds

123