Searched refs:initrd_len (Results 1 – 7 of 7) sorted by relevance
444 vinitrd_end = vinitrd_start + initrd_len; in dom0_construct_pv()492 count -= PAGE_ALIGN(initrd_len); in dom0_construct_pv()508 if ( initrd_len ) in dom0_construct_pv()514 count = PFN_UP(initrd_len); in dom0_construct_pv()529 initrd_len); in dom0_construct_pv()554 mpt_alloc, mpt_alloc + initrd_len); in dom0_construct_pv()581 mpt_alloc -= PAGE_ALIGN(initrd_len); in dom0_construct_pv()756 if ( !vinitrd_start && initrd_len ) in dom0_construct_pv()784 mfn -= PFN_UP(initrd_len); in dom0_construct_pv()836 if ( initrd_len != 0 ) in dom0_construct_pv()[all …]
13 unsigned long initrd_len);
74 const paddr_t initrd_len = ROUNDUP(mod ? mod->size : 0, MB(2)); in place_modules() local76 const paddr_t modsize = initrd_len + dtb_len; in place_modules()
315 struct domain *d, struct elf_dom_parms *parms, unsigned long initrd_len) in dom0_compute_nr_pages() argument402 vend += round_pgup(initrd_len); in dom0_compute_nr_pages()
119 uint64_t initrd_len; member
1172 dom->initrd_len = in xc_dom_build_image()1245 dom->initrd_len = page_size * dom->modules[mod].seg.pages; in xc_dom_build_image()
790 start_info->mod_len = dom->initrd_len; in start_info_x86_32()841 start_info->mod_len = dom->initrd_len; in start_info_x86_64()
Completed in 15 milliseconds