Searched refs:start_info (Results 1 – 15 of 15) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_x86.c | 724 if ( start_info == NULL ) in start_info_x86_32() 730 memset(start_info, 0, sizeof(*start_info)); in start_info_x86_32() 731 strncpy(start_info->magic, dom->guest_type, sizeof(start_info->magic)); in start_info_x86_32() 732 start_info->magic[sizeof(start_info->magic) - 1] = '\0'; in start_info_x86_32() 770 if ( start_info == NULL ) in start_info_x86_64() 776 memset(start_info, 0, sizeof(*start_info)); in start_info_x86_64() 777 strncpy(start_info->magic, dom->guest_type, sizeof(start_info->magic)); in start_info_x86_64() 778 start_info->magic[sizeof(start_info->magic) - 1] = '\0'; in start_info_x86_64() 1661 start_info->nr_modules++; in add_module_to_list() 1686 if ( start_info == NULL ) in bootlate_hvm() [all …]
|
A D | xc_resume.c | 144 start_info_t *start_info; in xc_domain_resume_any() local 225 start_info = xc_map_foreign_range(xch, domid, PAGE_SIZE, in xc_domain_resume_any() 227 if ( start_info == NULL ) in xc_domain_resume_any() 233 start_info->store_mfn = p2m[start_info->store_mfn]; in xc_domain_resume_any() 234 start_info->console.domU.mfn = p2m[start_info->console.domU.mfn]; in xc_domain_resume_any() 236 munmap(start_info, PAGE_SIZE); in xc_domain_resume_any()
|
A D | xc_dom_boot.c | 207 if ( dom->arch_hooks->start_info ) in xc_dom_boot_image() 208 dom->arch_hooks->start_info(dom); in xc_dom_boot_image()
|
A D | xc_dom_arm.c | 544 .start_info = start_info_arm, 560 .start_info = start_info_arm,
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | kexec.c | 92 ASSERT(source_pfn < start_info.nr_pages); in do_exchange() 242 dom->console_evtchn = start_info.console.domU.evtchn; in kexec() 243 dom->xenstore_evtchn = start_info.store_evtchn; in kexec() 279 dom->total_pages = start_info.nr_pages; in kexec() 305 dom->shared_info_mfn = PHYS_PFN(start_info.shared_info); in kexec() 339 #undef start_info in kexec() 340 if ( dom->arch_hooks->start_info ) in kexec() 341 dom->arch_hooks->start_info(dom); in kexec() 342 #define start_info (start_info_union.start_info) in kexec() macro 381 _boot_oldpdmfn = virt_to_mfn(start_info.pt_base); in kexec() [all …]
|
A D | mini-os.c | 751 } else if (start_info.mod_len) in main() 752 preset_menu = (void*) start_info.mod_start; in main() 760 mbi.mem_lower = (start_info.nr_pages * PAGE_SIZE) / 1024; in main()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | dom0_build.c | 455 struct hvm_start_info start_info = { 0 }; in pvh_load_kernel() local 528 start_info.cmdline_paddr = last_addr; in pvh_load_kernel() 543 start_info.modlist_paddr = last_addr; in pvh_load_kernel() 544 start_info.nr_modules = 1; in pvh_load_kernel() 548 start_info.magic = XEN_HVM_START_MAGIC_VALUE; in pvh_load_kernel() 550 rc = hvm_copy_to_guest_phys(last_addr, &start_info, sizeof(start_info), v); in pvh_load_kernel() 575 .cpu_regs.x86_32.ebx = start_info, in pvh_setup_cpus() 1033 rc = hvm_copy_to_guest_phys(start_info + in pvh_setup_acpi() 1054 paddr_t entry, start_info; in dom0_construct_pvh() local 1076 rc = pvh_setup_cpus(d, entry, start_info); in dom0_construct_pvh() [all …]
|
/xen-4.10.0-shim-comet/tools/include/xen-foreign/ |
A D | reference.size | 4 start_info | - - 1112 1168
|
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | xlat.c | 12 void xlat_start_info(struct start_info *native, in xlat_start_info()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | xen.h | 800 struct start_info { struct 832 typedef struct start_info start_info_t; argument
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | compat.h | 225 struct start_info; 226 void xlat_start_info(struct start_info *, enum XLAT_start_info_console);
|
/xen-4.10.0-shim-comet/xen/include/ |
A D | xlat.lst | 8 ! start_info xen.h
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xc_dom.h | 255 int (*start_info) (struct xc_dom_image * dom); member
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | dom0_build.c | 448 vstartinfo_end = vstartinfo_start + sizeof(struct start_info); in dom0_construct_pv() 859 si->console.dom0.info_off = sizeof(struct start_info); in dom0_construct_pv()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore-paths.markdown | 319 [start_info][SI] for PV guests and as an [HVM param][HVMPARAMS] for
|
Completed in 48 milliseconds