| /OK3568_Linux_fs/u-boot/arch/arm/cpu/ |
| H A D | u-boot-spl.lds | 57 __bss_start = .; symbol 62 __bss_size = __bss_end - __bss_start; 80 ASSERT(__bss_end - __bss_start < (CONFIG_SPL_BSS_MAX_SIZE), \
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | setup.c | 107 romfs_base = (unsigned int)&__bss_start; in machine_early_init() 119 memset(__bss_start, 0, __bss_stop-__bss_start); in machine_early_init()
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/lib/ |
| H A D | relocate.c | 13 size_t len = (size_t)&__bss_end - (size_t)&__bss_start; in clear_bss() 15 memset((void *)&__bss_start, 0x00, len); in clear_bss()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | early_32.c | 28 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_init()
|
| /OK3568_Linux_fs/kernel/arch/m68k/68000/ |
| H A D | head.S | 182 moveal #__bss_start, %a2 207 lea __bss_start, %a0 /* get start of bss */ 227 lea __bss_start, %a0 /* get start of bss */
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | sections.h | 16 extern char __bss_start[], __bss_stop[]; 76 extern char __bss_start[];
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | relocate.c | 327 bss_length = (long)&__bss_stop - (long)&__bss_start; in relocate_kernel() 382 memcpy(RELOCATED(&__bss_start), &__bss_start, bss_length); in relocate_kernel() 425 pr_cont(" .bss @ 0x%pK\n", __bss_start); in show_kernel_relocation()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-zynqmp/ |
| H A D | spl.c | 31 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
| /OK3568_Linux_fs/u-boot/arch/arc/lib/ |
| H A D | relocate.c | 27 ulong dst_addr = (ulong)&__bss_start + gd->reloc_off; in clear_bss() 28 size_t len = (size_t)&__bss_end - (size_t)&__bss_start; in clear_bss()
|
| /OK3568_Linux_fs/u-boot/arch/mips/lib/ |
| H A D | reloc.c | 145 bss_start = (uint8_t *)((unsigned long)__bss_start + off); in relocate_code() 146 bss_len = (unsigned long)&__bss_end - (unsigned long)__bss_start; in relocate_code()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/zynqmp/ |
| H A D | spl.c | 32 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
| /OK3568_Linux_fs/u-boot/board/bachmann/ot1200/ |
| H A D | ot1200_spl.c | 156 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | u-boot-spl.lds | 44 __bss_start = .; symbol 50 __bss_size = __bss_end - __bss_start;
|
| /OK3568_Linux_fs/u-boot/board/barco/platinum/ |
| H A D | spl_picon.c | 175 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
| H A D | spl_titanium.c | 178 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | setup.c | 108 memset(__bss_start, 0, __bss_stop - __bss_start); in csky_start()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | u-boot-tpl-v8.lds | 58 KEEP(*(.__bss_start)); 84 ASSERT(__bss_end - __bss_start < (CONFIG_TPL_BSS_MAX_SIZE), \
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | spl.c | 61 memset(&__bss_start, 0, (ulong)&__bss_end - (ulong)&__bss_start); in x86_spl_init()
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_t335/ |
| H A D | u-boot.lds | 84 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c 89 KEEP(*(.__bss_start));
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | vmlinux.lds.S | 170 QUAD(__bss_start - _stext) /* image_size */ 171 QUAD(__bss_stop - __bss_start) /* bss_size */
|
| /OK3568_Linux_fs/u-boot/board/birdland/bav335x/ |
| H A D | u-boot.lds | 88 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c 93 KEEP(*(.__bss_start));
|
| /OK3568_Linux_fs/u-boot/board/cirrus/edb93xx/ |
| H A D | u-boot.lds | 87 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c 92 KEEP(*(.__bss_start));
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-zynq/ |
| H A D | u-boot.lds | 101 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c 106 KEEP(*(.__bss_start));
|
| /OK3568_Linux_fs/kernel/arch/nios2/boot/compressed/ |
| H A D | head.S | 45 movia r3, __bss_start /* End of copy */ 62 movia r2, __bss_start /* presume nothing is between */
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | u-boot-spl.lds | 61 __bss_start = .; symbol 106 __bss_start = .; symbol
|