/device/google/cuttlefish_common/common/vsoc/lib/ |
D | vsoc_memory.cpp | 93 explicit VSoCMemoryLayoutImpl(std::vector<VSoCRegionLayoutImpl>&& regions) in VSoCMemoryLayoutImpl() argument 94 : regions_(regions), region_idx_by_name_(GetNameToIndexMap(regions)) { in VSoCMemoryLayoutImpl() 98 if (regions[i].managed_by() && in VSoCMemoryLayoutImpl() 99 !region_idx_by_name_.count(regions[i].managed_by())) { in VSoCMemoryLayoutImpl() 100 LOG(FATAL) << regions[i].region_name() in VSoCMemoryLayoutImpl() 101 << " managed by unknown region: " << regions[i].managed_by() in VSoCMemoryLayoutImpl() 132 const std::vector<VSoCRegionLayoutImpl>& regions) { in GetNameToIndexMap() argument 134 for (size_t index = 0; index < regions.size(); ++index) { in GetNameToIndexMap() 135 auto region_name = regions[index].region_name(); in GetNameToIndexMap()
|
/device/google/cuttlefish_common/host/commands/ivserver/ |
D | vsocsharedmem.cc | 41 const std::vector<Region> ®ions, 65 const std::vector<Region> ®ions, const std::string &path) in VSoCSharedMemoryImpl() argument 68 region_data_{regions} { 100 std::vector<Region> regions; in New() local 101 regions.reserve(device_layout->GetRegions().size()); in New() 122 auto region_idx = regions.size(); in New() 124 regions.emplace_back(device_name, host_fd, guest_fd); in New() 128 new VSoCSharedMemoryImpl(name_to_region_idx, regions, path)); in New()
|
D | shm_layout.txt | 13 (number of regions) | region_count: u32 |
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | xlat-tables-lib-v2-design.rst | 21 provided by the platform port as a list of memory regions; 26 #. Support for dynamic mapping and unmapping of regions, even while the MMU is 27 on. This can be used to temporarily map some memory regions and unmap them 33 #. Support for changing memory attributes of memory regions at run-time. 60 `mmap` regions 74 The user usually provides a list of such mmap regions to map and lets the 139 * The maximum number of `mmap` regions to map. 141 Should account for both static and dynamic regions, if applicable. 167 - number of `mmap` regions: ``MAX_MMAP_REGIONS``; 175 Static and dynamic memory regions [all …]
|
D | change-log.rst | 149 regions; regions that can be added and removed dynamically whilst the 150 MMU is enabled. Static regions can only be added or removed before the 379 - Limited memory mapping support for region overlaps to only allow regions 567 the number of regions that it needs to map in the MMU.
|
D | firmware-design.rst | 67 combination of the following types of memory regions. Each bootloader stage uses 68 one or more of these memory regions. 1474 memory regions to set the right memory attributes. When 1551 must specify the memory available in the system as regions, where each region 1553 in the ``meminfo_t`` structure). Trusted Firmware retrieves these memory regions 1567 The actual number of regions and their base addresses and sizes is platform 1571 regions do not overlap, or that if they do, the overlapping images are not 1670 When LOAD\_IMAGE\_V2 is disabled the memory regions for the overlap detection 2187 memory regions then it needs to map them using different memory pages.
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/ |
D | cmd_load_symbols.py | 34 regions = [] variable 71 regions.append((region_type,int(m.group(1),0),0)) 73 regions.append((region_type,int(m.group(1),0),int(m.group(2),0))) 91 armplatform_debugger = edk2_debugger.ArmPlatformDebugger(ec, report_file, regions, verbose)
|
D | edk2_debugger.py | 93 def __init__(self, ec, report_log, regions, verbose = False): argument 117 for region in regions:
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/LegacyRegionDxe/ |
D | LegacyRegionDxe.uni | 6 // that do not provide HW locking of the legacy memory regions. It can also 8 // a platform that does support HW locking of the legacy memory regions. 25 …regions. It can also be used as a template driver for implementing the Legacy Region Protocol on …
|
D | LegacyRegionDxe.inf | 6 # that do not provide HW locking of the legacy memory regions. It can also 8 # a platform that does support HW locking of the legacy memory regions.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LegacyRegion2Dxe/ |
D | LegacyRegion2Dxe.uni | 6 // that do not provide HW locking of the legacy memory regions. It can also 8 // a platform that does support HW locking of the legacy memory regions. 29 …regions. It can also be used as a template driver for implementing the Legacy Region 2 Protocol o…
|
D | LegacyRegion2Dxe.inf | 6 # that do not provide HW locking of the legacy memory regions. It can also 8 # a platform that does support HW locking of the legacy memory regions.
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | mpu.c | 153 int i, regions = (MPU->TYPE & MPU_TYPE_DREGION_Msk) >> MPU_TYPE_DREGION_Pos; in mpuShow() local 163 for (i=0; i<regions; i++) { in mpuShow()
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | msm_ion.h | 184 struct ion_prefetch_regions *regions; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | msm_ion.h | 184 struct ion_prefetch_regions *regions; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | msm_ion.h | 128 struct ion_prefetch_regions * regions; member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | msm_ion.h | 128 struct ion_prefetch_regions * regions; member
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Application/FirmwareUpdate/ |
D | FirmwareUpdate.inf | 3 # users to update all regions of the flash as needed in a given update.
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/ |
D | GenCfgOptUserManual.md | 3 the compiler, header files for the UPD regions, and generates a Boot Settings 19 2. It generates header files for the UPD regions. 22 interface for manipulating settings in the UPD regions. 65 that are used by variables in the UPD regions. This header file must contain
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ |
D | UefiCpuPkg.uni | 120 …s Check? If enabled, the SMM handler cannot execute the code outside SMM regions. This PCD is sugg…
|
D | UefiCpuPkg.dec | 164 # If enabled, the SMM handler cannot execute the code outside SMM regions.
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/DeviceTree/ |
D | hi6220-hikey.dts | 30 * Reserve below regions from memory node:
|
/device/linaro/bootloader/edk2/ArmPkg/ |
D | ArmPkg.dec | 234 # Some platforms can get DRAM extensions, these additional regions will be declared
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | Theory.txt | 8 Names of time zone regions 240 or regions, so that any future time zone changes do not split
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | Platform.asl | 682 //Manipulate GPIO line using GPIO operation regions.
|