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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
mce.h 28 struct mce { struct
45 * This structure contains all data related to the MCE log. Also
59 struct mce entry[MCE_LOG_LEN];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mce.h 28 struct mce { struct
45 * This structure contains all data related to the MCE log. Also
59 struct mce entry[MCE_LOG_LEN];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mce.h 28 struct mce { struct
45 * This structure contains all data related to the MCE log. Also
59 struct mce entry[MCE_LOG_LEN];
  /external/valgrind/main/VEX/
test_main.c 506 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
547 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
566 static IRTemp findShadowTmp ( MCEnv* mce, IRTemp orig )
568 tl_assert(orig < mce->n_originalTmps);
569 if (mce->tmpMap[orig] == IRTemp_INVALID) {
570 mce->tmpMap[orig]
571 = newIRTemp(mce->bb->tyenv,
572 shadowType(mce->bb->tyenv->types[orig]));
574 return mce->tmpMap[orig];
583 static void newShadowTmp ( MCEnv* mce, IRTemp orig
2581 MCEnv mce; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 128 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
129 static IRTemp findShadowTmpB ( struct _MCEnv* mce, IRTemp orig );
184 "typeOfIRExpr(mce->bb->tyenv, ...)" at various places in the
210 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
228 both the table in mce->sb and to our auxiliary mapping. Note that
229 newTemp may cause mce->tmpMap to resize, hence previous results
230 from VG_(indexXA)(mce->tmpMap) are invalidated. */
231 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
235 IRTemp tmp = newIRTemp(mce->sb->tyenv, ty);
239 newIx = VG_(addToXA)( mce->tmpMap, &ent )
4876 MCEnv mce; local
    [all...]

Completed in 238 milliseconds