Home
last modified time | relevance | path

Searched refs:__in_section_unique (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/linker/
Dsection_tags.h18 #define __noinit __in_section_unique(_NOINIT_SECTION_NAME)
28 #define __imr __in_section_unique(imr)
29 #define __imrdata __in_section_unique(imrdata)
32 #define __kinetis_flash_config_section __in_section_unique(_KINETIS_FLASH_CONFIG_SECTION_NAME)
54 #define __nocache __in_section_unique(_NOCACHE_SECTION_NAME)
62 #define __incoherent __in_section_unique(cached)
/Zephyr-latest/include/zephyr/toolchain/
Dxcc.h20 #define __in_section_unique(seg) \ macro
Dgcc.h189 #ifndef __in_section_unique
190 #define __in_section_unique(seg) ___in_section(seg, __FILE__, __COUNTER__) macro
/Zephyr-latest/tests/kernel/mem_protect/mem_map/src/
Dmain.c135 __in_section_unique(test_mem_map) __used in __in_section_unique() function