Home | History | Annotate | Download | only in qemu

Lines Matching full:cs_base

108     tb = tb_gen_code(env, orig_tb->pc, orig_tb->cs_base, orig_tb->flags,
124 target_ulong cs_base,
147 tb->cs_base == cs_base &&
164 tb = tb_gen_code(env, pc, cs_base, flags, 0);
175 target_ulong cs_base, pc;
181 cpu_get_tb_cpu_state(env, &pc, &cs_base, &flags);
183 if (unlikely(!tb || tb->pc != pc || tb->cs_base != cs_base ||
185 tb = tb_find_slow(pc, cs_base, flags);