Searched defs:table_mapping (Results 1 – 3 of 3) sorted by relevance
212 … let table_mapping = unsafe { read_table::<_, RootTable>(handler.clone(), table_phys_start) }?; in from_validated_rsdp() localVariable216 let table_mapping = mem::ManuallyDrop::new(table_mapping); in from_validated_rsdp() localVariable218 let table_mapping = unsafe { in from_validated_rsdp() localVariable
175 let table_mapping = if header_mapping.mapped_length() >= table_length { in validate_lazy() localVariable
293 static int parse_cbtable_entries(const struct mapping *table_mapping) in parse_cbtable_entries()380 struct mapping table_mapping; in parse_cbtable() local