/linux-4.1.27/arch/m32r/boot/compressed/ |
D | head.S | 24 .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)
|
D | vmlinux.lds.S | 21 __bss_start = .; symbol
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | setup.c | 118 romfs_base = (unsigned int)&__bss_start; in machine_early_init() 130 memset(__bss_start, 0, __bss_stop-__bss_start); in machine_early_init()
|
D | vmlinux.lds.S | 130 __bss_start = . ; symbol
|
/linux-4.1.27/arch/m68k/68000/ |
D | head.S | 181 moveal #__bss_start, %a2 206 lea __bss_start, %a0 /* get start of bss */ 226 lea __bss_start, %a0 /* get start of bss */
|
/linux-4.1.27/arch/frv/kernel/ |
D | vmlinux.lds.S | 113 __bss_start = .; symbol 132 __kernel_image_size_no_bss = __bss_start - __kernel_image_start;
|
D | head.S | 405 sethi.p %hi(__bss_start),gr4 406 setlo %lo(__bss_start),gr4
|
D | setup.c | 816 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
|
/linux-4.1.27/arch/nios2/boot/compressed/ |
D | head.S | 45 movia r3, __bss_start /* End of copy */ 62 movia r2, __bss_start /* presume nothing is between */
|
D | vmlinux.lds.S | 50 __bss_start = .; symbol
|
/linux-4.1.27/arch/nios2/kernel/ |
D | head.S | 132 movia r3, __bss_start /* End of copy */ 151 movia r2, __bss_start
|
/linux-4.1.27/arch/x86/kernel/ |
D | head64.c | 114 memset(__bss_start, 0, in clear_bss() 115 (unsigned long) __bss_stop - (unsigned long) __bss_start); in clear_bss()
|
D | vmlinux.lds.S | 313 __bss_start = .; symbol
|
D | setup.c | 973 bss_resource.start = __pa_symbol(__bss_start); in setup_arch()
|
D | head_32.S | 122 movl $pa(__bss_start),%edi
|
/linux-4.1.27/arch/c6x/kernel/ |
D | head.S | 20 MVKL .S2 __bss_start,B5 21 MVKH .S2 __bss_start,B5
|
D | vmlinux.lds.S | 131 __bss_start = .; symbol
|
/linux-4.1.27/arch/xtensa/boot/boot-elf/ |
D | boot.lds.S | 36 __bss_start = .; symbol
|
/linux-4.1.27/include/asm-generic/ |
D | sections.h | 30 extern char __bss_start[], __bss_stop[];
|
D | vmlinux.lds.h | 826 VMLINUX_SYMBOL(__bss_start) = .; \
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | head.S | 208 { r0.L = #LO(__bss_start); r1 = #0; r2.l = #LO(__bss_stop); } 209 { r0.H = #HI(__bss_start); r2.h = #HI(__bss_stop); }
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | setup_32.c | 79 memset_io((void __iomem *)PTRRELOC(&__bss_start), 0, in early_init() 80 __bss_stop - __bss_start); in early_init()
|
D | head_64.S | 751 LOAD_REG_ADDR(r8,__bss_start)
|
D | prom_init.c | 2737 memset(&__bss_start, 0, __bss_stop - __bss_start); in prom_init()
|
/linux-4.1.27/arch/powerpc/boot/ |
D | zImage.coff.lds.S | 37 __bss_start = .; symbol
|
D | zImage.ps3.lds.S | 42 __bss_start = .; symbol
|
D | zImage.lds.S | 83 __bss_start = .; symbol
|
D | crt0.S | 31 p_bss_start: .llong __bss_start 43 p_bss_start: .long __bss_start
|
D | ops.h | 245 extern char __bss_start[];
|
/linux-4.1.27/arch/xtensa/boot/boot-redboot/ |
D | boot.ld | 47 __bss_start = .; symbol
|
D | bootstrap.S | 149 movi a6, __bss_start
|
/linux-4.1.27/arch/m32r/kernel/ |
D | head.S | 28 .global __bss_start 52 LDIMM (r2, __bss_start) 81 LDIMM (r2, __bss_start)
|
/linux-4.1.27/arch/m68k/coldfire/ |
D | head.S | 233 lea __bss_start,%a0 /* get start of bss */ 260 lea __bss_start,%a0 /* get start of bss */
|
/linux-4.1.27/arch/avr32/boot/u-boot/ |
D | head.S | 69 .long __bss_start
|
/linux-4.1.27/arch/score/kernel/ |
D | head.S | 36 la r30, __bss_start /* initialize BSS segment. */
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 73 __bss_start = .; symbol
|
D | head.S | 573 .word __bss_start @ r2
|
/linux-4.1.27/arch/x86/boot/ |
D | setup.ld | 47 __bss_start = .; symbol
|
/linux-4.1.27/arch/um/kernel/ |
D | uml.lds.S | 98 __bss_start = .; symbol
|
D | dyn.lds.S | 149 __bss_start = .; symbol
|
/linux-4.1.27/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 54 __bss_start = .; symbol
|
D | head.S | 163 .word __bss_start @ r2
|
/linux-4.1.27/arch/s390/kernel/ |
D | early.c | 192 memset(__bss_start, 0, __bss_stop - __bss_start); in clear_bss_section()
|
D | setup.c | 407 bss_resource.start = (unsigned long) &__bss_start; in setup_resources()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | head.S | 56 .import __bss_start,data 59 load32 PA(__bss_start),%r3
|
/linux-4.1.27/arch/m68k/68360/ |
D | head-rom.S | 15 .global __bss_start 231 moveal #__bss_start, %a0
|
D | head-ram.S | 221 moveal #__bss_start, %a0
|
/linux-4.1.27/arch/mips/kernel/ |
D | head.S | 97 PTR_LA t0, __bss_start # clear .bss
|
/linux-4.1.27/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 25 __bss_start = .; symbol
|
/linux-4.1.27/arch/metag/kernel/ |
D | setup.c | 548 memset(__bss_start, 0, in metag_start_kernel() 549 (unsigned long)__bss_stop - (unsigned long)__bss_start); in metag_start_kernel()
|
/linux-4.1.27/arch/m68k/mm/ |
D | init.c | 145 MLK_ROUNDUP(__bss_start, __bss_stop)); in print_memmap()
|
/linux-4.1.27/arch/sh/boot/compressed/ |
D | head_64.S | 129 movi datalabel __bss_start, r22
|
D | head_32.S | 90 .long __bss_start
|
/linux-4.1.27/arch/m68k/kernel/ |
D | setup_no.c | 224 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
|
/linux-4.1.27/arch/sh/kernel/ |
D | setup.c | 275 bss_resource.start = virt_to_phys(__bss_start); in setup_arch()
|
D | head_32.S | 337 3: .long __bss_start
|
D | head_64.S | 322 movi __bss_start, r22
|
/linux-4.1.27/arch/arm/kernel/ |
D | head-common.S | 112 .long __bss_start @ r6
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | head.S | 200 .long __bss_start @ r6
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | head.S | 247 movi a2, __bss_start # start of BSS
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | head.S | 128 mov __bss_start,a0
|
/linux-4.1.27/arch/arm/mm/ |
D | init.c | 539 MLK_ROUNDUP(__bss_start, __bss_stop)); in mem_init()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | head_64.S | 692 sethi %hi(__bss_start), %o0 693 or %o0, %lo(__bss_start), %o0
|
D | head_32.S | 520 set __bss_start , %o0 ! First address of BSS
|
/linux-4.1.27/arch/arm64/kernel/ |
D | head.S | 477 adr_l x6, __bss_start
|
/linux-4.1.27/arch/ia64/kernel/ |
D | setup.c | 248 bss_resource.start = ia64_tpa(__bss_start); in register_memory()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | setup.c | 692 __bss_start, __bss_stop, in memory_setup()
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | head.S | 350 move.d __bss_start, $r0
|
/linux-4.1.27/mm/ |
D | kmemleak.c | 1335 scan_block(__bss_start, __bss_stop, NULL, 1); in kmemleak_scan()
|
D | page_alloc.c | 5585 bss_size = __bss_stop - __bss_start; in mem_init_print_info()
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | head.S | 502 LOAD_SYMBOL_2_GPR(r24, __bss_start)
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 2819 bss_resource.start = compute_kern_paddr(__bss_start); in kernel_lds_init()
|