Home
last modified time | relevance | path

Searched refs:PrctlMmMap (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs689 /// Get the size of the [`PrctlMmMap`] the kernel expects.
708 pub struct PrctlMmMap { structure names
739 /// Provides one-shot access to all the addresses by passing in a [`PrctlMmMap`].
751 pub unsafe fn configure_virtual_memory_map(config: &PrctlMmMap) -> io::Result<()> { in configure_virtual_memory_map()
755 config as *const PrctlMmMap as *mut _, in configure_virtual_memory_map()
756 mem::size_of::<PrctlMmMap>() as *mut _, in configure_virtual_memory_map()

Completed in 3 milliseconds