xen_guest 45 arch/x86/platform/pvh/enlighten.c static void __init init_pvh_bootparams(bool xen_guest) xen_guest 59 arch/x86/platform/pvh/enlighten.c } else if (xen_guest) { xen_guest 95 arch/x86/platform/pvh/enlighten.c pvh_bootparams.hdr.type_of_loader = ((xen_guest ? 0x9 : 0xb) << 4) | 0; xen_guest 110 arch/x86/platform/pvh/enlighten.c static void hypervisor_specific_init(bool xen_guest) xen_guest 112 arch/x86/platform/pvh/enlighten.c if (xen_guest) xen_guest 124 arch/x86/platform/pvh/enlighten.c bool xen_guest = !!msr; xen_guest 134 arch/x86/platform/pvh/enlighten.c hypervisor_specific_init(xen_guest); xen_guest 136 arch/x86/platform/pvh/enlighten.c init_pvh_bootparams(xen_guest);