Searched full:nocache (Results 1 – 25 of 47) sorted by relevance
12
19 *(.nocache)20 *(".nocache.*")22 #include <snippets-nocache-section.ld>
76 nocache.ld
12 bool "Enable this if a nocache region is defined in devicetree"17 string "Name of the nocache region defined in devicetree (uppercase)"
93 # nocache memory region is defined by the linker107 # nocache memory region is defined in DT118 # nocache memory region is defined in DT
20 bool "Enable this if nocache regions are defined in devicetree"25 string "Name of the nocache region defined in devicetree (capitals)"
84 # this test case is for when nocache memory region is defined in DT87 - EXTRA_CONF_FILE="overlay-stm32-spi-dma-dt-nocache-mem.conf"109 - EXTRA_CONF_FILE="overlay-stm32-spi-16bits-dma-dt-nocache-mem.conf"
29 bool "Place the buffer pools in the nocache memory region"32 Place the buffer pools in the nocache memory region if the driver
25 #define NON_CACHED_BSS __section(".nocache.bss")26 #define NON_CACHED_BSS_ALIGN16 __section_aligned16(".nocache.bss")
5 # a NOCACHE SRAM4 section. All other DMAs also
6 # a NOCACHE SRAM4 section. All other DMAs also
10 bool "Put the buffer of randomly generated numbers in nocache region."
9 *(.nocache.bss*)
9 zephyr_linker_sources(RAM_SECTIONS nocache.ld)
21 static caam_job_ring_interface_t jrif0 __attribute__((__section__(".nocache")));23 __attribute__((__section__(".nocache")));
42 # Nocache memory options
30 __attribute__((__section__(".nocache")));33 __attribute__((__section__(".nocache.dma")));35 __attribute__((__section__(".nocache.dma")));
19 libraries.spsc_pbuf.nocache.:
178 /* 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()
4 dut-nocache= &spi3;
4 dut-nocache = &spi130;
99 attribute will be placed in a special ``nocache`` linker region in memory. This109 * :kconfig:option:`CONFIG_NOCACHE_MEMORY`: enable allocation of the ``nocache``120 See note above regarding possible limitations on MPU regions. The ``nocache``
50 instruct the linker to place any marked variables into a special ``nocache``
46 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")));
28 __attribute__((__section__(".nocache")));30 __attribute__((__section__(".nocache.dma")));
78 #define _NOCACHE_SECTION_NAME nocache