SVC: Difference between revisions
fix refs |
|||
Line 868: | Line 868: | ||
The memory is initially memset to 0xFF after being locked. | The memory is initially memset to 0xFF after being locked. | ||
== | == svcControlCodeMemory == | ||
Maps the backing memory for a Code memory object into the current process. | Maps the backing memory for a Code memory object into the current process. | ||
Line 1,440: | Line 1,440: | ||
|} | |} | ||
== | == CodeMemoryOperation == | ||
{| class=wikitable | {| class=wikitable | ||
! Value || Name | ! Value || Name | ||
|- | |- | ||
| 0 || | | 0 || CodeMemoryOperation_MapOwner | ||
|- | |- | ||
| 1 || | | 1 || CodeMemoryOperation_MapSlave | ||
|- | |- | ||
| 2 || | | 2 || CodeMemoryOperation_UnmapOwner | ||
|- | |- | ||
| 3 || | | 3 || CodeMemoryOperation_UnmapSlave | ||
|} | |} | ||