Searched refs:_bss (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Dhead_32.S97 leal (_bss-4)(%ebp), %esi
98 leal (_bss-4)(%ebx), %edi
99 movl $(_bss - startup_32), %ecx
120 leal _bss(%ebx), %edi
H A Dvmlinux.lds.S58 _bss = . ; define
H A Dhead_64.S254 leaq (_bss-8)(%rip), %rsi
255 leaq (_bss-8)(%rbx), %rdi
256 movq $_bss /* - $startup_32 */, %rcx
276 leaq _bss(%rip), %rdi
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/boot/compressed/
H A Dvmlinux.lds.S47 _bss = . ; define
H A Dmisc.c28 extern char _bss, _ebss;
137 memset(&_bss, 0, &_ebss - &_bss);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_linux.h721 #define RTMP_SET_PACKET_NET_DEVICE_MBSSID(_p, _bss) RTMP_SET_PACKET_IF((_p), (_bss))
722 #define RTMP_SET_PACKET_NET_DEVICE_WDS(_p, _bss) RTMP_SET_PACKET_IF((_p), ((_bss) + MIN_NET_DEVICE_FOR_WDS))

Completed in 44 milliseconds