(&self)
| 4517 | } |
| 4518 | |
| 4519 | pub fn allocator(&self) -> &Arc<Mutex<SystemAllocator>> { |
| 4520 | &self.address_manager.allocator |
| 4521 | } |
| 4522 | |
| 4523 | pub fn interrupt_controller(&self) -> Option<Arc<Mutex<dyn InterruptController>>> { |
| 4524 | self.interrupt_controller |