Symbol: hypervisor_x86
arch/x86/include/asm/hypervisor.h
62
extern const struct hypervisor_x86 x86_hyper_vmware;
arch/x86/include/asm/hypervisor.h
63
extern const struct hypervisor_x86 x86_hyper_ms_hyperv;
arch/x86/include/asm/hypervisor.h
64
extern const struct hypervisor_x86 x86_hyper_xen_pv;
arch/x86/include/asm/hypervisor.h
65
extern const struct hypervisor_x86 x86_hyper_kvm;
arch/x86/include/asm/hypervisor.h
66
extern const struct hypervisor_x86 x86_hyper_jailhouse;
arch/x86/include/asm/hypervisor.h
67
extern const struct hypervisor_x86 x86_hyper_acrn;
arch/x86/include/asm/hypervisor.h
68
extern const struct hypervisor_x86 x86_hyper_bhyve;
arch/x86/include/asm/hypervisor.h
69
extern struct hypervisor_x86 x86_hyper_xen_hvm;
arch/x86/kernel/cpu/acrn.c
75
const __initconst struct hypervisor_x86 x86_hyper_acrn = {
arch/x86/kernel/cpu/bhyve.c
60
const struct hypervisor_x86 x86_hyper_bhyve __refconst = {
arch/x86/kernel/cpu/hypervisor.c
100
const struct hypervisor_x86 *h;
arch/x86/kernel/cpu/hypervisor.c
29
static const __initconst struct hypervisor_x86 * const hypervisors[] =
arch/x86/kernel/cpu/hypervisor.c
64
static inline const struct hypervisor_x86 * __init
arch/x86/kernel/cpu/hypervisor.c
67
const struct hypervisor_x86 *h = NULL, * const *p;
arch/x86/kernel/cpu/mshyperv.c
785
const __initconst struct hypervisor_x86 x86_hyper_ms_hyperv = {
arch/x86/kernel/cpu/vmware.c
584
const __initconst struct hypervisor_x86 x86_hyper_vmware = {
arch/x86/kernel/jailhouse.c
290
const struct hypervisor_x86 x86_hyper_jailhouse __refconst = {
arch/x86/kernel/kvm.c
1043
const __initconst struct hypervisor_x86 x86_hyper_kvm = {
arch/x86/xen/enlighten_hvm.c
323
struct hypervisor_x86 x86_hyper_xen_hvm __initdata = {
arch/x86/xen/enlighten_pv.c
1617
const __initconst struct hypervisor_x86 x86_hyper_xen_pv = {