Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/platform/pvh/
H A Denlighten.c45 static void __init init_pvh_bootparams(bool xen_guest) in init_pvh_bootparams() argument
59 } else if (xen_guest) { in init_pvh_bootparams()
77 if (xen_guest) in init_pvh_bootparams()
98 pvh_bootparams.hdr.type_of_loader = ((xen_guest ? 0x9 : 0xb) << 4) | 0; in init_pvh_bootparams()
113 static void __init hypervisor_specific_init(bool xen_guest) in hypervisor_specific_init() argument
115 if (xen_guest) in hypervisor_specific_init()
127 bool xen_guest = !!msr; in xen_prepare_pvh() local
137 hypervisor_specific_init(xen_guest); in xen_prepare_pvh()
139 init_pvh_bootparams(xen_guest); in xen_prepare_pvh()