Skip to main content

SYS_MEM_REGION_MAP

Constant SYS_MEM_REGION_MAP 

Source
pub const SYS_MEM_REGION_MAP: usize = 106; // 106usize
Expand description

Map an exported memory region into the current address space.

  • region_handle: capability handle from SYS_MEM_REGION_EXPORT
  • addr: desired virtual address (0 = kernel chooses)
  • len: length in bytes

Returns the mapped virtual address.