| ▲ | dmitrygr 4 hours ago | |
This is doubly weird because actually purposefully executing from device memory is not allowed: “Trying to execute code from a region marked as Device is UNPREDICTABLE.” So: can’t reliably execute from there but can speculatively instruction fetch from there. Funsies! https://support.arm.com/documentation/100941/0101/Memory-typ... | ||