Home | History | Annotate | Download | only in qemu

Lines Matching defs:cs_base

112     tb = tb_gen_code(env, orig_tb->pc, orig_tb->cs_base, orig_tb->flags,
129 target_ulong cs_base,
150 tb->cs_base == cs_base &&
167 tb = tb_gen_code(env, pc, cs_base, flags, 0);
184 target_ulong cs_base, pc;
190 cpu_get_tb_cpu_state(env, &pc, &cs_base, &flags);
192 if (unlikely(!tb || tb->pc != pc || tb->cs_base != cs_base ||
194 tb = tb_find_slow(pc, cs_base, flags);