Skip to main content

Module address_space

Module address_space 

Source
Available on crate feature full only.
Expand description

Types to manipulate the kernel and userspace address spaces

This module provides two sets of address space types - the Kernel and Userspace marker types for use with (Mapping)crate::mapping::Mapping, as well as the AddressSpace type for directly manipulating the address space of a thread.

Structs§

AddressSpace
Kernel
MappingKey
Userspace
WeakAddressSpace 🔒

Traits§

Ty