Searched refs:__used (Results 26 – 39 of 39) sorted by relevance
12
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | thread.c | 596 __used void arch_irq_unlock_outlined(unsigned int key) in arch_irq_unlock_outlined() 605 __used unsigned int arch_irq_lock_outlined(void) in arch_irq_lock_outlined()
|
/Zephyr-latest/scripts/ |
D | tags.sh | 66 -I __used,__packed,__packed2__,__must_check,__must_hold \
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/ |
D | power.c | 105 static void __used power_gate_exit(void) in power_gate_exit()
|
/Zephyr-latest/include/zephyr/logging/ |
D | log.h | 324 __in_section(_log_strings, static, _CONCAT(_name, _)) __used __noasan = \
|
D | log_msg.h | 449 __in_section(_log_strings, static, _CONCAT(_name, _)) __used __noasan = \
|
/Zephyr-latest/include/zephyr/ |
D | device.h | 1110 static const Z_DECL_ALIGN(struct init_entry) __used __noasan Z_INIT_ENTRY_SECTION( \ 1119 static const Z_DECL_ALIGN(struct init_entry) __used __noasan \
|
D | bindesc.h | 164 __in_section(_bindesc_entry, static, name) __used __noasan
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | power.c | 215 static void __used power_gate_exit(void) in power_gate_exit()
|
/Zephyr-latest/tests/kernel/mem_protect/mem_map/src/ |
D | main.c | 135 __in_section_unique(test_mem_map) __used in __in_section_unique()
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | gcc.h | 255 #define __used __attribute__((__used__)) macro
|
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/ |
D | soc.c | 771 void __used _soc_reset_hook(void) in _soc_reset_hook()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 3272 __used __in_section(_net_if, static, \ 3298 __used __in_section(_net_if, static, \
|
/Zephyr-latest/arch/x86/core/ |
D | x86_mmu.c | 277 static __used char dummy_pagetables[INITIAL_PTABLE_SIZE];
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 2623 * :github:`34413` - Improve __used attribute to actually keep requested function/variable
|
12