Lines Matching defs:cpu

81 static void do_hvf_cpu_synchronize_state(CPUState *cpu, run_on_cpu_data arg)  in do_hvf_cpu_synchronize_state()
89 static void hvf_cpu_synchronize_state(CPUState *cpu) in hvf_cpu_synchronize_state()
96 static void do_hvf_cpu_synchronize_set_dirty(CPUState *cpu, in do_hvf_cpu_synchronize_set_dirty()
103 static void hvf_cpu_synchronize_post_reset(CPUState *cpu) in hvf_cpu_synchronize_post_reset()
108 static void hvf_cpu_synchronize_post_init(CPUState *cpu) in hvf_cpu_synchronize_post_init()
113 static void hvf_cpu_synchronize_pre_loadvm(CPUState *cpu) in hvf_cpu_synchronize_pre_loadvm()
122 static void do_hvf_get_vcpu_exec_time(CPUState *cpu, run_on_cpu_data arg) in do_hvf_get_vcpu_exec_time()
128 static void hvf_vcpu_destroy(CPUState *cpu) in hvf_vcpu_destroy()
138 static int hvf_init_vcpu(CPUState *cpu) in hvf_init_vcpu()
174 CPUState *cpu = arg; in hvf_cpu_thread_fn() local
211 static void hvf_start_vcpu_thread(CPUState *cpu) in hvf_start_vcpu_thread()
227 struct hvf_sw_breakpoint *hvf_find_sw_breakpoint(CPUState *cpu, vaddr pc) in hvf_find_sw_breakpoint()
239 int hvf_sw_breakpoints_active(CPUState *cpu) in hvf_sw_breakpoints_active()
244 static void do_hvf_update_guest_debug(CPUState *cpu, run_on_cpu_data arg) in do_hvf_update_guest_debug()
249 int hvf_update_guest_debug(CPUState *cpu) in hvf_update_guest_debug()
255 static int hvf_insert_breakpoint(CPUState *cpu, int type, vaddr addr, vaddr len) in hvf_insert_breakpoint()
293 static int hvf_remove_breakpoint(CPUState *cpu, int type, vaddr addr, vaddr len) in hvf_remove_breakpoint()
332 static void hvf_remove_all_breakpoints(CPUState *cpu) in hvf_remove_all_breakpoints()
357 static void hvf_get_vcpu_stats(CPUState *cpu, GString *buf) in hvf_get_vcpu_stats()