Searched refs:__noinit (Results 1 – 23 of 23) sorted by relevance
18 #define __noinit __in_section_unique(_NOINIT_SECTION_NAME) macro57 #define __nocache_noinit __noinit71 #define __kstackmem __noinit85 #define __boot_noinit __noinit99 #define __pinned_noinit __noinit
17 __noinit _cpu_context_t _cpu_context;23 static __noinit uint32_t marker;
22 #define __noinit
54 __noinit volatile uintptr_t __stack_chk_guard;
57 static struct k_mbox_async __noinit async_msg[CONFIG_NUM_MBOX_ASYNC_MSGS]; in init_mbox_module()
83 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;
34 static uint8_t __noinit __aligned(sizeof(void *)) \
19 static uint32_t boot_count __noinit; variable
82 static uint8_t __noinit _ring_buffer_data_##name[size8]; \106 static uint32_t __noinit _ring_buffer_data_##name[size32]; \
87 (UDC_HEAP_DEFINE(name, size, __noinit)))
134 __noinit struct retained_data retained;
21 volatile uintptr_t __noinit riscv_cpu_wake_flag;
73 static uint8_t __noinit rxmsg[SPI_MAX_MSG_LEN];74 static uint8_t __noinit txmsg[SPI_MAX_MSG_LEN];
69 static uint32_t __noinit buffer[DIVC(BLE_DYN_ALLOC_SIZE, 4)];70 static uint32_t __noinit gatt_buffer[DIVC(BLE_GATT_BUF_SIZE, 4)];
72 static uint8_t __noinit rxmsg[SPI_MAX_MSG_LEN];73 static uint8_t __noinit txmsg[SPI_MAX_MSG_LEN];
55 static uint8_t __noinit rxmsg[SPI_MAX_RX_MSG_LEN];
37 # define POOL_SECTION __noinit
53 static uint8_t __noinit bufs[CONFIG_BT_MAX_CONN * CONFIG_BT_MESH_PROXY_MSG_LEN];
68 static __noinit uint8_t net_buf_data_##_name[_size]; \1144 static struct _net_buf_##_name _net_buf_##_name[_count] __noinit1223 static uint8_t __noinit net_buf_data_##_name[_count][_data_size] __net_buf_align; \
2963 stack_data_t __noinit \4591 static char __noinit __aligned(q_align) \5010 static unsigned char __noinit __aligned(pipe_align) \
1425 static __noinit struct { in main()
1672 - :github:`39598` - use of __noinit with ecc memory hangs system
3718 * :github:`39598` - use of __noinit with ecc memory hangs system