Home
last modified time | relevance | path

Searched refs:regions (Results 1 – 25 of 29) sorted by relevance

12

/device/google/cuttlefish_common/common/vsoc/lib/
Dvsoc_memory.cpp93 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/
Dvsocsharedmem.cc41 const std::vector<Region> &regions,
65 const std::vector<Region> &regions, 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()
Dshm_layout.txt13 (number of regions) | region_count: u32 |
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dxlat-tables-lib-v2-design.rst21 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 …]
Dchange-log.rst149 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.
Dfirmware-design.rst67 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/
Dcmd_load_symbols.py34 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)
Dedk2_debugger.py93 def __init__(self, ec, report_log, regions, verbose = False): argument
117 for region in regions:
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/LegacyRegionDxe/
DLegacyRegionDxe.uni6 // 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.
25regions. It can also be used as a template driver for implementing the Legacy Region Protocol on …
DLegacyRegionDxe.inf6 # 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/
DLegacyRegion2Dxe.uni6 // 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.
29regions. It can also be used as a template driver for implementing the Legacy Region 2 Protocol o…
DLegacyRegion2Dxe.inf6 # 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/
Dmpu.c153 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/
Dmsm_ion.h184 struct ion_prefetch_regions *regions; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dmsm_ion.h184 struct ion_prefetch_regions *regions; member
/device/google/bonito/sdm710/kernel-headers/linux/
Dmsm_ion.h128 struct ion_prefetch_regions * regions; member
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dmsm_ion.h128 struct ion_prefetch_regions * regions; member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Application/FirmwareUpdate/
DFirmwareUpdate.inf3 # users to update all regions of the flash as needed in a given update.
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/
DGenCfgOptUserManual.md3 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/
DUefiCpuPkg.uni120 …s Check? If enabled, the SMM handler cannot execute the code outside SMM regions. This PCD is sugg…
DUefiCpuPkg.dec164 # If enabled, the SMM handler cannot execute the code outside SMM regions.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/DeviceTree/
Dhi6220-hikey.dts30 * Reserve below regions from memory node:
/device/linaro/bootloader/edk2/ArmPkg/
DArmPkg.dec234 # Some platforms can get DRAM extensions, these additional regions will be declared
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTheory.txt8 Names of time zone regions
240 or regions, so that any future time zone changes do not split
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DPlatform.asl682 //Manipulate GPIO line using GPIO operation regions.

12