Searched refs:BSS (Results 1 – 26 of 26) sorted by relevance
/linux-4.1.27/arch/m32r/kernel/ |
D | head.S | 54 sub r3, r2 ; BSS size in bytes 55 ; R4 = BSS size in longwords (rounded down) 83 sub r3, r2 ; BSS size in bytes 85 srli r4, #2 ; R4 = BSS size in longwords (rounded down) 94 and3 r4, r3, #3 ; get no. of remaining BSS bytes to clear
|
/linux-4.1.27/arch/m32r/boot/compressed/ |
D | head.S | 71 ; R4 = BSS size in longwords (rounded down) 104 srli r4, #2 ; R4 = BSS size in longwords (rounded down)
|
/linux-4.1.27/arch/mips/boot/compressed/ |
D | ld.script | 37 /* BSS */
|
/linux-4.1.27/arch/um/kernel/ |
D | uml.lds.S | 101 BSS(0)
|
/linux-4.1.27/arch/c6x/kernel/ |
D | vmlinux.lds.S | 133 BSS(8)
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | head.S | 247 movi a2, __bss_start # start of BSS 248 movi a3, __bss_stop # end of BSS
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | head.S | 317 ;; Now, move the root fs to after kernel's BSS 340 ;; BSS move done.
|
/linux-4.1.27/arch/cris/boot/compressed/ |
D | head_v10.S | 82 ;; Clear the decompressors BSS (between _edata and _end)
|
/linux-4.1.27/arch/arm/kernel/ |
D | head-common.S | 91 mov fp, #0 @ Clear BSS (and zero fp)
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | head.S | 217 mov fp, #0 @ Clear BSS (and zero fp)
|
/linux-4.1.27/include/asm-generic/ |
D | vmlinux.lds.h | 557 #define BSS(bss_align) \ macro 828 BSS(bss_align) \
|
/linux-4.1.27/net/wireless/ |
D | Kconfig | 122 owner (GO) on channels marked with NO_IR if there is an additional BSS 126 scenarios, this relaxation is not allowed in cases that the BSS client
|
/linux-4.1.27/arch/sh/kernel/ |
D | head_32.S | 299 ! Clear BSS area
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.debug | 71 bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)"
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | head.S | 289 ;; We want to copy it to the end of the BSS 314 ;; Dont worry that the BSS is tainted. It will be cleared later. 348 ;; Clear BSS region, from _bss_start to _end
|
/linux-4.1.27/arch/sparc/kernel/ |
D | head_32.S | 520 set __bss_start , %o0 ! First address of BSS 521 set _end , %o1 ! Last address of BSS
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | head.S | 127 # clear the BSS area
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | README | 201 type=[1,2,3] BSS type: 1 (Infra), 2(Adhoc), 3(Any)
|
/linux-4.1.27/arch/frv/kernel/ |
D | head.S | 404 # clear the BSS area
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 256 kernel BSS and should be safe to select on any system. A debugger
|
/linux-4.1.27/Documentation/networking/ |
D | README.ipw2100 | 93 - Managed (BSS) and Ad-Hoc (IBSS)
|
D | README.ipw2200 | 108 + BSS mode (Infrastructure, Managed)
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 337 - Some big arrays are now allocated boot time. This makes the BSS segment
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1801 # TEXT and BSS so we preserve their values in the config files. 1814 hex "Compressed ROM boot loader BSS address"
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 210 * Data BSS * * * 258 * Data BSS * * *
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 372 with the memory region, as the case would be with BSS (uninitialized data).
|