Searched defs:ProtectionKey (Results 1 – 8 of 8) sorted by relevance
24 pub fn keys(max: usize) -> &'static [ProtectionKey] { in keys()77 pub struct ProtectionKey { struct82 impl ProtectionKey { argument
13 pub fn keys(_: usize) -> &'static [ProtectionKey] { in keys()26 pub enum ProtectionKey {} enum28 impl ProtectionKey { implementation
206 fn next_available_pkey(&self) -> Option<ProtectionKey> { in next_available_pkey()213 fn restrict_to_pkey(&self, _: ProtectionKey) { in restrict_to_pkey()
865 fn next_available_pkey(&self) -> Option<ProtectionKey> { in next_available_pkey()869 fn restrict_to_pkey(&self, pkey: ProtectionKey) { in restrict_to_pkey()
245 fn next_available_pkey(&self) -> Option<ProtectionKey> { in next_available_pkey()249 fn restrict_to_pkey(&self, _: ProtectionKey) { in restrict_to_pkey()
284 fn next_available_pkey(&self) -> Option<ProtectionKey>; in next_available_pkey()292 fn restrict_to_pkey(&self, pkey: ProtectionKey); in restrict_to_pkey()
290 pub fn next_available_pkey(&self) -> Option<ProtectionKey> { in next_available_pkey()
2534 pub(crate) fn get_pkey(&self) -> Option<ProtectionKey> { in get_pkey()