Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_internal.h123 int (*machine_configure)(struct nvmm_machine *, uint64_t, void *); member
H A Dnvmm.c361 error = (*nvmm_impl->machine_configure)(mach, op, data); in nvmm_machine_configure()
/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_svm.c2683 .machine_configure = svm_machine_configure,
H A Dnvmm_x86_vmx.c3658 .machine_configure = vmx_machine_configure,