Searched hist:b8f7596330df4dda96e653d798b0a8153fcb49d7 (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | stm32_remoteproc.h | b8f7596330df4dda96e653d798b0a8153fcb49d7 Tue Aug 27 13:16:23 UTC 2024 Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> drivers: stm32_remoteproc: Add remote processor memories cleanup function
This patch introduces a new function stm32_rproc_clean_up_memories() to clean up the memory regions used by the remote processor. The function iterates over each memory region, maps it, clears the memory by setting it to zero, and then unmaps it.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
|
| /optee_os/core/drivers/remoteproc/ |
| H A D | stm32_remoteproc.c | b8f7596330df4dda96e653d798b0a8153fcb49d7 Tue Aug 27 13:16:23 UTC 2024 Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> drivers: stm32_remoteproc: Add remote processor memories cleanup function
This patch introduces a new function stm32_rproc_clean_up_memories() to clean up the memory regions used by the remote processor. The function iterates over each memory region, maps it, clears the memory by setting it to zero, and then unmaps it.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
|