Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/lib/os/
Dreboot.c27 sys_cache_data_disable(); in sys_reboot()
/Zephyr-latest/soc/nordic/nrf54h/
Dpower.c26 sys_cache_data_disable(); in common_suspend()
/Zephyr-latest/tests/kernel/cache/src/
Dtest_cache_api.c92 sys_cache_data_disable(); in cache_api_teardown()
/Zephyr-latest/include/zephyr/
Dcache.h66 static ALWAYS_INLINE void sys_cache_data_disable(void) in sys_cache_data_disable() function
/Zephyr-latest/doc/hardware/cache/
Dguide.rst56 * Call :c:func:`sys_cache_data_disable()` to globally disable the data cache.