Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/include/
H A Dvmm.h381 enum vcpu_state vcpu_get_state(struct vcpu *vcpu, int *hostcpu);
386 return (vcpu_get_state(vcpu, hostcpu) == VCPU_RUNNING); in vcpu_is_running()
/freebsd-14.2/sys/amd64/vmm/
H A Dvmm.c791 state = vcpu_get_state(vcpu, &hostcpu); in vm_mem_allocated()
1199 int state = vcpu_get_state(vcpu, NULL); in vm_gpa_hold()
2007 state = vcpu_get_state(vcpu, NULL); in vm_restart_instruction()
2468 vcpu_get_state(struct vcpu *vcpu, int *hostcpu) in vcpu_get_state() function
H A Dvmm_dev.c170 state = vcpu_get_state(vcpu, NULL); in vcpu_unlock_one()