Searched refs:image_headroom (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/asm-x86/ |
A D | dom0_build.h | 17 unsigned long image_headroom, 22 unsigned long image_headroom,
|
/xen/xen/arch/x86/ |
A D | dom0_build.c | 557 unsigned long image_headroom, module_t *initrd, in construct_dom0() argument 570 rc = dom0_construct_pvh(d, image, image_headroom, initrd, cmdline); in construct_dom0() 572 rc = dom0_construct_pv(d, image, image_headroom, initrd, cmdline); in construct_dom0()
|
/xen/xen/arch/x86/hvm/ |
A D | dom0_build.c | 534 unsigned long image_headroom, in pvh_load_kernel() argument 539 void *image_start = image_base + image_headroom; in pvh_load_kernel() 1181 unsigned long image_headroom, in dom0_construct_pvh() argument 1213 rc = pvh_load_kernel(d, image, image_headroom, initrd, bootstrap_map(image), in dom0_construct_pvh()
|
/xen/xen/arch/x86/pv/ |
A D | dom0_build.c | 287 unsigned long image_headroom, in dom0_construct_pv() argument 306 void *image_start = image_base + image_headroom; in dom0_construct_pv()
|
Completed in 11 milliseconds