[][src]Function sunrise_libuser::syscalls::map_mmio_region

pub fn map_mmio_region(
    physical_address: usize,
    size: usize,
    virtual_address: usize,
    writable: bool
) -> Result<(), KernelError>

Maps a physical region in the address space of the process.

Errors