nuttx/arch/arm64
zhangyuan21 abfeafa876 arm64: XN should only be set when the attribute MT_EXECUTE_NEVER is set
Only when SCTLR_ELn.WXN is set to 1, regions that are writable at ELn
are treated as non-executable. Therefore, when SCTLR_ELn.WXN is set to
0, regions that are writable at ELn can be executed, so the writable
attribute cannot be used to restrict the executable attribute.

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2023-10-13 22:48:13 +08:00
..
include arm64: Add support for FIQ interrupts 2023-10-12 16:56:24 -04:00
src arm64: XN should only be set when the attribute MT_EXECUTE_NEVER is set 2023-10-13 22:48:13 +08:00
Kconfig arm64: Add support for FIQ interrupts 2023-10-12 16:56:24 -04:00