Home
last modified time | relevance | path

Searched refs:hypervisor_ops (Results 1 – 6 of 6) sorted by relevance

/xen/xen/include/asm-x86/guest/
A Dxen.h36 const struct hypervisor_ops *xg_probe(void);
48 static inline const struct hypervisor_ops *xg_probe(void) { return NULL; } in xg_probe()
A Dhyperv.h69 const struct hypervisor_ops *hyperv_probe(void);
73 static inline const struct hypervisor_ops *hyperv_probe(void) { return NULL; } in hyperv_probe()
A Dhypervisor.h26 struct hypervisor_ops { struct
/xen/xen/arch/x86/guest/
A Dhypervisor.c28 static struct hypervisor_ops __read_mostly ops;
32 const struct hypervisor_ops *fns; in hypervisor_probe()
/xen/xen/arch/x86/guest/hyperv/
A Dhyperv.c50 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 = {
/xen/xen/arch/x86/guest/xen/
A Dxen.c332 static const struct hypervisor_ops __initconstrel ops = {
341 const struct hypervisor_ops *__init xg_probe(void) in xg_probe()

Completed in 9 milliseconds