Changes

102 bytes added ,  05:40, 17 August 2017
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]].
 
|}
 
|}
  −
This might used for switching between cached and non-cached mappings.
      
== svcMapMemory ==
 
== svcMapMemory ==