zephyr/arch/arm64/core
Mykola Kvach c4ffadb0b6 arch: arm64: avoid invalidating of RO mem after mem map
The Cortex ARM documentation states that the DC IVAC instruction
requires write access permission to the virtual address (VA);
otherwise, it may generate a permission fault.

Therefore, it is needed to avoid invalidating read-only memory
after the memory map operation.

This issue has been produced by commit c9b534c.
This commit resolves the issue #64758.

Signed-off-by: Mykola Kvach <mykola_kvach@epam.com>
2023-11-09 10:19:12 +00:00
..
cortex_r
offsets
xen
CMakeLists.txt
Kconfig
boot.h
coredump.c
cpu_idle.S
fatal.c
fpu.S
fpu.c
header.S
irq_init.c
irq_manage.c
irq_offload.c
isr_wrapper.S
macro_priv.inc
mmu.S
mmu.c arch: arm64: avoid invalidating of RO mem after mem map 2023-11-09 10:19:12 +00:00
mmu.h
prep_c.c
reset.S
reset.c
semihost.c
smccc-call.S
smp.c
switch.S
thread.c
tls.c
userspace.S
vector_table.S