Searched refs:current_cs_base (Results 1 – 1 of 1) sorted by relevance
/external/qemu/ |
D | exec.c | 940 target_ulong current_cs_base = 0; in tb_invalidate_phys_page_range() local 992 cpu_get_tb_cpu_state(env, ¤t_pc, ¤t_cs_base, in tb_invalidate_phys_page_range() 1027 tb_gen_code(env, current_pc, current_cs_base, current_flags, 1); in tb_invalidate_phys_page_range() 1072 target_ulong current_cs_base = 0; in tb_invalidate_phys_page() local 1100 cpu_get_tb_cpu_state(env, ¤t_pc, ¤t_cs_base, in tb_invalidate_phys_page() 1114 tb_gen_code(env, current_pc, current_cs_base, current_flags, 1); in tb_invalidate_phys_page()
|