Searched refs:nocache (Results 1 – 21 of 21) sorted by relevance
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)"
20 bool "Enable this if nocache regions are defined in devicetree"25 string "Name of the nocache region defined in devicetree (capitals)"
9 *(.nocache.bss*)
9 zephyr_linker_sources(RAM_SECTIONS nocache.ld)
10 bool "Put the buffer of randomly generated numbers in nocache region."
4 dut-nocache= &spi3;
4 dut-nocache = &spi130;
29 bool "Place the buffer pools in the nocache memory region"32 Place the buffer pools in the nocache memory region if the driver
109 struct spsc_pbuf_ext_nocache nocache; member
78 #define _NOCACHE_SECTION_NAME nocache
74 return &pb->ext.nocache.wr_idx; in get_wr_idx_loc()84 return pb->ext.nocache.data; in get_data_loc()
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``
36 (sizeof(memory_area) - offsetof(struct spsc_pbuf, ext.nocache.data))) - in test_spsc_pbuf_flags()
486 * a ``nocache`` region to allow for a non-cacheable SRAM area, when :kconfig:option:`CONFIG_NOCACHE…
412 Add a "nocache" read-write memory section that is configured to
303 * Added nocache memory segment support
1544 * :github:`13449` - sanitycheck failure: [nocache] build failures with sdk-ng-0.10.0
1305 set(nocache_path "${snippet_base}/snippets-nocache-section.ld")