pub unsafe extern "C" fn svcFlushProcessDataCache(
    process: Handle,
    addr: u32_,
    size: u32_
) -> Result
Expand description

Flushes (cleans and invalidates) a process’s data cache.

§Arguments

  • process - Handle of the process.
  • addr - Address to flush.
  • size - Size of the memory to flush.