Home | History | Annotate | Download | only in qemu

Lines Matching full:cs_base

892                               target_ulong pc, target_ulong cs_base,
912 tb->cs_base = cs_base;
2716 target_ulong pc, cs_base;
2746 cpu_get_tb_cpu_state(env, &pc, &cs_base, &cpu_flags);
2747 tb_gen_code(env, pc, cs_base, cpu_flags, 1);
3622 target_ulong pc, cs_base;
3661 cs_base = tb->cs_base;
3666 tb_gen_code(env, pc, cs_base, flags, cflags);