mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 03:55:46 +00:00
kernel: process_capability: Add MapRegion capability
- Used by nx-hbloader
This commit is contained in:
parent
7b169435b4
commit
5eecd49108
2 changed files with 12 additions and 0 deletions
|
@ -231,6 +231,9 @@ private:
|
|||
/// Handles flags related to mapping IO pages.
|
||||
ResultCode HandleMapIOFlags(u32 flags, KPageTable& page_table);
|
||||
|
||||
/// Handles flags related to mapping physical memory regions.
|
||||
ResultCode HandleMapRegionFlags(u32 flags, KPageTable& page_table);
|
||||
|
||||
/// Handles flags related to the interrupt capability flags.
|
||||
ResultCode HandleInterruptFlags(u32 flags);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue