Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/nvmm/
H A Dnvmm_internal.h122 void (*machine_create)(struct nvmm_machine *); member
H A Dnvmm.c343 (*nvmm_impl->machine_create)(mach); in nvmm_machine_create()
/netbsd-src/sys/dev/nvmm/x86/
H A Dnvmm_x86_svm.c2646 .machine_create = svm_machine_create,
H A Dnvmm_x86_vmx.c3647 .machine_create = vmx_machine_create,