HomeSort by relevance Sort by last modified time
    Searched defs:MapInfo (Results 1 - 8 of 8) sorted by null

  /system/core/libunwindstack/include/unwindstack/
MapInfo.h 34 struct MapInfo {
35 MapInfo() = default;
36 MapInfo(uint64_t start, uint64_t end) : start(start), end(end) {}
37 MapInfo(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, const std::string& name)
44 ~MapInfo() = default;
66 MapInfo(const MapInfo&) = delete;
67 void operator=(const MapInfo&) = delete;
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridgeIo.c 589 MAP_INFO *MapInfo;
640 (VOID **)&MapInfo
650 *Mapping = MapInfo;
655 MapInfo->Operation = Operation;
656 MapInfo->NumberOfBytes = *NumberOfBytes;
657 MapInfo->NumberOfPages = EFI_SIZE_TO_PAGES(*NumberOfBytes);
658 MapInfo->HostAddress = PhysicalAddress;
659 MapInfo->MappedHostAddress = 0x00000000ffffffff;
667 MapInfo->NumberOfPages,
668 &MapInfo->MappedHostAddress
    [all...]
PcatPciRootBridge.h 92 LIST_ENTRY MapInfo;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
NonDiscoverablePciDeviceIo.c 593 NON_DISCOVERABLE_PCI_DEVICE_MAP_INFO *MapInfo;
610 MapInfo = AllocatePool (sizeof *MapInfo);
611 if (MapInfo == NULL) {
615 MapInfo->AllocAddress = MAX_UINT32;
616 MapInfo->HostAddress = HostAddress;
617 MapInfo->Operation = Operation;
618 MapInfo->NumberOfBytes = *NumberOfBytes;
621 EFI_SIZE_TO_PAGES (MapInfo->NumberOfBytes),
622 &MapInfo->AllocAddress);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciRootBridgeIo.c     [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciRootBridgeIo.c 1047 MAP_INFO *MapInfo;
1096 (VOID **) &MapInfo
1105 *Mapping = MapInfo;
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 551 struct MapInfo {
585 typedef DenseSet<ConstantClass *, MapInfo> MapTy;
613 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
641 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 494 milliseconds