Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Difference between ARMv8 Data Abort exception subtypes "Not in translation table" and "Translation table fault at level"?

    I've gotten virtual memory working on ARMv8 after crafting the page tables. Oddly, _most_ of my translations are working (identity mapped) save for Flash which sits at physical address zero. I use a single function that edits the page tables, so the fact…