Home
last modified time | relevance | path

Searched refs:BSS (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/arch/m32r/kernel/
Dhead.S54 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/
Dhead.S71 ; 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/
Dld.script37 /* BSS */
/linux-4.1.27/arch/um/kernel/
Duml.lds.S101 BSS(0)
/linux-4.1.27/arch/c6x/kernel/
Dvmlinux.lds.S133 BSS(8)
/linux-4.1.27/arch/xtensa/kernel/
Dhead.S247 movi a2, __bss_start # start of BSS
248 movi a3, __bss_stop # end of BSS
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dhead.S317 ;; Now, move the root fs to after kernel's BSS
340 ;; BSS move done.
/linux-4.1.27/arch/cris/boot/compressed/
Dhead_v10.S82 ;; Clear the decompressors BSS (between _edata and _end)
/linux-4.1.27/arch/arm/kernel/
Dhead-common.S91 mov fp, #0 @ Clear BSS (and zero fp)
/linux-4.1.27/arch/unicore32/kernel/
Dhead.S217 mov fp, #0 @ Clear BSS (and zero fp)
/linux-4.1.27/include/asm-generic/
Dvmlinux.lds.h557 #define BSS(bss_align) \ macro
828 BSS(bss_align) \
/linux-4.1.27/net/wireless/
DKconfig122 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/
Dhead_32.S299 ! Clear BSS area
/linux-4.1.27/arch/sh/
DKconfig.debug71 bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)"
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dhead.S289 ;; 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/
Dhead_32.S520 set __bss_start , %o0 ! First address of BSS
521 set _end , %o1 ! Last address of BSS
/linux-4.1.27/arch/mn10300/kernel/
Dhead.S127 # clear the BSS area
/linux-4.1.27/drivers/net/wireless/libertas/
DREADME201 type=[1,2,3] BSS type: 1 (Infra), 2(Adhoc), 3(Any)
/linux-4.1.27/arch/frv/kernel/
Dhead.S404 # clear the BSS area
/linux-4.1.27/arch/powerpc/
DKconfig.debug256 kernel BSS and should be safe to select on any system. A debugger
/linux-4.1.27/Documentation/networking/
DREADME.ipw210093 - Managed (BSS) and Ad-Hoc (IBSS)
DREADME.ipw2200108 + BSS mode (Infrastructure, Managed)
/linux-4.1.27/sound/oss/
DCHANGELOG337 - Some big arrays are now allocated boot time. This makes the BSS segment
/linux-4.1.27/arch/arm/
DKconfig1801 # 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/
DDebugging390.txt210 * Data BSS * * *
258 * Data BSS * * *
/linux-4.1.27/Documentation/filesystems/
Dproc.txt372 with the memory region, as the case would be with BSS (uninitialized data).