Searched refs:image_base (Results 1 – 8 of 8) sorted by relevance
/xen/xen/arch/x86/ |
A D | bzimage.c | 107 int __init bzimage_parse(void *image_base, void **image_start, in bzimage_parse() argument 126 BUG_ON(!(image_base < *image_start)); in bzimage_parse() 130 if ( (err = perform_gunzip(image_base, *image_start, orig_image_len)) > 0 ) in bzimage_parse() 131 err = decompress(*image_start, orig_image_len, image_base); in bzimage_parse() 135 *image_start = image_base; in bzimage_parse()
|
/xen/xen/include/asm-x86/ |
A D | bzimage.h | 8 int bzimage_parse(void *image_base, void **image_start,
|
/xen/xen/arch/x86/efi/ |
A D | mkreloc.c | 84 uint_fast64_t *image_base, in load() argument 126 *image_base = base; in load() 130 *image_base = ((uint64_t)base << 32) | pe_hdr.opt_hdr.data_rva; in load()
|
/xen/xen/include/xen/ |
A D | libelf.h | 102 #define ELF_IMAGE_BASE(elf) ((elf_ptrval)(elf)->image_base) 179 const void *image_base; member
|
/xen/xen/arch/x86/pv/ |
A D | dom0_build.c | 304 void *image_base = bootstrap_map(image); in dom0_construct_pv() local 306 void *image_start = image_base + image_headroom; in dom0_construct_pv() 346 if ( (rc = bzimage_parse(image_base, &image_start, &image_len)) != 0 ) in dom0_construct_pv()
|
/xen/xen/arch/x86/hvm/ |
A D | dom0_build.c | 535 module_t *initrd, void *image_base, in pvh_load_kernel() argument 539 void *image_start = image_base + image_headroom; in pvh_load_kernel() 549 if ( (rc = bzimage_parse(image_base, &image_start, &image_len)) != 0 ) in pvh_load_kernel()
|
/xen/xen/common/libelf/ |
A D | libelf-tools.c | 58 if ( elf_ptrval_in_range(ptrval, size, elf->image_base, elf->size) ) in elf_access_ok()
|
A D | libelf-loader.c | 49 elf->image_base = image_input; in elf_init()
|
Completed in 12 milliseconds