Searched refs:vcpu_state (Results 1 – 7 of 7) sorted by relevance
| /src/sys/dev/vmm/ |
| H A D | vmm_vm.h | 21 enum vcpu_state { enum 37 enum vcpu_state state; /* (o) vcpu state */ 56 int vcpu_set_state(struct vcpu *vcpu, enum vcpu_state state, bool from_idle); 57 int vcpu_set_state_locked(struct vcpu *vcpu, enum vcpu_state newstate, 59 int vcpu_set_state_all(struct vm *vm, enum vcpu_state state); 60 enum vcpu_state vcpu_get_state(struct vcpu *vcpu, int *hostcpu);
|
| H A D | vmm_vm.c | 100 vcpu_set_state_locked(struct vcpu *vcpu, enum vcpu_state newstate, in vcpu_set_state_locked() 170 vcpu_set_state_all(struct vm *vm, enum vcpu_state newstate) in vcpu_set_state_all() 254 vcpu_set_state(struct vcpu *vcpu, enum vcpu_state newstate, bool from_idle) in vcpu_set_state() 265 enum vcpu_state 268 enum vcpu_state state; in vcpu_get_state()
|
| H A D | vmm_dev.c | 135 enum vcpu_state state; in vcpu_unlock_one()
|
| /src/usr.sbin/bhyve/ |
| H A D | gdb.c | 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() [all …]
|
| /src/sys/riscv/vmm/ |
| H A D | vmm.c | 425 vcpu_require_state(struct vcpu *vcpu, enum vcpu_state newstate) in vcpu_require_state() 434 vcpu_require_state_locked(struct vcpu *vcpu, enum vcpu_state newstate) in vcpu_require_state_locked()
|
| /src/sys/arm64/vmm/ |
| H A D | vmm.c | 753 vcpu_require_state(struct vcpu *vcpu, enum vcpu_state newstate) in vcpu_require_state() 762 vcpu_require_state_locked(struct vcpu *vcpu, enum vcpu_state newstate) in vcpu_require_state_locked()
|
| /src/sys/amd64/vmm/ |
| H A D | vmm.c | 719 vcpu_require_state(struct vcpu *vcpu, enum vcpu_state newstate) in vcpu_require_state() 728 vcpu_require_state_locked(struct vcpu *vcpu, enum vcpu_state newstate) in vcpu_require_state_locked() 1233 enum vcpu_state state; in vm_restart_instruction()
|