pub fn write_phys_memory(
cpu: *mut ConfObject,
paddr: PhysicalAddress,
value: &[u8],
) -> Result<()>
Expand description
Write bytes to physical memory. value
must be less than or equal to 8 bytes in length.
Bytes are written in little-endian format.