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

  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuMpPei.h 168 CPU_EXCHANGE_ROLE_INFO APInfo;
  /external/valgrind/exp-dhat/
dh_main.c 214 APInfo;
216 /* maps ExeContext*'s to APInfo*'s. Note that the keys must match the
218 static WordFM* apinfo = NULL; /* WordFM* ExeContext* APInfo* */ variable
222 relevant APInfo entry for it, or create one, based on the block's
223 allocation EC. Then, update the APInfo to the extent that we
230 APInfo* api = NULL;
233 Bool found = VG_(lookupFM)( apinfo,
236 api = (APInfo*)valW;
239 api = VG_(malloc)( "dh.main.intro_Block.1", sizeof(APInfo) );
    [all...]

Completed in 74 milliseconds