1. 13 Apr, 2019 2 commits
    • Lioncash's avatar
      kernel/svc: Implement svcUnmapProcessCodeMemory · 4d293bb5
      Lioncash authored
      Essentially performs the inverse of svcMapProcessCodeMemory. This unmaps
      the aliasing region first, then restores the general traits of the
      aliased memory.
      
      What this entails, is:
      
      - Restoring Read/Write permissions to the VMA.
      - Restoring its memory state to reflect it as a general heap memory region.
      - Clearing the memory attributes on the region.
      4d293bb5
    • Lioncash's avatar
      kernel/svc: Implement svcMapProcessCodeMemory · 76a24656
      Lioncash authored
      This is utilized for mapping code modules into memory. Notably, the
      ldr service would call this in order to map objects into memory.
      76a24656
  2. 12 Apr, 2019 4 commits
  3. 11 Apr, 2019 4 commits
  4. 10 Apr, 2019 17 commits
  5. 09 Apr, 2019 11 commits
  6. 08 Apr, 2019 2 commits