GSPGPU:FlushDataCache: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00080082] |- | 1 | Address |- | 2 | Size |- | 3 | Value zero |- | 4 | [[KProcess..." |
No edit summary |
||
| 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 application GSP [[Memory_layout|heap]]. | ||
Revision as of 23:22, 14 February 2013
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x00080082] |
| 1 | Address |
| 2 | Size |
| 3 | Value zero |
| 4 | KProcess handle |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
Description
This calls svcFlushProcessDataCache with the specified KProcess handle, address, and size. The address must be within the application GSP heap.