[][src]Function sunrise_libuser::syscalls::query_memory

pub fn query_memory(addr: usize) -> Result<(MemoryInfo, usize), KernelError>

Query information about an address. Will fetch the page-aligned mapping addr falls in. mapping that contains the provided address.

Return

Information about the mapping the address fell into, and an unknown usize.