Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_internal.h127 int (*vcpu_configure)(struct nvmm_cpu *, uint64_t, void *); member
H A Dnvmm.c486 error = (*nvmm_impl->vcpu_configure)(vcpu, op, data); in nvmm_vcpu_configure()
/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_svm.c2686 .vcpu_configure = svm_vcpu_configure,
H A Dnvmm_x86_vmx.c3661 .vcpu_configure = vmx_vcpu_configure,