Searched refs:current_cs_base (Results 1 – 1 of 1) sorted by relevance
/external/qemu/ |
D | exec.c | 960 target_ulong current_cs_base = 0; in tb_invalidate_phys_page_range() local 1011 cpu_get_tb_cpu_state(env, ¤t_pc, ¤t_cs_base, in tb_invalidate_phys_page_range() 1046 tb_gen_code(env, current_pc, current_cs_base, current_flags, 1); in tb_invalidate_phys_page_range() 1091 target_ulong current_cs_base = 0; in tb_invalidate_phys_page() local 1119 cpu_get_tb_cpu_state(env, ¤t_pc, ¤t_cs_base, in tb_invalidate_phys_page() 1133 tb_gen_code(env, current_pc, current_cs_base, current_flags, 1); in tb_invalidate_phys_page()
|