Function panda_sys::address_space_cache_invalidate[][src]

pub unsafe extern "C" fn address_space_cache_invalidate(
    cache: *mut MemoryRegionCache,
    addr: hwaddr,
    access_len: hwaddr
)
Expand description

address_space_cache_invalidate: complete a write to a #MemoryRegionCache

@cache: The #MemoryRegionCache to operate on. @addr: The first physical address that was written, relative to the address that was passed to @address_space_cache_init. @access_len: The number of bytes that were written starting at @addr.