| 51 | |
| 52 | #[derive(Eq, PartialEq, Hash, Debug, Clone, Copy)] |
| 53 | pub struct PhysicalAddress { |
| 54 | addr: u64, |
| 55 | } |
| 56 | |
| 57 | #[derive(Eq, PartialEq, Hash, Debug, Clone, Copy)] |
| 58 | pub struct VirtualAddress { |
nothing calls this directly
no outgoing calls
no test coverage detected