Home
last modified time | relevance | path

Searched refs:sys_cache_data_disable (Results 1 – 6 of 6) sorted by relevance

/Zephyr-4.2.1/drivers/crypto/
Dcrypto_mcux_dcp.c102 sys_cache_data_disable(); in crypto_dcp_aes_cbc_encrypt()
133 sys_cache_data_disable(); in crypto_dcp_aes_cbc_decrypt()
153 sys_cache_data_disable(); in crypto_dcp_aes_ecb_encrypt()
173 sys_cache_data_disable(); in crypto_dcp_aes_ecb_decrypt()
252 sys_cache_data_disable(); in crypto_dcp_sha256()
261 sys_cache_data_disable(); in crypto_dcp_sha256()
/Zephyr-4.2.1/lib/os/
Dreboot.c33 sys_cache_data_disable(); in sys_reboot()
/Zephyr-4.2.1/tests/kernel/cache/src/
Dtest_cache_api.c92 sys_cache_data_disable(); in cache_api_teardown()
/Zephyr-4.2.1/soc/nordic/nrf54h/
Dpower.c35 sys_cache_data_disable(); in nrf_power_down_cache()
/Zephyr-4.2.1/include/zephyr/
Dcache.h60 static ALWAYS_INLINE void sys_cache_data_disable(void) in sys_cache_data_disable() function
/Zephyr-4.2.1/doc/hardware/cache/
Dguide.rst56 * Call :c:func:`sys_cache_data_disable()` to globally disable the data cache.