Lines Matching defs:nvmm_impl
104 struct nvmm_impl { struct
105 const char *name;
106 bool (*ident)(void);
107 void (*init)(void);
108 void (*fini)(void);
109 void (*capability)(struct nvmm_capability *);
110 void (*suspend_interrupt)(void);
111 void (*suspend)(void);
112 void (*resume)(void);
114 size_t mach_conf_max;
115 const size_t *mach_conf_sizes;
117 size_t vcpu_conf_max;
141 extern const struct nvmm_impl nvmm_x86_svm; argument