Home
last modified time | relevance | path

Searched refs:__nocache (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/linker/
Dsection_tags.h51 #define __nocache __in_section_unique(_NOCACHE_SECTION_NAME) macro
52 #define __nocache_noinit __nocache
54 #define __nocache macro
/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_nxp_s32_netc_priv.h53 __nocache __aligned(FEATURE_NETC_BUFFDESCR_ALIGNMENT_BYTES); \
55 __nocache __aligned(FEATURE_NETC_BUFF_ALIGNMENT_BYTES)
Deth_dwmac_stm32h7x.c89 #define __desc_mem __nocache __aligned(4)
Deth_sam_gmac.c140 __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 …]
Deth_nxp_s32_gmac.c755 __nocache __aligned(FEATURE_GMAC_BUFFDESCR_ALIGNMENT_BYTES); \
757 __nocache __aligned(FEATURE_GMAC_BUFF_ALIGNMENT_BYTES)
Deth_nxp_enet.c845 #define _nxp_enet_dma_desc_section __nocache
846 #define _nxp_enet_dma_buffer_section __nocache
Deth_mcux.c1546 #define _mcux_dma_desc __nocache
1547 #define _mcux_dma_buffer __nocache
Deth_stm32_hal.c91 #define __eth_stm32_desc __nocache __aligned(4)
92 #define __eth_stm32_buf __nocache __aligned(4)
/Zephyr-Core-3.6.0/samples/drivers/i2s/output/src/
Dmain.c47 #define MEM_SLAB_CACHE_ATTR __nocache
/Zephyr-Core-3.6.0/drivers/can/
Dcan_nxp_s32_canxl.c1182 __nocache Canexcel_Ip_StateType can_nxp_s32_state##n; \
1183 __nocache Canexcel_TxFdMsgType tx_msg##n[CONFIG_CAN_NXP_S32_MAX_TX]; \
1185 (__nocache Canexcel_RxFdMsg rx_msg_##n[CONFIG_CAN_NXP_S32_MAX_RX];)) \
1187 (__nocache Canexcel_RxFdMsg rx_fifo_##n[CAN_NXP_S32_RX_FIFO_DEPTH]; \
/Zephyr-Core-3.6.0/tests/drivers/i2s/i2s_speed/src/
Dtest_i2s_speed.c50 #define MEM_SLAB_CACHE_ATTR __nocache
/Zephyr-Core-3.6.0/drivers/dma/
Ddma_mcux_edma.c62 #define EDMA_TCDPOOL_CACHE_ATTR __nocache
/Zephyr-Core-3.6.0/include/zephyr/
Dkernel.h5442 Z_HEAP_DEFINE_IN_SECT(name, bytes, __nocache)
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-1.14.rst1690 * :github:`12548` - ISR sometimes run with the MPU disabled: breaks __nocache