Home
last modified time | relevance | path

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

12

/Zephyr-latest/include/zephyr/linker/
Dsection_tags.h20 #define __irq_vector_table Z_GENERIC_SECTION(_IRQ_VECTOR_TABLE_SECTION_NAME)
21 #define __sw_isr_table Z_GENERIC_SECTION(_SW_ISR_TABLE_SECTION_NAME)
24 #define __shared_sw_isr_table Z_GENERIC_SECTION(_SHARED_SW_ISR_TABLE_SECTION_NAME)
33 #define __ti_ccfg_section Z_GENERIC_SECTION(_TI_CCFG_SECTION_NAME)
34 #define __ccm_data_section Z_GENERIC_SECTION(_CCM_DATA_SECTION_NAME)
35 #define __ccm_bss_section Z_GENERIC_SECTION(_CCM_BSS_SECTION_NAME)
36 #define __ccm_noinit_section Z_GENERIC_SECTION(_CCM_NOINIT_SECTION_NAME)
37 #define __itcm_section Z_GENERIC_SECTION(_ITCM_SECTION_NAME)
38 #define __dtcm_data_section Z_GENERIC_SECTION(_DTCM_DATA_SECTION_NAME)
39 #define __dtcm_bss_section Z_GENERIC_SECTION(_DTCM_BSS_SECTION_NAME)
[all …]
/Zephyr-latest/tests/subsys/llext/src/
Dinit_fini_ext.c52 static const void *const preinit_fn_ptrs[] __used Z_GENERIC_SECTION(".preinit_array") = {
56 static const void *const init_fn_ptrs[] __used Z_GENERIC_SECTION(".init_array") = {
59 static const void *const fini_fn_ptrs[] __used Z_GENERIC_SECTION(".fini_array") = {
/Zephyr-latest/include/zephyr/toolchain/
Darmclang.h21 #undef Z_GENERIC_SECTION
24 #define Z_GENERIC_SECTION(segment) __GENERIC_SECTION(segment) macro
/Zephyr-latest/include/zephyr/app_memory/
Dapp_memdomain.h51 #define K_APP_DMEM(id) Z_GENERIC_SECTION(K_APP_DMEM_SECTION(id))
61 #define K_APP_BMEM(id) Z_GENERIC_SECTION(K_APP_BMEM_SECTION(id))
137 Z_GENERIC_SECTION(.app_regions.name) \
/Zephyr-latest/include/zephyr/llext/
Dsymbol.h95 Z_GENERIC_SECTION(".exported_sym") __used \
125 static const char Z_GENERIC_SECTION("llext_exports_strtab") __used \
/Zephyr-latest/soc/st/stm32/stm32wb0x/
Dsoc.c41 Z_GENERIC_SECTION("stm32wb0_RAM_VR")
50 Z_GENERIC_SECTION("stm32wb0_BLUE_RAM")
/Zephyr-latest/arch/arm/core/cortex_m/
Dexc_exit.c55 Z_GENERIC_SECTION(.text._HandlerModeExit) void z_arm_exc_exit(void) in z_arm_exc_exit()
Dprep_c.c40 Z_GENERIC_SECTION(.vt_pointer_section) __attribute__((used))
/Zephyr-latest/modules/lvgl/
Dlvgl.c57 Z_GENERIC_SECTION(.lvgl_buf)
64 Z_GENERIC_SECTION(.lvgl_buf)
72 Z_GENERIC_SECTION(.lvgl_buf)
Dlvgl_mem.c17 #define HEAP_MEM_ATTRIBUTES Z_GENERIC_SECTION(.lvgl_heap) __aligned(8)
/Zephyr-latest/modules/mbedtls/
Dzephyr_init.c33 #define HEAP_MEM_ATTRIBUTES Z_GENERIC_SECTION(.mbedtls_heap)
/Zephyr-latest/include/zephyr/
Dsw_isr_table.h216 static struct _isr_list_sname Z_GENERIC_SECTION(.intList) \
250 static struct _isr_list_sname Z_GENERIC_SECTION(.intList) \
274 static Z_DECL_ALIGN(struct _isr_list) Z_GENERIC_SECTION(.intList) \
/Zephyr-latest/tests/lib/devicetree/memory_region/src/
Dmain.c18 uint8_t var_in_test_sram[TEST_SRAM_SIZE] Z_GENERIC_SECTION(TEST_SRAM_SECT);
/Zephyr-latest/lib/open-amp/
Dresource_table.c34 #define __resource Z_GENERIC_SECTION(.resource_table)
/Zephyr-latest/soc/infineon/cat1b/cyw20829/
Dapp_header.c37 const struct app_header app_header Z_GENERIC_SECTION(.app_header) = {
/Zephyr-latest/arch/arc/core/
Dvector_table.c50 struct vector_table _VectorTable Z_GENERIC_SECTION(.exc_vector_table) = {
/Zephyr-latest/arch/common/
Disr_tables.c29 Z_GENERIC_SECTION(.irq_info) __used struct int_list_header _iheader = {
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c137 Z_GENERIC_SECTION(.tss)
150 Z_GENERIC_SECTION(.tss)
/Zephyr-latest/arch/x86/include/intel64/
Dkernel_arch_data.h58 Z_GENERIC_SECTION(.tss) \
/Zephyr-latest/tests/drivers/memc/ram/src/
Dmain.c15 Z_GENERIC_SECTION(LINKER_DT_NODE_REGION_NAME(DT_NODELABEL(label)))
/Zephyr-latest/arch/x86/core/intel64/
Dcpu.c38 Z_GENERIC_SECTION(.boot_arg)
/Zephyr-latest/drivers/crypto/
Dcrypto_it8xxx2_sha.c61 Z_GENERIC_SECTION(.__sha256_ram_block) struct chip_sha256_ctx chip_ctx;
Dcrypto_it8xxx2_sha_v2.c72 Z_GENERIC_SECTION(.__sha256_ram_block) struct chip_sha256_ctx chip_ctx;
/Zephyr-latest/lib/libc/common/source/stdlib/
Dmalloc.c35 # define POOL_SECTION Z_GENERIC_SECTION(K_APP_DMEM_SECTION(z_malloc_partition))
/Zephyr-latest/tests/drivers/display/display_read_write/src/
Dmain.c18 Z_GENERIC_SECTION(CONFIG_DISPLAY_BUFFER_SECTION)

12