Searched refs:initrd_len (Results 1 – 7 of 7) sorted by relevance
439 vinitrd_end = vinitrd_start + initrd_len; in dom0_construct_pv()487 count -= PAGE_ALIGN(initrd_len); in dom0_construct_pv()503 if ( initrd_len ) in dom0_construct_pv()509 count = PFN_UP(initrd_len); in dom0_construct_pv()524 initrd_len); in dom0_construct_pv()549 mpt_alloc, mpt_alloc + initrd_len); in dom0_construct_pv()576 mpt_alloc -= PAGE_ALIGN(initrd_len); in dom0_construct_pv()766 if ( !vinitrd_start && initrd_len ) in dom0_construct_pv()794 mfn -= PFN_UP(initrd_len); in dom0_construct_pv()846 if ( initrd_len != 0 ) in dom0_construct_pv()[all …]
13 unsigned long initrd_len);
278 struct domain *d, struct elf_dom_parms *parms, unsigned long initrd_len) in dom0_compute_nr_pages() argument356 vend += round_pgup(initrd_len); in dom0_compute_nr_pages()
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()
119 uint64_t initrd_len; member
1202 dom->initrd_len = in xc_dom_build_image()1274 dom->initrd_len = page_size * dom->modules[mod].seg.pages; in xc_dom_build_image()
748 start_info->mod_len = dom->initrd_len; in start_info_x86_32()799 start_info->mod_len = dom->initrd_len; in start_info_x86_64()
Completed in 14 milliseconds