Lines Matching defs:cs_base
984 uint8_t *cs_base, *pc;
990 cs_base = env->segs[R_CS].base;
991 pc = cs_base + eip;
993 tb = tb_find(&ptb, (uintptr_t)pc, (uintptr_t)cs_base,
1005 tb->cs_base = 0;
1080 target_ulong pc, target_ulong cs_base,
1101 tb->cs_base = cs_base;
3463 target_ulong pc, cs_base;
3493 cpu_get_tb_cpu_state(env, &pc, &cs_base, &cpu_flags);
3494 tb_gen_code(env, pc, cs_base, cpu_flags, 1);
4456 target_ulong pc, cs_base;
4495 cs_base = tb->cs_base;
4500 tb_gen_code(env, pc, cs_base, flags, cflags);