Home
last modified time | relevance | path

Searched refs:vcpu_get_state (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/vmm/
H A Dvmm_vm.h60 enum vcpu_state vcpu_get_state(struct vcpu *vcpu, int *hostcpu);
86 return (vcpu_get_state(vcpu, hostcpu) == VCPU_RUNNING); in vcpu_is_running()
H A Dvmm_mem.c161 state = vcpu_get_state(vcpu, &hostcpu); in vm_mem_allocated()
468 int state = vcpu_get_state(vcpu, NULL); in vm_gpa_hold()
H A Dvmm_vm.c266 vcpu_get_state(struct vcpu *vcpu, int *hostcpu) in vcpu_get_state() function
H A Dvmm_dev.c137 state = vcpu_get_state(vcpu, NULL); in vcpu_unlock_one()
/freebsd/sys/amd64/vmm/
H A Dvmm.c1237 state = vcpu_get_state(vcpu, NULL); in vm_restart_instruction()