Searched refs:__noinit (Results 1 – 24 of 24) sorted by relevance
18 #define __noinit __in_section_unique(_NOINIT_SECTION_NAME) macro58 #define __nocache_noinit __noinit72 #define __kstackmem __noinit86 #define __boot_noinit __noinit100 #define __pinned_noinit __noinit
17 __noinit _cpu_context_t _cpu_context;23 static __noinit uint32_t marker;
22 #define __noinit
55 __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]; \
21 volatile uintptr_t __noinit riscv_cpu_wake_flag;
89 (UDC_HEAP_DEFINE(name, size, __noinit)))
48 static __noinit struct backup backup_data;
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)];
59 static uint32_t __noinit dyn_alloc_a[BLE_DYN_ALLOC_SIZE >> 2];67 static uint32_t __noinit aci_adv_nwk_buffer[CFG_BLE_ADV_NWK_BUFFER_SIZE >> 2];
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; \
2993 stack_data_t __noinit \4639 static char __noinit __aligned(q_align) \5058 static unsigned char __noinit __aligned(pipe_align) \
1480 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