Home
last modified time | relevance | path

Searched defs:nvmm_impl (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/virtual/nvmm/
H A Dnvmm_internal.h106 struct nvmm_impl { struct
107 const char *name;
108 bool (*ident)(void);
109 void (*init)(void);
110 void (*fini)(void);
111 void (*capability)(struct nvmm_capability *);
136 extern const struct nvmm_impl nvmm_x86_svm; argument