pub trait TranslateAddr { // Required method fn translate_addr(&self, addr: VAddr) -> Option<PAddr>; }