Lines Matching defs:bool
77 pub fn contains(&self, paddr: &PhysAddr) -> bool { in contains()
223 pub fn page_writeback(page: &Arc<Page>, unmap: bool) { in page_writeback()
314 pub fn new(shared: bool, phys_addr: PhysAddr) -> Self { in new()
353 pub fn new(shared: bool, phys_addr: PhysAddr) -> Self { in new()
381 pub fn can_deallocate(&self) -> bool { in can_deallocate()
385 pub fn shared(&self) -> bool { in shared()
422 pub fn set_dealloc_when_zero(&mut self, dealloc_when_zero: bool) { in set_dealloc_when_zero()
563 pub fn entry_mapped(&self, i: usize) -> Option<bool> { in entry_mapped()
615 copy_on_write: bool, in clone()
747 pub fn present(&self) -> bool { in present()
752 pub fn empty(&self) -> bool { in empty()
757 pub fn protnone(&self) -> bool { in protnone()
763 pub fn write(&self) -> bool { in write()
895 pub fn has_flag(&self, flag: usize) -> bool { in has_flag()
900 pub fn present(&self) -> bool { in present()
915 pub fn has_user(&self) -> bool { in has_user()
951 pub fn has_write(&self) -> bool { in has_write()
977 pub fn has_execute(&self) -> bool { in has_execute()
999 pub fn has_page_cache_disable(&self) -> bool { in has_page_cache_disable()
1024 pub fn has_page_write_through(&self) -> bool { in has_page_write_through()
1145 pub fn is_current(&self) -> bool { in is_current()
1412 pub unsafe fn clone_user_mapping(&mut self, umapper: &mut Self, copy_on_write: bool) { in clone_user_mapping()
1512 unmap_parents: bool, in unmap_phys()
1559 unmap_parents: bool, in unmap_phys_inner()