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
pub fn read_phys_memory(
cpu: *mut ConfObject,
paddr: PhysicalAddress,
length: i32,
) -> Result<u64>
Read physical memory at a physical address with a given length. Length must be less than or equal to 8 bytes