Difference between revisions of "GSPGPU:FlushDataCache"
Jump to navigation
Jump to search
Line 35: | Line 35: | ||
=Description= | =Description= | ||
− | This calls [[SVC|svcFlushProcessDataCache]] with the specified KProcess handle, address, and size. The address must be within the | + | This calls [[SVC|svcFlushProcessDataCache]] with the specified KProcess handle, address, and size. The address must be within the linearmem [[Memory_layout|region]], otherwise error 0xE0E02BF5 is returned. |
Latest revision as of 18:09, 9 July 2016
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00080082] |
1 | Address |
2 | Size |
3 | Value zero |
4 | KProcess handle |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
This calls svcFlushProcessDataCache with the specified KProcess handle, address, and size. The address must be within the linearmem region, otherwise error 0xE0E02BF5 is returned.