Searched refs:__nocache (Results 1 – 23 of 23) sorted by relevance
54 #define __nocache __in_section_unique(_NOCACHE_SECTION_NAME) macro55 #define __nocache_noinit __nocache57 #define __nocache macro
42 #define Z_UDC_BUF_SECTION __nocache99 (UDC_HEAP_DEFINE(name, size, __nocache)), \
101 static __nocache Netc_Eth_Ip_StateType nxp_s32_eth##n##_state; \102 __nocache Netc_Eth_Ip_VsiToPsiMsgType nxp_s32_eth##n##_vsi2psi_msg \104 static __nocache Netc_Eth_Ip_MACFilterHashTableEntryType \
53 __nocache __aligned(FEATURE_NETC_BUFFDESCR_ALIGNMENT_BYTES); \55 __nocache __aligned(FEATURE_NETC_BUFF_ALIGNMENT_BYTES)
89 #define __desc_mem __nocache __aligned(4)
140 __nocache __aligned(GMAC_DESC_ALIGNMENT);143 __nocache __aligned(GMAC_DESC_ALIGNMENT);147 __nocache __aligned(GMAC_DESC_ALIGNMENT);151 __nocache __aligned(GMAC_DESC_ALIGNMENT);155 __nocache __aligned(GMAC_DESC_ALIGNMENT);159 __nocache __aligned(GMAC_DESC_ALIGNMENT);164 __nocache __aligned(GMAC_DESC_ALIGNMENT);167 __nocache __aligned(GMAC_DESC_ALIGNMENT);171 __nocache __aligned(GMAC_DESC_ALIGNMENT);175 __nocache __aligned(GMAC_DESC_ALIGNMENT);[all …]
284 static __nocache Netc_Eth_Ip_StateType nxp_s32_eth##n##_state; \285 static __nocache Netc_Eth_Ip_MACFilterHashTableEntryType \
679 __nocache __aligned(FEATURE_GMAC_BUFFDESCR_ALIGNMENT_BYTES); \681 __nocache __aligned(FEATURE_GMAC_BUFF_ALIGNMENT_BYTES)
127 #define __eth_stm32_desc __nocache __aligned(4)128 #define __eth_stm32_buf __nocache __aligned(4)
892 #define _nxp_enet_dma_desc_section __nocache
47 #define MEM_SLAB_CACHE_ATTR __nocache
80 bool "Place RX and TX buffers in __nocache section"86 __nocache section.
37 #define BUFFERS_CACHE_ATTR __nocache
269 __nocache char _winstream_console_buf[CONFIG_WINSTREAM_CONSOLE_STATIC_SIZE];
98 allocate variables to it using ``__nocache``. Any variables marked with this112 * Add the ``__nocache`` attribute at the end of any uncached buffer definition:116 uint8_t buffer[BUF_SIZE] __nocache;
49 specify individual global variables as uncached using ``__nocache``. This will
1183 __nocache Canexcel_Ip_StateType can_nxp_s32_state##n; \1184 __nocache Canexcel_TxFdMsgType tx_msg##n[CONFIG_CAN_NXP_S32_MAX_TX]; \1186 (__nocache Canexcel_RxFdMsg rx_msg_##n[CONFIG_CAN_NXP_S32_MAX_RX];)) \1188 (__nocache Canexcel_RxFdMsg rx_fifo_##n[CAN_NXP_S32_RX_FIFO_DEPTH]; \
50 #define MEM_SLAB_CACHE_ATTR __nocache
14 #define __NOCACHE __nocache
61 #define EDMA_TCDPOOL_CACHE_ATTR __nocache
123 static __aligned(32) uint32_t dummy_rx_tx_buffer __nocache;
5766 Z_HEAP_DEFINE_IN_SECT(name, bytes, __nocache)
1690 * :github:`12548` - ISR sometimes run with the MPU disabled: breaks __nocache