pub unsafe extern "C" fn memory_region_dispatch_read(
    mr: *mut MemoryRegion,
    addr: hwaddr,
    pval: *mut u64,
    size: c_uint,
    attrs: MemTxAttrs
) -> MemTxResult
Expand description

memory_region_dispatch_read: perform a read directly to the specified MemoryRegion.

@mr: #MemoryRegion to access @addr: address within that region @pval: pointer to uint64_t which the data is written to @size: size of the access in bytes @attrs: memory transaction attributes to use for the access