Searched defs:MapError (Results  1 – 1 of 1) sorted by relevance
| /packages/modules/Virtualization/pvmfw/src/ | 
| D | mmu.rs | 76     pub fn map_device(&mut self, range: &Range<usize>) -> Result<(), MapError> {  in map_device()  argument80     pub fn map_data(&mut self, range: &Range<usize>) -> Result<(), MapError> {  in map_data()  argument
 84     pub fn map_code(&mut self, range: &Range<usize>) -> Result<(), MapError> {  in map_code()  argument
 88     pub fn map_rodata(&mut self, range: &Range<usize>) -> Result<(), MapError> {  in map_rodata()  argument
 92     fn map_range(&mut self, range: &Range<usize>, attr: Attributes) -> Result<(), MapError> {  in map_range()  argument
 
 |