Home
last modified time | relevance | path

Searched refs:hypervisor_x86 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dhypervisor.h41 struct hypervisor_x86 { struct
61 extern const struct hypervisor_x86 x86_hyper_vmware; argument
62 extern const struct hypervisor_x86 x86_hyper_ms_hyperv;
63 extern const struct hypervisor_x86 x86_hyper_xen_pv;
64 extern const struct hypervisor_x86 x86_hyper_kvm;
65 extern const struct hypervisor_x86 x86_hyper_jailhouse;
66 extern const struct hypervisor_x86 x86_hyper_acrn;
67 extern struct hypervisor_x86 x86_hyper_xen_hvm;
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dhypervisor.c29 static const __initconst struct hypervisor_x86 * const hypervisors[] =
61 static inline const struct hypervisor_x86 * __init
64 const struct hypervisor_x86 *h = NULL, * const *p; in detect_hypervisor_vendor()
97 const struct hypervisor_x86 *h; in init_hypervisor_platform()
H A Dacrn.c58 const __initconst struct hypervisor_x86 x86_hyper_acrn = {
H A Dmshyperv.c392 const __initconst struct hypervisor_x86 x86_hyper_ms_hyperv = {
H A Dvmware.c515 const __initconst struct hypervisor_x86 x86_hyper_vmware = {
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten_hvm.c310 struct hypervisor_x86 x86_hyper_xen_hvm __initdata = {
H A Denlighten_pv.c1469 const __initconst struct hypervisor_x86 x86_hyper_xen_pv = {
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Djailhouse.c289 const struct hypervisor_x86 x86_hyper_jailhouse __refconst = {
H A Dkvm.c838 const __initconst struct hypervisor_x86 x86_hyper_kvm = {