Home
last modified time | relevance | path

Searched refs:__bss_stop (Results 1 – 25 of 30) sorted by relevance

12

/linux-3.3/arch/x86/kernel/
Dhead64.c42 (unsigned long) __bss_stop - (unsigned long) __bss_start); in clear_bss()
102 __pa_symbol(&__bss_stop) - __pa_symbol(&_text)); in x86_64_start_reservations()
Dhead32.c35 __pa_symbol(&__bss_stop) - __pa_symbol(&_text)); in i386_start_kernel()
Dvmlinux.lds.S320 __bss_stop = .; symbol
Dsetup.c780 bss_resource.end = virt_to_phys(&__bss_stop)-1; in setup_arch()
/linux-3.3/arch/hexagon/kernel/
Dhead.S140 { r0.L = #LO(__bss_start); r1 = #0; r2.l = #LO(__bss_stop); }
141 { r0.H = #HI(__bss_start); r2.h = #HI(__bss_stop); }
/linux-3.3/arch/c6x/kernel/
Dhead.S22 MVKL .S2 __bss_stop,B6
23 MVKH .S2 __bss_stop,B6
Dvmlinux.lds.S147 __bss_stop = .; symbol
/linux-3.3/include/asm-generic/
Dsections.h8 extern char __bss_start[], __bss_stop[];
Dvmlinux.lds.h811 VMLINUX_SYMBOL(__bss_stop) = .;
/linux-3.3/arch/microblaze/mm/
Dpgtable.c80 !(p >= virt_to_phys((unsigned long)&__bss_stop) && in __ioremap()
81 p < virt_to_phys((unsigned long)__bss_stop))) { in __ioremap()
/linux-3.3/arch/parisc/kernel/
Dvmlinux.lds.S120 __bss_stop = .; symbol
Dhead.S59 .import __bss_stop,data
62 load32 PA(__bss_stop),%r4
/linux-3.3/arch/frv/kernel/
Dvmlinux.lds.S119 __bss_stop = .; symbol
/linux-3.3/arch/microblaze/kernel/
Dvmlinux.lds.S133 __bss_stop = . ; symbol
Dsetup.c130 memset(__bss_start, 0, __bss_stop-__bss_start); in machine_early_init()
/linux-3.3/arch/ia64/hp/sim/boot/
Dbootloader.lds29 __bss_stop = .; symbol
/linux-3.3/arch/xtensa/kernel/
Dhead.S188 movi a3, __bss_stop # end of BSS
/linux-3.3/arch/powerpc/kernel/
Dsetup_32.c90 __bss_stop - __bss_start); in early_init()
Dhead_64.S707 LOAD_REG_ADDR(r11,__bss_stop)
/linux-3.3/arch/mips/kernel/
Dhead.S178 PTR_LA t1, __bss_stop - LONGSIZE
/linux-3.3/arch/s390/kernel/
Dearly.c202 memset(__bss_start, 0, __bss_stop - __bss_start); in clear_bss_section()
/linux-3.3/arch/powerpc/platforms/iseries/
Dexception.S289 LOAD_REG_ADDR(r11,__bss_stop)
/linux-3.3/arch/powerpc/mm/
Dmem.c335 bsssize = (unsigned long)&__bss_stop - (unsigned long)&__bss_start; in mem_init()
/linux-3.3/arch/mn10300/kernel/
Dhead.S129 mov __bss_stop,a1
/linux-3.3/arch/arm/mm/
Dinit.c686 MLK_ROUNDUP(__bss_start, __bss_stop)); in mem_init()

12