Home
last modified time | relevance | path

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

12

/arch/microblaze/kernel/
A Dsetup.c113 memmove(&__bss_stop, (int *)romfs_base, romfs_size); in machine_early_init()
119 memset(__bss_start, 0, __bss_stop-__bss_start); in machine_early_init()
144 romfs_size, romfs_base, (unsigned)&__bss_stop); in machine_early_init()
A Dvmlinux.lds.S136 __bss_stop = . ; symbol
/arch/m68k/68000/
A Dhead.S195 lea __bss_stop,%a1
208 lea __bss_stop, %a1 /* set up destination */
228 lea __bss_stop, %a1 /* get end of bss */
/arch/m68k/coldfire/
A Dhead.S235 lea __bss_stop,%a1 /* set up destination */
253 lea __bss_stop,%a1
262 lea __bss_stop,%a1 /* get end of bss */
/arch/m68k/kernel/
A Dsetup_no.c139 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
141 __bss_stop, memory_start, memory_start, memory_end); in setup_arch()
/arch/powerpc/kernel/
A Dearly_32.c27 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_init()
/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/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/microblaze/mm/
A Dpgtable.c74 !(p >= __virt_to_phys((phys_addr_t)__bss_stop) && in __ioremap()
75 p < __virt_to_phys((phys_addr_t)__bss_stop))) { in __ioremap()
/arch/sh/kernel/
A Dvmlinux.lds.S87 __bss_stop = .; symbol
A Dsetup.c300 bss_resource.end = virt_to_phys(__bss_stop)-1; in setup_arch()
/arch/arm/kernel/
A Dhead-common.S133 .long __bss_stop @ sp (temporary stack in .bss)
137 .long __bss_stop @ r1
/arch/um/kernel/
A Duml.lds.S110 __bss_stop = .;
A Ddyn.lds.S169 __bss_stop = .;
/arch/csky/kernel/
A Dsetup.c151 memset(__bss_start, 0, __bss_stop - __bss_start); in csky_start()
/arch/mips/kernel/
A Dhead.S100 PTR_LA t1, __bss_stop - LONGSIZE
A Drelocate.c348 bss_length = (long)&__bss_stop - (long)&__bss_start; in relocate_kernel()
/arch/nios2/kernel/
A Dhead.S152 movia r1, __bss_stop
/arch/parisc/kernel/
A Dhead.S58 .import __bss_stop,data
61 load32 PA(__bss_stop),%r4
/arch/loongarch/kernel/
A Dhead.S60 la.pcrel t1, __bss_stop - LONGSIZE
/arch/s390/kernel/
A Dvmlinux.lds.S219 QUAD(__bss_stop - __bss_start) /* bss_size */
/arch/x86/kernel/
A Dhead64.c177 (unsigned long) __bss_stop - (unsigned long) __bss_start); in clear_bss()
A Dhead_32.S86 movl $pa(__bss_stop),%ecx
/arch/arc/kernel/
A Dhead.S126 sub r6, __bss_stop, r5
/arch/sh/lib/
A Dmcount.S275 .long __bss_stop

Completed in 36 milliseconds

12