Home
last modified time | relevance | path

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

12

/openbmc/u-boot/doc/SPL/
H A DREADME.omap338 0x80000000 - 0x8007FFFF: Area for the SPL BSS.
46 0x87000000 - 0x8707FFFF: Area for the SPL BSS.
52 only vary in where the BSS and malloc pool reside.
/openbmc/u-boot/arch/arm/cpu/
H A Du-boot-spl.lds88 "SPL image BSS too big");
93 "SPL image plus BSS too big");
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/
H A D0001-cli-drop-the-second-argument-from-click.argument-dec.patch35 @click.option('--ssid', default=None, help='Look at scan results for BSS examples')
36 @click.option('--bssid', default=None, help='Look at scan results for BSS examples')
106 # fi.w1.wpa_supplicant1.BSS API
/openbmc/linux/Documentation/driver-api/80211/
H A Dcfg80211.rst96 Scanning and BSS list handling
100 :doc: Scanning and BSS list handling
/openbmc/u-boot/arch/microblaze/cpu/
H A Du-boot-spl.lds61 "SPL image plus BSS too big");
/openbmc/linux/arch/mips/boot/compressed/
H A Dld.script44 /* BSS */
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Du-boot-spl.lds59 "SPL image BSS too big");
/openbmc/u-boot/arch/arm/mach-zynq/
H A Du-boot-spl.lds50 /* Move BSS section to RAM because of FAT */
/openbmc/linux/arch/xtensa/kernel/
H A Dhead.S247 movi a2, __bss_start # start of BSS
248 movi a3, __bss_stop # end of BSS
/openbmc/linux/arch/um/kernel/
H A Duml.lds.S111 BSS(0)
/openbmc/qemu/tests/tcg/tricore/
H A Dlink.ld63 * Allocate space for BSS sections.
/openbmc/linux/arch/arc/kernel/
H A Dhead.S123 ; Clear BSS before updating any globals
/openbmc/linux/net/wireless/
H A DKconfig149 owner (GO) on channels marked with NO_IR if there is an additional BSS
153 scenarios, this relaxation is not allowed in cases where the BSS client
/openbmc/linux/arch/sh/kernel/
H A Dhead_32.S300 ! Clear BSS area
/openbmc/linux/arch/sh/
H A DKconfig.debug76 bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)"
/openbmc/u-boot/tools/binman/
H A DREADME.entries439 Entry: u-boot-spl-bss-pad: U-Boot SPL binary padded with a BSS region
446 binary to cover the BSS (Block Started by Symbol) region. This region holds
449 pad out the BSS region to avoid the data overlapping with U-Boot variables.
451 to cover both the code, data and BSS.
454 binman uses that to look up the BSS address.
/openbmc/linux/arch/sparc/kernel/
H A Dhead_32.S523 set __bss_start , %o0 ! First address of BSS
524 set _end , %o1 ! Last address of BSS
/openbmc/linux/include/asm-generic/
H A Dvmlinux.lds.h728 #define BSS(bss_align) \ macro
1129 BSS(bss_align) \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/
H A Ddefconfig132 # IEEE Std 802.11r-2008 (Fast BSS Transition)
/openbmc/qemu/hw/display/
H A Dxenfb.c606 const int BSS = 32 - (BSB); \
620 (((spix << BSS) & BSM & BDM) >> BDS); \
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A DREADME201 type=[1,2,3] BSS type: 1 (Infra), 2(Adhoc), 3(Any)
/openbmc/u-boot/common/spl/
H A DKconfig167 bool "BSS section is in a different memory region from text"
169 Some platforms need a large BSS region in SPL and can provide this
170 because RAM is already set up. In this case BSS can be moved to RAM.
172 location is used. Normally we put the device tree at the end of BSS
/openbmc/linux/arch/powerpc/
H A DKconfig.debug284 kernel BSS and should be safe to select on any system. A debugger
/openbmc/linux/Documentation/networking/device_drivers/wifi/intel/
H A Dipw2100.rst100 - Managed (BSS) and Ad-Hoc (IBSS)
/openbmc/u-boot/
H A DREADME244 - no global_data or BSS
257 - BSS is not available, so you cannot use global/static variables,
269 - these is no need to clear BSS, it will be done by crt0.S
273 Here the BSS is cleared. For SPL, if CONFIG_SPL_STACK_R is defined, then at
282 - BSS is available, all static/global variables can be used
2415 Maximum size in memory allocated to the SPL, BSS included.
2423 linker lists sections), BSS excluded.
2435 Link address for the BSS within the SPL binary.
2438 Maximum size in memory allocated to the SPL BSS.
4578 This means that we don't have writable Data or BSS segments, and BSS
[all …]

12