Searched refs:xen_bootmodule (Results 1 – 1 of 1) sorted by relevance
707 struct bootmodule *xen_bootmodule; in start_xen() local739 xen_bootmodule = add_boot_module(BOOTMOD_XEN, in start_xen()742 BUG_ON(!xen_bootmodule); in start_xen()749 xen_bootmodule->start, xen_bootmodule->start + xen_bootmodule->size, in start_xen()750 xen_paddr, xen_paddr + xen_bootmodule->size); in start_xen()751 xen_bootmodule->start = xen_paddr; in start_xen()
Completed in 4 milliseconds