By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
Add result code information for svcSetMemoryPermission.
Line 390:
Line 390:
This can be used to move back and forth between ---, r-- and rw-.
This can be used to move back and forth between ---, r-- and rw-.
+
+
=== Result codes ===
+
+
'''0x0:''' Success. The memory region was reprotected.
+
+
'''0xCC01:''' Unaligned address specified.
+
+
'''0xCA01:''' Unaligned or zero size specified.
+
+
'''0xD401:''' The provided memory region does not fall within the userland address space.
+
+
'''0xD801:''' Invalid permission specified. Valid permissions are ---, r-- and rw-.
+
+
'''0xD401:''' The provided memory region was in an invalid state. The region must have the PermissionChangeAllowed state, and must not be Borrowed or Uncached.