/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | bootstrap.ld | 96 *startup_cat1b_cm33.*(.bss* COMMON) 97 *system_cyw20829.*(.bss* COMMON) 100 *cy_device.*(.bss* COMMON) 101 *cy_btss.*(.bss* COMMON) 102 *cy_sysclk_v2.*(.bss* COMMON) 103 *cy_syspm_v2.*(.bss* COMMON) 104 *cy_sysint_v2.*(.bss* COMMON) 105 *cy_syslib.*(.bss* COMMON) 106 *ppu_v1.*(.bss* COMMON) 107 *cy_mpc.*(.bss* COMMON) [all …]
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_main.c | 660 struct hostapd_data *bss; in hostapd_enable_iface_cb() local 662 wpa_printf(MSG_DEBUG, "Enable interface %s", hapd_iface->conf->bss[0]->iface); in hostapd_enable_iface_cb() 664 bss = hapd_iface->bss[0]; in hostapd_enable_iface_cb() 666 bss->conf->start_disabled = 0; in hostapd_enable_iface_cb() 673 l2_packet_deinit(bss->l2); in hostapd_enable_iface_cb() 674 bss->l2 = l2_packet_init(bss->conf->iface, bss->conf->bssid, ETH_P_EAPOL, in hostapd_enable_iface_cb() 675 &hostapd_event_eapol_rx_cb, bss, 0); in hostapd_enable_iface_cb() 676 if (bss->l2 == NULL) { in hostapd_enable_iface_cb() 694 wpa_msg(hapd_iface->bss[0]->msg_ctx, MSG_INFO, AP_EVENT_DISABLED); in hostapd_disable_iface_cb() 701 hostapd_cleanup_cs_params(hapd_iface->bss[j]); in hostapd_disable_iface_cb() [all …]
|
D | supp_events.c | 292 return hostapd_get_he_twt_responder(iface->bss[0], IEEE80211_MODE_AP); in is_twt_capable() 301 return hostapd_get_he_twt_responder(wpa_s->ap_iface->bss[0], IEEE80211_MODE_AP); in is_twt_capable() 314 char *ifname = iface->conf->bss[0]->iface; in supplicant_send_wifi_mgmt_ap_status() 334 char *ifname = ap_ctx->bss[0]->conf->iface; in supplicant_send_wifi_mgmt_ap_sta_event()
|
/Zephyr-latest/subsys/testsuite/coverage/ |
D | coverage_ram.ld | 19 KEEP(*(".bss.__gcov0.*")); 36 *(".bss.__gcov0.*"); 47 *(".bss.__gcov0.*"); 59 *(".bss.__gcov0.*"); 74 *(".bss.__gcov0.*");
|
/Zephyr-latest/soc/aspeed/ast10x0/ |
D | nocache.ld | 9 *(.nocache.bss*)
|
/Zephyr-latest/tests/application_development/code_relocation/ |
D | README.rst | 8 A simple example that demonstrates how relocation of code, data or bss sections
|
D | linker_riscv_qemu_sram2.ld | 14 * this is just an example to show relocation of code/data/bss script
|
/Zephyr-latest/samples/boards/intel/adsp/code_relocation/ |
D | linker_xtensa_intel_adsp_cavs.ld | 58 .bss (NOLOAD) : 71 *(.bss) 72 *(.bss.*)
|
/Zephyr-latest/tests/application_development/code_relocation/src/ |
D | test_file3.c | 12 __in_section(bss, sram2, var) uint32_t var_file3_sram2_bss; in __in_section() argument
|
D | test_file4.c | 12 __in_section(bss, sram2, var) uint32_t var_file4_sram2_bss; in __in_section() argument
|
D | test_file5.c | 12 __in_section(bss, sram2, var) uint32_t var_file5_sram2_bss; in __in_section() argument
|
/Zephyr-latest/tests/bluetooth/host/conn/mocks/ |
D | mock-sections.ld | 29 INSERT AFTER .bss;
|
/Zephyr-latest/tests/application_development/code_relocation/test_lib/ |
D | test_lib1.c | 12 __in_section(bss, sram2, var) uint32_t var_lib1_sram2_bss; in __in_section() argument
|
/Zephyr-latest/include/zephyr/linker/ |
D | sections.h | 23 #define _BSS_SECTION_NAME bss 115 #define BSS bss
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | linker.ld | 88 .bss (NOLOAD) : 91 *(.bss .bss.*)
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | mcuboot.ld | 109 *(.iram.bss) 110 *(.iram.bss*) 244 .bss (NOLOAD): 258 *(.bss) 259 *(.bss.*)
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | mcuboot.ld | 109 *(.iram.bss) 110 *(.iram.bss*) 244 .bss (NOLOAD): 258 *(.bss) 259 *(.bss.*)
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | mcuboot.ld | 107 *(.iram.bss) 108 *(.iram.bss*) 242 .bss (NOLOAD): 256 *(.bss) 257 *(.bss.*)
|
/Zephyr-latest/soc/cdns/sample_controller32/include/ |
D | xtensa-sample-controller32.ld | 179 .dram1.bss (NOLOAD) : ALIGN(8) 183 *(.dram1.bss) 210 .dram0.bss (NOLOAD) : ALIGN(8) 214 *(.dram0.bss) 525 .bss (NOLOAD) : HDR_MPU_SEGMENT_SIZE_ALIGN 538 *(.bss) 539 *(.bss.*) 542 *(.sram.bss)
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/scripts/ |
D | ish_aon.ld | 28 AON_IN_SECT(bss)
|
/Zephyr-latest/samples/application_development/code_relocation_nocopy/ |
D | README.rst | 4 Relocate code, data, or bss sections using a custom linker script. 8 A simple example that demonstrates how relocation of code, data or bss sections
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_tiny.ld | 323 SECTION_PROLOGUE(boot.bss, (NOLOAD),) 513 SECTION_PROLOGUE(pinned.bss, (NOLOAD),) 519 LIB_KERNEL_IN_SECT(bss) 520 LIB_ARCH_X86_IN_SECT(bss) 525 LIB_ZEPHYR_IN_SECT(bss) 526 LIB_C_IN_SECT(bss) 527 LIB_DRIVERS_IN_SECT(bss) 528 LIB_SUBSYS_LOGGING_IN_SECT(bss) 531 *(.bss.__gcov0.*) 733 *(.bss) [all …]
|
/Zephyr-latest/soc/cdns/xtensa_sample_controller/include/ |
D | xtensa-sample-controller.ld | 209 .dram1.bss (NOLOAD) : ALIGN(8) 213 *(.dram1.bss) 240 .dram0.bss (NOLOAD) : ALIGN(8) 244 *(.dram0.bss) 578 .bss (NOLOAD) : ALIGN(8) 591 *(.bss) 592 *(.bss.*) 595 *(.sram.bss)
|
/Zephyr-latest/cmake/linker_script/arm/ |
D | linker.cmake | 131 zephyr_linker_section(NAME .bss VMA RAM LMA FLASH TYPE BSS) 132 zephyr_linker_section_configure(SECTION .bss INPUT COMMON) 133 zephyr_linker_section_configure(SECTION .bss INPUT ".kernel_bss.*") 136 zephyr_linker_section_configure(SECTION .bss ALIGN 4) 204 zephyr_linker_section_configure(SECTION .bss ANY FLAGS "+ZI")
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | img_mgmt_state.c | 200 struct boot_swap_state bss; in read_directxip_state() local 211 rc = boot_read_swap_state(fa, &bss); in read_directxip_state() 218 if (bss.magic == BOOT_MAGIC_GOOD) { in read_directxip_state() 219 if (bss.image_ok == BOOT_FLAG_SET) { in read_directxip_state() 221 } else if (bss.copy_done == BOOT_FLAG_SET) { in read_directxip_state()
|