HomeSort by: relevance | last modified time | path
    Searched refs:nvmm_impl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/nvmm/
nvmm.c 71 static const struct nvmm_impl *nvmm_impl_list[] = {
78 static const struct nvmm_impl *nvmm_impl __read_mostly = NULL;
281 (*nvmm_impl->vcpu_destroy)(mach, vcpu);
286 (*nvmm_impl->machine_destroy)(mach);
308 args->cap.state_size = nvmm_impl->state_size;
313 (*nvmm_impl->capability)(&args->cap);
343 (*nvmm_impl->machine_create)(mach);
369 (*nvmm_impl->vcpu_destroy)(mach, vcpu);
375 (*nvmm_impl->machine_destroy)(mach)
    [all...]
nvmm_internal.h 104 struct nvmm_impl { struct
141 extern const struct nvmm_impl nvmm_x86_svm;
142 extern const struct nvmm_impl nvmm_x86_vmx;
  /src/sys/dev/nvmm/x86/
nvmm_x86_svm.c 2672 const struct nvmm_impl nvmm_x86_svm = {
nvmm_x86_vmx.c 3669 const struct nvmm_impl nvmm_x86_vmx = {

Completed in 19 milliseconds