Lines Matching refs:bool
121 pub fn entry_mapped(&self, i: usize) -> Option<bool> { in entry_mapped() argument
221 pub fn present(&self) -> bool { in present() argument
261 pub fn from_prot_flags(prot_flags: ProtFlags, user: bool) -> PageFlags<Arch> { in from_prot_flags()
291 pub fn new_page_table(user: bool) -> Self { in new_page_table()
313 pub fn update_flags(mut self, flag: usize, value: bool) -> Self { in update_flags()
324 pub fn has_flag(&self, flag: usize) -> bool { in has_flag() argument
329 pub fn present(&self) -> bool { in present() argument
338 pub fn set_user(self, value: bool) -> Self { in set_user()
344 pub fn has_user(&self) -> bool { in has_user() argument
357 pub fn set_write(self, value: bool) -> Self { in set_write()
366 pub fn has_write(&self) -> bool { in has_write() argument
375 pub fn set_execute(self, mut value: bool) -> Self { in set_execute()
392 pub fn has_execute(&self) -> bool { in has_execute() argument
404 pub fn set_page_cache_disable(self, value: bool) -> Self { in set_page_cache_disable()
414 pub fn has_page_cache_disable(&self) -> bool { in has_page_cache_disable() argument
424 pub fn set_page_write_through(self, value: bool) -> Self { in set_page_write_through()
434 pub fn has_page_write_through(&self) -> bool { in has_page_write_through() argument
512 pub fn is_current(&self) -> bool { in is_current() argument
692 pub unsafe fn unmap(&mut self, virt: VirtAddr, unmap_parents: bool) -> Option<PageFlush<Arch>> { in unmap()
711 unmap_parents: bool, in unmap_phys() argument
758 unmap_parents: bool, in unmap_phys_inner() argument