Home
last modified time | relevance | path

Searched full:nocache (Results 1 – 25 of 47) sorted by relevance

12

/Zephyr-latest/arch/common/
Dnocache.ld19 *(.nocache)
20 *(".nocache.*")
22 #include <snippets-nocache-section.ld>
DCMakeLists.txt76 nocache.ld
/Zephyr-latest/tests/drivers/uart/uart_async_api/
DKconfig12 bool "Enable this if a nocache region is defined in devicetree"
17 string "Name of the nocache region defined in devicetree (uppercase)"
Dtestcase.yaml93 # nocache memory region is defined by the linker
107 # nocache memory region is defined in DT
118 # nocache memory region is defined in DT
/Zephyr-latest/tests/drivers/spi/spi_loopback/
DKconfig20 bool "Enable this if nocache regions are defined in devicetree"
25 string "Name of the nocache region defined in devicetree (capitals)"
Dtestcase.yaml84 # this test case is for when nocache memory region is defined in DT
87 - EXTRA_CONF_FILE="overlay-stm32-spi-dma-dt-nocache-mem.conf"
109 - EXTRA_CONF_FILE="overlay-stm32-spi-16bits-dma-dt-nocache-mem.conf"
/Zephyr-latest/drivers/usb/udc/
DKconfig29 bool "Place the buffer pools in the nocache memory region"
32 Place the buffer pools in the nocache memory region if the driver
/Zephyr-latest/soc/aspeed/
Daspeed_util.h25 #define NON_CACHED_BSS __section(".nocache.bss")
26 #define NON_CACHED_BSS_ALIGN16 __section_aligned16(".nocache.bss")
/Zephyr-latest/tests/drivers/dma/loop_transfer/boards/
Dnucleo_h743zi.conf5 # a NOCACHE SRAM4 section. All other DMAs also
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/boards/
Dnucleo_h743zi.conf6 # a NOCACHE SRAM4 section. All other DMAs also
/Zephyr-latest/tests/drivers/entropy/api/
DKconfig10 bool "Put the buffer of randomly generated numbers in nocache region."
/Zephyr-latest/soc/aspeed/ast10x0/
Dnocache.ld9 *(.nocache.bss*)
DCMakeLists.txt9 zephyr_linker_sources(RAM_SECTIONS nocache.ld)
/Zephyr-latest/drivers/entropy/
Dentropy_mcux_caam.c21 static caam_job_ring_interface_t jrif0 __attribute__((__section__(".nocache")));
23 __attribute__((__section__(".nocache")));
/Zephyr-latest/boards/andestech/adp_xc7k_ae350/
Dadp_xc7k_ae350_defconfig42 # Nocache memory options
/Zephyr-latest/tests/drivers/dma/chan_link_transfer/src/
Dtest_dma.c30 __attribute__((__section__(".nocache")));
33 __attribute__((__section__(".nocache.dma")));
35 __attribute__((__section__(".nocache.dma")));
/Zephyr-latest/tests/lib/spsc_pbuf/
Dtestcase.yaml19 libraries.spsc_pbuf.nocache.:
/Zephyr-latest/soc/andestech/ae350/
Dpma.c178 /* Skip PMA configuration if nocache region size is 0 */ in configure_nocache_region()
180 __ASSERT(0, "Configuring PMA region of nocache region " in configure_nocache_region()
184 /* Initialize nocache region at PMA region 0 */ in configure_nocache_region()
/Zephyr-latest/tests/boards/nrf/dmm/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay4 dut-nocache= &spi3;
Dnrf54h20dk_nrf54h20_cpuapp.overlay4 dut-nocache = &spi130;
/Zephyr-latest/doc/hardware/cache/
Dguide.rst99 attribute will be placed in a special ``nocache`` linker region in memory. This
109 * :kconfig:option:`CONFIG_NOCACHE_MEMORY`: enable allocation of the ``nocache``
120 See note above regarding possible limitations on MPU regions. The ``nocache``
Dindex.rst50 instruct the linker to place any marked variables into a special ``nocache``
/Zephyr-latest/tests/drivers/spi/spi_loopback/src/
Dspi_rtio.c46 static __aligned(32) char buffer_tx[BUF_SIZE] __used __attribute__((__section__(".nocache")));
47 static __aligned(32) char buffer_rx[BUF_SIZE] __used __attribute__((__section__(".nocache")));
49 static __aligned(32) char buffer2_tx[BUF2_SIZE] __used __attribute__((__section__(".nocache")));
50 static __aligned(32) char buffer2_rx[BUF2_SIZE] __used __attribute__((__section__(".nocache")));
/Zephyr-latest/tests/drivers/dma/scatter_gather/src/
Dtest_dma_sg.c28 __attribute__((__section__(".nocache")));
30 __attribute__((__section__(".nocache.dma")));
/Zephyr-latest/include/zephyr/linker/
Dsections.h78 #define _NOCACHE_SECTION_NAME nocache

12