Home
last modified time | relevance | path

Searched refs:vcpu_getstate (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_internal.h129 void (*vcpu_getstate)(struct nvmm_cpu *); member
H A Dnvmm.c535 (*nvmm_impl->vcpu_getstate)(vcpu); in nvmm_vcpu_getstate()
/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_svm.c2688 .vcpu_getstate = svm_vcpu_getstate,
H A Dnvmm_x86_vmx.c3663 .vcpu_getstate = vmx_vcpu_getstate,