Changes

Jump to navigation Jump to search
118 bytes added ,  16:34, 9 August 2019
Explain MemoryAttribute IsBorrowed.
Line 1,950: Line 1,950:  
== MemoryAttribute ==
 
== MemoryAttribute ==
 
{| class=wikitable
 
{| class=wikitable
! Bits || Description
+
! Bits || Name || Description
 
|-
 
|-
| 0 || IsBorrowed
+
| 0 || IsBorrowed || Currently in use as a user buffer for an IPC call, e.g. with SendSyncRequestWithUserBuffer
 
|-
 
|-
| 1 || IsIpcLocked (when IpcRefCount > 0)
+
| 1 || IsIpcLocked || True when IpcRefCount > 0
 
|-
 
|-
| 2 || IsDeviceShared (when DeviceRefCount > 0)
+
| 2 || IsDeviceShared || True when DeviceRefCount > 0
 
|-
 
|-
| 3 || IsUncached
+
| 3 || IsUncached ||
 
|}
 
|}
  
151

edits

Navigation menu