fn _read_phys_memory(
cpu: *mut ConfObject,
paddr: PhysicalAddress,
length: i32,
) -> u64
Expand description
Read physical memory at a physical address with a given length. Length must be less than or equal to 8 bytes
fn _read_phys_memory(
cpu: *mut ConfObject,
paddr: PhysicalAddress,
length: i32,
) -> u64
Read physical memory at a physical address with a given length. Length must be less than or equal to 8 bytes