Home
last modified time | relevance | path

Searched defs:ProtectionKey (Results 1 – 8 of 8) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/mpk/
H A Denabled.rs24 pub fn keys(max: usize) -> &'static [ProtectionKey] { in keys()
77 pub struct ProtectionKey { struct
82 impl ProtectionKey { argument
H A Ddisabled.rs13 pub fn keys(_: usize) -> &'static [ProtectionKey] { in keys()
26 pub enum ProtectionKey {} enum
28 impl ProtectionKey { implementation
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Don_demand.rs206 fn next_available_pkey(&self) -> Option<ProtectionKey> { in next_available_pkey()
213 fn restrict_to_pkey(&self, _: ProtectionKey) { in restrict_to_pkey()
H A Dpooling.rs865 fn next_available_pkey(&self) -> Option<ProtectionKey> { in next_available_pkey()
869 fn restrict_to_pkey(&self, pkey: ProtectionKey) { in restrict_to_pkey()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/trampoline/
H A Dmemory.rs245 fn next_available_pkey(&self) -> Option<ProtectionKey> { in next_available_pkey()
249 fn restrict_to_pkey(&self, _: ProtectionKey) { in restrict_to_pkey()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/
H A Dallocator.rs284 fn next_available_pkey(&self) -> Option<ProtectionKey>; in next_available_pkey()
292 fn restrict_to_pkey(&self, pkey: ProtectionKey); in restrict_to_pkey()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dmemory_pool.rs290 pub fn next_available_pkey(&self) -> Option<ProtectionKey> { in next_available_pkey()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs2534 pub(crate) fn get_pkey(&self) -> Option<ProtectionKey> { in get_pkey()