SVC: Difference between revisions
Add arm32 info for WaitProcessWideKeyAtomic |
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 | | 1 || IsIpcLocked || True when IpcRefCount > 0 | ||
|- | |- | ||
| 2 || IsDeviceShared | | 2 || IsDeviceShared || True when DeviceRefCount > 0 | ||
|- | |- | ||
| 3 || IsUncached | | 3 || IsUncached || | ||
|} | |} | ||