Searched refs:__bss_stop (Results 1 – 25 of 39) sorted by relevance
12
/arch/microblaze/kernel/ |
D | setup.c | 113 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()
|
D | vmlinux.lds.S | 137 __bss_stop = . ; symbol
|
/arch/m68k/68000/ |
D | head.S | 195 lea __bss_stop,%a1 208 lea __bss_stop, %a1 /* set up destination */ 228 lea __bss_stop, %a1 /* get end of bss */
|
/arch/powerpc/kernel/ |
D | early_32.c | 28 memset(PTRRELOC(&__bss_start), 0, __bss_stop - __bss_start); in early_init()
|
/arch/m68k/kernel/ |
D | setup_no.c | 137 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch() 139 __bss_stop, memory_start, memory_start, memory_end); in setup_arch()
|
/arch/m68k/coldfire/ |
D | head.S | 235 lea __bss_stop,%a1 /* set up destination */ 253 lea __bss_stop,%a1 262 lea __bss_stop,%a1 /* get end of bss */
|
/arch/xtensa/mm/ |
D | init.c | 167 (unsigned long)__bss_start, (unsigned long)__bss_stop, in mem_init() 168 (unsigned long)(__bss_stop - __bss_start) >> 10); in mem_init()
|
/arch/c6x/kernel/ |
D | head.S | 19 MVKL .S2 __bss_stop,B6 20 MVKH .S2 __bss_stop,B6
|
D | vmlinux.lds.S | 136 __bss_stop = .; symbol
|
/arch/hexagon/kernel/ |
D | head.S | 194 { 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/ |
D | pgtable.c | 72 !(p >= __virt_to_phys((phys_addr_t)__bss_stop) && in __ioremap() 73 p < __virt_to_phys((phys_addr_t)__bss_stop))) { in __ioremap()
|
/arch/um/kernel/ |
D | uml.lds.S | 112 __bss_stop = .; symbol
|
D | dyn.lds.S | 168 __bss_stop = .; symbol
|
/arch/csky/kernel/ |
D | setup.c | 108 memset(__bss_start, 0, __bss_stop - __bss_start); in csky_start()
|
/arch/arm/kernel/ |
D | head-common.S | 127 .long __bss_stop @ sp (temporary stack in .bss) 131 .long __bss_stop @ r1
|
/arch/arm64/kernel/ |
D | image-vars.h | 127 KVM_NVHE_ALIAS(__bss_stop);
|
/arch/s390/kernel/ |
D | vmlinux.lds.S | 173 QUAD(__bss_stop - __bss_start) /* bss_size */
|
/arch/x86/xen/ |
D | xen-head.S | 32 mov $__bss_stop, %_ASM_CX
|
/arch/mips/kernel/ |
D | head.S | 125 PTR_LA t1, __bss_stop - LONGSIZE
|
/arch/nios2/kernel/ |
D | head.S | 152 movia r1, __bss_stop
|
/arch/parisc/kernel/ |
D | head.S | 57 .import __bss_stop,data 60 load32 PA(__bss_stop),%r4
|
/arch/arm64/kvm/hyp/nvhe/ |
D | setup.c | 104 ret = pkvm_create_mappings(__hyp_bss_end, __bss_stop, PAGE_HYP_RO); in recreate_hyp_mappings()
|
/arch/arc/kernel/ |
D | head.S | 126 sub r6, __bss_stop, r5
|
/arch/sh/lib/ |
D | mcount.S | 275 .long __bss_stop
|
/arch/sh/kernel/ |
D | setup.c | 308 bss_resource.end = virt_to_phys(__bss_stop)-1; in setup_arch()
|
12