HomeSort by relevance Sort by last modified time
    Searched refs:MAP_INFO (Results 1 - 10 of 10) sorted by null

  /system/extras/simpleperf/
inplace_sampler_lib.h 24 MAP_INFO,
54 // Type: MAP_INFO
InplaceSamplerClient.cpp 157 } else if (msg.type == MAP_INFO) {
inplace_sampler_lib.cpp 281 msg->type = MAP_INFO;
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridge.h 119 } MAP_INFO;
123 MAP_INFO * Map;
PcatPciRootBridgeIo.c 589 MAP_INFO *MapInfo;
634 // Allocate a MAP_INFO structure to remember the mapping when Unmap() is
639 sizeof(MAP_INFO),
648 // Return a pointer to the MAP_INFO structure in Mapping
653 // Initialize the MAP_INFO structure
733 MAP_INFO *MapInfo;
749 // Get the MAP_INFO structure from Mapping
751 MapInfo = (MAP_INFO *)Mapping;
780 // Free the mapped buffer and the MAP_INFO structure.
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciRootBridge.h 55 } MAP_INFO;
56 #define MAP_INFO_FROM_LINK(a) CR (a, MAP_INFO, Link, MAP_INFO_SIGNATURE)
PciRootBridgeIo.c     [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciHostBridge.h 415 } MAP_INFO;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciRootBridge.h 66 } MAP_INFO;
PciRootBridgeIo.c 1047 MAP_INFO *MapInfo;
1090 // Allocate a MAP_INFO structure to remember the mapping when Unmap() is
1095 sizeof (MAP_INFO),
1103 // Return a pointer to the MAP_INFO structure in Mapping
    [all...]

Completed in 199 milliseconds