Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/nvmm/
H A Dnvmm_internal.h128 int (*vcpu_create)(struct nvmm_machine *, struct nvmm_cpu *); member
H A Dnvmm.c465 error = (*nvmm_impl->vcpu_create)(mach, vcpu); in nvmm_vcpu_create()
/netbsd-src/sys/dev/nvmm/x86/
H A Dnvmm_x86_svm.c2649 .vcpu_create = svm_vcpu_create,
H A Dnvmm_x86_vmx.c3650 .vcpu_create = vmx_vcpu_create,