Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/nvmm/
H A Dnvmm_internal.h124 int (*machine_configure)(struct nvmm_machine *, uint64_t, void *); member
H A Dnvmm.c422 error = (*nvmm_impl->machine_configure)(mach, op, data); in nvmm_machine_configure()
/netbsd-src/sys/dev/nvmm/x86/
H A Dnvmm_x86_svm.c2648 .machine_configure = svm_machine_configure,
H A Dnvmm_x86_vmx.c3649 .machine_configure = vmx_machine_configure,