write_phys

Function write_phys 

Source
pub fn write_phys<T: ByteValued + AtomicAccess>(
    mem: &GuestMemoryMmap,
    paddr: u64,
    val: T,
) -> Result<(), MemoryError>