Searched refs:BSS (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Duml.lds.S82 BSS(0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dhead.S48 * Clear BSS first so that there are no surprises...
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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dhead.S184 * Now clear the BSS segment.
187 movi a2, __bss_start # start of BSS
188 movi a3, __bss_stop # end of BSS
235 * BSS section
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dhead-nommu.S91 mov pc, r3 @ clear the BSS and jump
H A Dhead-common.S51 mov fp, #0 @ Clear BSS (and zero fp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/compressed/
H A Dhead.S43 # clear the BSS area
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dspectrum_def.h146 u8 BSS:1; member in struct:_MEASURE_BASIC_REPORT_MAP::PACKED
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/boot/compressed/
H A Dhead.S59 * Clear BSS first so that there are no surprises...
70 ; R4 = BSS size in longwords (rounded down)
103 srli r4, #2 ; R4 = BSS size in longwords (rounded down)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dhead_32.S295 * Don't clear BSS if running on slow platforms such as an RTL simulation,
299 ! Clear BSS area
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/compressed/
H A Dhead_v10.S82 ;; Clear the decompressors BSS (between _edata and _end)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dvmlinux.lds.h505 #define BSS(bss_align) \ macro
765 BSS(bss_align) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dhead.S391 ;; Now, move the root fs to after kernel's BSS
416 ;; BSS move done.
459 ;; Clear the BSS region from _bss_start to _end.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dhead.S82 # clear the BSS area
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dhead.S134 ;; 1) kernel text, 2) kernel data, 3) kernel BSS
139 ;; from its position after kernel data, to after kernel BSS, BEFORE the
140 ;; kernel starts using the BSS area (since its "overlayed" with the ROMFS)
239 ;; Move the ROM fs to after BSS end. This assumes that the cramfs
293 ;; We want to copy it to the end of the BSS
318 ;; Dont worry that the BSS is tainted. It will be cleared later.
352 ;; Clear BSS region, from _bss_start to _end
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dmatch32.asm35 BSS32 segment dword USE32 public 'BSS'
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dhead.S404 # clear the BSS area
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dcrc_i86.asm266 _BSS SEGMENT WORD PUBLIC 'BSS'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dcrc_i86.asm266 _BSS SEGMENT WORD PUBLIC 'BSS'
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dhead_32.S1015 /* Zero out our BSS section. */
1016 set __bss_start , %o0 ! First address of BSS
1017 set _end , %o1 ! Last address of BSS
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h196 * Per-BSS information structure.
201 /* BSS info structure
225 uint8 n_cap; /* BSS is 802.11N Capable */
226 uint32 nbss_cap; /* 802.11N BSS Capabilities (based on HT_CAP_*) */
227 uint8 ctl_ch; /* 802.11N BSS control channel number */
228 uint32 reserved32[1]; /* Reserved for expansion of BSS properties */
230 uint8 reserved[3]; /* Reserved for expansion of BSS properties */
231 uint8 basic_mcs[MCSSET_LEN]; /* 802.11N BSS required MCS set */
243 /* BSS info structure
267 uint8 n_cap; /* BSS i
298 uint32 BSS; member in struct:wl_bsscfg
[all...]

Completed in 517 milliseconds