Home
last modified time | relevance | path

Searched refs:__noinit (Results 1 – 23 of 23) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/linker/
Dsection_tags.h18 #define __noinit __in_section_unique(_NOINIT_SECTION_NAME) macro
57 #define __nocache_noinit __noinit
71 #define __kstackmem __noinit
85 #define __boot_noinit __noinit
99 #define __pinned_noinit __noinit
/Zephyr-Core-3.7.0/arch/arm/core/cortex_m/
Dpm_s2ram.c17 __noinit _cpu_context_t _cpu_context;
23 static __noinit uint32_t marker;
/Zephyr-Core-3.7.0/scripts/coccinelle/
Dmacros.h22 #define __noinit
/Zephyr-Core-3.7.0/kernel/
Dcompiler_stack_protect.c54 __noinit volatile uintptr_t __stack_chk_guard;
Dmailbox.c57 static struct k_mbox_async __noinit async_msg[CONFIG_NUM_MBOX_ASYNC_MSGS]; in init_mbox_module()
/Zephyr-Core-3.7.0/tests/kernel/pending/src/
Dmain.c83 static int __noinit coop_high_state;
84 static int __noinit coop_low_state;
85 static int __noinit task_high_state;
86 static int __noinit task_low_state;
88 static int __noinit counter;
/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell_history.h34 static uint8_t __noinit __aligned(sizeof(void *)) \
/Zephyr-Core-3.7.0/tests/drivers/flash_simulator/flash_sim_reboot/src/
Dmain.c19 static uint32_t boot_count __noinit; variable
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dring_buffer.h82 static uint8_t __noinit _ring_buffer_data_##name[size8]; \
106 static uint32_t __noinit _ring_buffer_data_##name[size32]; \
/Zephyr-Core-3.7.0/include/zephyr/drivers/usb/
Dudc_buf.h87 (UDC_HEAP_DEFINE(name, size, __noinit)))
/Zephyr-Core-3.7.0/samples/boards/nrf/system_off/src/
Dretained.c134 __noinit struct retained_data retained;
/Zephyr-Core-3.7.0/arch/riscv/core/
Dsmp.c21 volatile uintptr_t __noinit riscv_cpu_wake_flag;
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dspi.c73 static uint8_t __noinit rxmsg[SPI_MAX_MSG_LEN];
74 static uint8_t __noinit txmsg[SPI_MAX_MSG_LEN];
Dhci_stm32wba.c69 static uint32_t __noinit buffer[DIVC(BLE_DYN_ALLOC_SIZE, 4)];
70 static uint32_t __noinit gatt_buffer[DIVC(BLE_GATT_BUF_SIZE, 4)];
Dhci_spi_st.c72 static uint8_t __noinit rxmsg[SPI_MAX_MSG_LEN];
73 static uint8_t __noinit txmsg[SPI_MAX_MSG_LEN];
Dhci_ambiq.c55 static uint8_t __noinit rxmsg[SPI_MAX_RX_MSG_LEN];
/Zephyr-Core-3.7.0/lib/libc/common/source/stdlib/
Dmalloc.c37 # define POOL_SECTION __noinit
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dproxy_msg.c53 static uint8_t __noinit bufs[CONFIG_BT_MAX_CONN * CONFIG_BT_MESH_PROXY_MSG_LEN];
/Zephyr-Core-3.7.0/include/zephyr/net/
Dbuf.h68 static __noinit uint8_t net_buf_data_##_name[_size]; \
1144 static struct _net_buf_##_name _net_buf_##_name[_count] __noinit
1223 static uint8_t __noinit net_buf_data_##_name[_count][_data_size] __net_buf_align; \
/Zephyr-Core-3.7.0/include/zephyr/
Dkernel.h2963 stack_data_t __noinit \
4591 static char __noinit __aligned(q_align) \
5010 static unsigned char __noinit __aligned(pipe_align) \
/Zephyr-Core-3.7.0/subsys/testsuite/ztest/src/
Dztest.c1425 static __noinit struct { in main()
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.2.rst1672 - :github:`39598` - use of __noinit with ecc memory hangs system
Drelease-notes-3.3.rst3718 * :github:`39598` - use of __noinit with ecc memory hangs system