Lines Matching defs:cs
34 static void hppa_cpu_set_pc(CPUState *cs, vaddr value) in hppa_cpu_set_pc()
45 static vaddr hppa_cpu_get_pc(CPUState *cs) in hppa_cpu_get_pc()
54 static TCGTBCPUState hppa_get_tb_cpu_state(CPUState *cs) in hppa_get_tb_cpu_state()
106 static void hppa_cpu_synchronize_from_tb(CPUState *cs, in hppa_cpu_synchronize_from_tb()
116 static void hppa_restore_state_to_opc(CPUState *cs, in hppa_restore_state_to_opc()
136 static bool hppa_cpu_has_work(CPUState *cs) in hppa_cpu_has_work()
142 static int hppa_cpu_mmu_index(CPUState *cs, bool ifetch) in hppa_cpu_mmu_index()
153 static void hppa_cpu_disas_set_info(CPUState *cs, disassemble_info *info) in hppa_cpu_disas_set_info()
162 void hppa_cpu_do_unaligned_access(CPUState *cs, vaddr addr, in hppa_cpu_do_unaligned_access()
179 CPUState *cs = CPU(dev); in hppa_cpu_realizefn() local
216 CPUState *cs = CPU(obj); in hppa_cpu_reset_hold() local