Searched refs:__noinit (Results 1 – 25 of 26) sorted by relevance
12
17 __noinit _cpu_context_t _cpu_context;23 static __noinit uint32_t marker;
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
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
21 volatile uintptr_t __noinit riscv_cpu_wake_flag;
101 static uint8_t __noinit _ring_buffer_data_##name[size8]; \122 static uint32_t __noinit _ring_buffer_data_##name[size32]; \
153 static __noinit struct usb_if_descriptor usbd_dfu_iface_##id; \
100 (UDC_HEAP_DEFINE(name, size, __noinit)))
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
65 static __noinit struct backup backup_data;
68 static __noinit uint8_t net_buf_data_##_name[_size]; \1148 static struct _net_buf_##_name _net_buf_##_name[_count] __noinit1227 static uint8_t __noinit net_buf_data_##_name[_count][_data_size] __net_buf_align; \
2995 stack_data_t __noinit \4641 static char __noinit __aligned(q_align) \5072 static unsigned char __noinit __aligned(pipe_align) \5257 static unsigned char __noinit __aligned(pipe_align) \
53 static uint8_t __noinit bufs[CONFIG_BT_MAX_CONN * CONFIG_BT_MESH_PROXY_MSG_LEN];
71 static __noinit struct usb_if_descriptor runtime_if0_desc;
1449 static __noinit struct { in main()
1672 - :github:`39598` - use of __noinit with ecc memory hangs system