You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type PTE.
The ARM spec (ARM DDI 0487J.a) says on page B2-216
("Aarch64
Application Level Memory Model"):
"Hardware does not prevent speculative instruction fetches from a
memory location with any of the Device memory attributes unless
the memory location is also marked as execute-never for all
Exception levels."
and
"Failure to mark a memory location with any Device memory
attribute as execute-never for all Exception levels is a
programming error."
Similar statements can be found in the chapter about the Aarch32
Application Level Memory Model for aarch32 mode.
Signed-off-by: Andy Bui <andy.bui@nio.io>
0 commit comments