Searched refs:vcpu_get_state (Results 1 – 5 of 5) sorted by relevance
60 enum vcpu_state vcpu_get_state(struct vcpu *vcpu, int *hostcpu);86 return (vcpu_get_state(vcpu, hostcpu) == VCPU_RUNNING); in vcpu_is_running()
161 state = vcpu_get_state(vcpu, &hostcpu); in vm_mem_allocated()468 int state = vcpu_get_state(vcpu, NULL); in vm_gpa_hold()
266 vcpu_get_state(struct vcpu *vcpu, int *hostcpu) in vcpu_get_state() function
137 state = vcpu_get_state(vcpu, NULL); in vcpu_unlock_one()
1237 state = vcpu_get_state(vcpu, NULL); in vm_restart_instruction()