Line 15: |
Line 15: |
| | style="background: red" | No | | | style="background: red" | No |
| | style="background: red" | No | | | style="background: red" | No |
− | | Result ControlMemory(u32* outaddr, u32 addr0, u32 addr1, u32 size, u32 operation, u32 permissions) | + | | Result ControlMemory(u32* outaddr, u32 addr0, u32 addr1, u32 size, [[#enum_MemoryOperation|MemoryOperation]] operation, [[#enum_MemoryPermission|MemoryPermission]] permissions) |
| | Outaddr is usually the same as the input addr0. | | | Outaddr is usually the same as the input addr0. |
| |- | | |- |
Line 218: |
Line 218: |
| | style="background: red" | No | | | style="background: red" | No |
| | style="background: red" | No | | | style="background: red" | No |
− | | Result CreateMemoryBlock(Handle* memblock, u32 addr, u32 size, u32 mypermission, u32 otherpermission) | + | | Result CreateMemoryBlock(Handle* memblock, u32 addr, u32 size, [[#enum_MemoryPermission|MemoryPermission]] mypermission, [[#enum_MemoryPermission|MemoryPermission]] otherpermission) |
| | | | | |
| |- | | |- |
Line 225: |
Line 225: |
| | style="background: red" | No | | | style="background: red" | No |
| | style="background: red" | No | | | style="background: red" | No |
− | | Result MapMemoryBlock(Handle memblock, u32 addr, u32 mypermissions, u32 otherpermission) | + | | Result MapMemoryBlock(Handle memblock, u32 addr, [[#enum_MemoryPermission|MemoryPermission]] mypermissions, [[#enum_MemoryPermission|MemoryPermission]] otherpermission) |
| | | | | |
| |- | | |- |