Searched refs:__bss_stop (Results 1 – 25 of 30) sorted by relevance
12
/linux-3.3/arch/x86/kernel/ |
D | head64.c | 42 (unsigned long) __bss_stop - (unsigned long) __bss_start); in clear_bss() 102 __pa_symbol(&__bss_stop) - __pa_symbol(&_text)); in x86_64_start_reservations()
|
D | head32.c | 35 __pa_symbol(&__bss_stop) - __pa_symbol(&_text)); in i386_start_kernel()
|
D | vmlinux.lds.S | 320 __bss_stop = .; symbol
|
D | setup.c | 780 bss_resource.end = virt_to_phys(&__bss_stop)-1; in setup_arch()
|
/linux-3.3/arch/hexagon/kernel/ |
D | head.S | 140 { 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/ |
D | head.S | 22 MVKL .S2 __bss_stop,B6 23 MVKH .S2 __bss_stop,B6
|
D | vmlinux.lds.S | 147 __bss_stop = .; symbol
|
/linux-3.3/include/asm-generic/ |
D | sections.h | 8 extern char __bss_start[], __bss_stop[];
|
D | vmlinux.lds.h | 811 VMLINUX_SYMBOL(__bss_stop) = .;
|
/linux-3.3/arch/microblaze/mm/ |
D | pgtable.c | 80 !(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/ |
D | vmlinux.lds.S | 120 __bss_stop = .; symbol
|
D | head.S | 59 .import __bss_stop,data 62 load32 PA(__bss_stop),%r4
|
/linux-3.3/arch/frv/kernel/ |
D | vmlinux.lds.S | 119 __bss_stop = .; symbol
|
/linux-3.3/arch/microblaze/kernel/ |
D | vmlinux.lds.S | 133 __bss_stop = . ; symbol
|
D | setup.c | 130 memset(__bss_start, 0, __bss_stop-__bss_start); in machine_early_init()
|
/linux-3.3/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 29 __bss_stop = .; symbol
|
/linux-3.3/arch/xtensa/kernel/ |
D | head.S | 188 movi a3, __bss_stop # end of BSS
|
/linux-3.3/arch/powerpc/kernel/ |
D | setup_32.c | 90 __bss_stop - __bss_start); in early_init()
|
D | head_64.S | 707 LOAD_REG_ADDR(r11,__bss_stop)
|
/linux-3.3/arch/mips/kernel/ |
D | head.S | 178 PTR_LA t1, __bss_stop - LONGSIZE
|
/linux-3.3/arch/s390/kernel/ |
D | early.c | 202 memset(__bss_start, 0, __bss_stop - __bss_start); in clear_bss_section()
|
/linux-3.3/arch/powerpc/platforms/iseries/ |
D | exception.S | 289 LOAD_REG_ADDR(r11,__bss_stop)
|
/linux-3.3/arch/powerpc/mm/ |
D | mem.c | 335 bsssize = (unsigned long)&__bss_stop - (unsigned long)&__bss_start; in mem_init()
|
/linux-3.3/arch/mn10300/kernel/ |
D | head.S | 129 mov __bss_stop,a1
|
/linux-3.3/arch/arm/mm/ |
D | init.c | 686 MLK_ROUNDUP(__bss_start, __bss_stop)); in mem_init()
|
12