Searched refs:hypervisor_ops (Results 1 – 6 of 6) sorted by relevance
36 const struct hypervisor_ops *xg_probe(void);48 static inline const struct hypervisor_ops *xg_probe(void) { return NULL; } in xg_probe()
69 const struct hypervisor_ops *hyperv_probe(void);73 static inline const struct hypervisor_ops *hyperv_probe(void) { return NULL; } in hyperv_probe()
26 struct hypervisor_ops { struct
28 static struct hypervisor_ops __read_mostly ops;32 const struct hypervisor_ops *fns; in hypervisor_probe()
50 static const struct hypervisor_ops ops;52 const struct hypervisor_ops *__init hyperv_probe(void) in hyperv_probe()222 static const struct hypervisor_ops __initconstrel ops = {
332 static const struct hypervisor_ops __initconstrel ops = {341 const struct hypervisor_ops *__init xg_probe(void) in xg_probe()
Completed in 9 milliseconds