Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/linker/
Dsection_tags.h54 #define __nocache __in_section_unique(_NOCACHE_SECTION_NAME) macro
55 #define __nocache_noinit __nocache
57 #define __nocache macro
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc_buf.h42 #define Z_UDC_BUF_SECTION __nocache
99 (UDC_HEAP_DEFINE(name, size, __nocache)), \
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_netc_vsi.c101 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 \
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_netc_psi.c284 static __nocache Netc_Eth_Ip_StateType nxp_s32_eth##n##_state; \
285 static __nocache Netc_Eth_Ip_MACFilterHashTableEntryType \
Deth_nxp_s32_gmac.c679 __nocache __aligned(FEATURE_GMAC_BUFFDESCR_ALIGNMENT_BYTES); \
681 __nocache __aligned(FEATURE_GMAC_BUFF_ALIGNMENT_BYTES)
Deth_stm32_hal.c127 #define __eth_stm32_desc __nocache __aligned(4)
128 #define __eth_stm32_buf __nocache __aligned(4)
Deth_nxp_enet.c892 #define _nxp_enet_dma_desc_section __nocache
/Zephyr-latest/samples/drivers/i2s/output/src/
Dmain.c47 #define MEM_SLAB_CACHE_ATTR __nocache
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig80 bool "Place RX and TX buffers in __nocache section"
86 __nocache section.
Dec_host_cmd_handler.c37 #define BUFFERS_CACHE_ATTR __nocache
/Zephyr-latest/soc/mediatek/mt8xxx/
Dsoc.c269 __nocache char _winstream_console_buf[CONFIG_WINSTREAM_CONSOLE_STATIC_SIZE];
/Zephyr-latest/doc/hardware/cache/
Dguide.rst98 allocate variables to it using ``__nocache``. Any variables marked with this
112 * Add the ``__nocache`` attribute at the end of any uncached buffer definition:
116 uint8_t buffer[BUF_SIZE] __nocache;
Dindex.rst49 specify individual global variables as uncached using ``__nocache``. This will
/Zephyr-latest/drivers/can/
Dcan_nxp_s32_canxl.c1183 __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]; \
/Zephyr-latest/tests/drivers/i2s/i2s_speed/src/
Dtest_i2s_speed.c50 #define MEM_SLAB_CACHE_ATTR __nocache
/Zephyr-latest/tests/drivers/uart/uart_async_api/src/
Dtest_uart_async.c14 #define __NOCACHE __nocache
/Zephyr-latest/drivers/dma/
Ddma_mcux_edma.c61 #define EDMA_TCDPOOL_CACHE_ATTR __nocache
/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.c123 static __aligned(32) uint32_t dummy_rx_tx_buffer __nocache;
/Zephyr-latest/include/zephyr/
Dkernel.h5766 Z_HEAP_DEFINE_IN_SECT(name, bytes, __nocache)
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst1690 * :github:`12548` - ISR sometimes run with the MPU disabled: breaks __nocache