SVC: Difference between revisions
| Line 233: | Line 233: | ||
== svcSetMemoryAttribute == | == svcSetMemoryAttribute == | ||
Description: Change attribute of page-aligned memory region. | |||
This is used to turn on/off caching for a given memory area. Useful when talking to devices such as the GPU. | |||
{| class=wikitable | {| class=wikitable | ||
! State0 || State1 || Action | ! State0 || State1 || Action | ||
| Line 242: | Line 246: | ||
| 8 || 8 || Set bit3 in [[#MemoryAttribute]]. | | 8 || 8 || Set bit3 in [[#MemoryAttribute]]. | ||
|} | |} | ||
== svcMapMemory == | == svcMapMemory == | ||