Lines Matching refs:vcpu_state
150 struct vcpu_state { struct
161 static struct vcpu_state *vcpu_state; argument
494 memset(vcpu_state, 0, guest_ncpus * sizeof(*vcpu_state)); in close_connection()
786 struct vcpu_state *vs; in report_stop()
793 vs = &vcpu_state[stopped_vcpu]; in report_stop()
821 struct vcpu_state *vs; in discard_stop()
824 vs = &vcpu_state[stopped_vcpu]; in discard_stop()
974 struct vcpu_state *vs; in gdb_cpu_resume()
977 vs = &vcpu_state[vcpu_id(vcpu)]; in gdb_cpu_resume()
1027 struct vcpu_state *vs; in gdb_cpu_step()
1033 vs = &vcpu_state[vcpuid]; in gdb_cpu_step()
1102 struct vcpu_state *vs; in gdb_cpu_breakpoint()
1116 vs = &vcpu_state[vcpuid]; in gdb_cpu_breakpoint()
1174 vcpu_state[vcpuid].stepping = true; in gdb_step_vcpu()
2240 vcpu_state = calloc(guest_ncpus, sizeof(*vcpu_state)); in init_gdb()