Searched refs:vcpu_state (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | gdb.c | 134 struct vcpu_state { struct 145 static struct vcpu_state *vcpu_state; variable 407 memset(vcpu_state, 0, guest_ncpus * sizeof(*vcpu_state)); in close_connection() 699 struct vcpu_state *vs; in report_stop() 734 struct vcpu_state *vs; in discard_stop() 858 struct vcpu_state *vs; in gdb_cpu_resume() 911 struct vcpu_state *vs; in gdb_cpu_step() 917 vs = &vcpu_state[vcpuid]; in gdb_cpu_step() 981 struct vcpu_state *vs; in gdb_cpu_breakpoint() 995 vs = &vcpu_state[vcpuid]; in gdb_cpu_breakpoint() [all …]
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | vmm.h | 373 enum vcpu_state { enum 380 int vcpu_set_state(struct vcpu *vcpu, enum vcpu_state state, bool from_idle); 381 enum vcpu_state vcpu_get_state(struct vcpu *vcpu, int *hostcpu);
|
| /freebsd-14.2/sys/amd64/vmm/ |
| H A D | vmm.c | 103 enum vcpu_state state; /* (o) vcpu state */ 309 vcpu_state2str(enum vcpu_state state) in vcpu_state2str() 1346 vcpu_set_state_locked(struct vcpu *vcpu, enum vcpu_state newstate, in vcpu_set_state_locked() 1418 vcpu_require_state(struct vcpu *vcpu, enum vcpu_state newstate) in vcpu_require_state() 1427 vcpu_require_state_locked(struct vcpu *vcpu, enum vcpu_state newstate) in vcpu_require_state_locked() 2003 enum vcpu_state state; in vm_restart_instruction() 2456 vcpu_set_state(struct vcpu *vcpu, enum vcpu_state newstate, bool from_idle) in vcpu_set_state() 2467 enum vcpu_state 2470 enum vcpu_state state; in vcpu_get_state()
|
| H A D | vmm_dev.c | 168 enum vcpu_state state; in vcpu_unlock_one()
|