Lines Matching defs:max_ga
291 Addr64 max_ga;
5964 ? (((Addr64)stmt->Ist.Exit.dst->Ico.U64) > (Addr64)env->max_ga)
5965 : (((Addr32)stmt->Ist.Exit.dst->Ico.U32) > (Addr32)env->max_ga);
6048 ? (((Addr64)cdst->Ico.U64) > (Addr64)env->max_ga)
6049 : (((Addr32)cdst->Ico.U32) > (Addr32)env->max_ga);
6128 Addr max_ga)
6200 env->max_ga = max_ga;