Home
last modified time | relevance | path

Searched refs:nocache (Results 1 – 21 of 21) sorted by relevance

/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)"
/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)"
/Zephyr-latest/soc/aspeed/ast10x0/
Dnocache.ld9 *(.nocache.bss*)
DCMakeLists.txt9 zephyr_linker_sources(RAM_SECTIONS nocache.ld)
/Zephyr-latest/tests/drivers/entropy/api/
DKconfig10 bool "Put the buffer of randomly generated numbers in 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/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/include/zephyr/sys/
Dspsc_pbuf.h109 struct spsc_pbuf_ext_nocache nocache; member
/Zephyr-latest/include/zephyr/linker/
Dsections.h78 #define _NOCACHE_SECTION_NAME nocache
/Zephyr-latest/lib/os/
Dspsc_pbuf.c74 return &pb->ext.nocache.wr_idx; in get_wr_idx_loc()
84 return pb->ext.nocache.data; in get_data_loc()
/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/lib/spsc_pbuf/src/
Dmain.c36 (sizeof(memory_area) - offsetof(struct spsc_pbuf, ext.nocache.data))) - in test_spsc_pbuf_flags()
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst486 * a ``nocache`` region to allow for a non-cacheable SRAM area, when :kconfig:option:`CONFIG_NOCACHE…
/Zephyr-latest/arch/
DKconfig412 Add a "nocache" read-write memory section that is configured to
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst303 * Added nocache memory segment support
Drelease-notes-1.14.rst1544 * :github:`13449` - sanitycheck failure: [nocache] build failures with sdk-ng-0.10.0
/Zephyr-latest/cmake/modules/
Dextensions.cmake1305 set(nocache_path "${snippet_base}/snippets-nocache-section.ld")