Function simics::api::simulator::memory::read_phys_memory

source ยท
pub fn read_phys_memory(
    cpu: *mut ConfObject,
    paddr: PhysicalAddress,
    length: i32,
) -> Result<u64>
Expand description

Read physical memory at a physical address with a given length. Length must be less than or equal to 8 bytes