Searched refs:Region (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | mapparser.py | 11 from memory.image import Image, Region 26 self._footprint: Dict[str, Region] = defaultdict(Region) 58 def footprint(self) -> Dict[str, Region]:
|
| H A D | elfparser.py | 24 from memory.image import Image, Region 65 self._footprint: Dict[str, Region] = {} 68 self._footprint[mem] = Region( 165 def get_memory_layout(self) -> Dict[str, Region]: 169 mem_dict: Dict[str, Region] = {} 172 mem_dict[mem] = Region( 181 def footprint(self) -> Dict[str, Region]:
|
| H A D | image.py | 13 class Region: class 67 def footprint(self) -> Dict[str, Region]:
|
| H A D | printer.py | 13 from memory.image import Region 77 app_mem_usage: Dict[str, Dict[str, Region]], argument
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 11608 - ccn: Incorrect Region ID calculation for RN-I nodes
|