Searched defs:start_info (Results 1 – 6 of 6) sorted by relevance
800 struct start_info { struct802 char magic[32]; /* "xen-<version>-<platform>". */803 unsigned long nr_pages; /* Total pages allocated to this domain. */804 unsigned long shared_info; /* MACHINE address of shared info struct. */805 uint32_t flags; /* SIF_xxx flags. */806 xen_pfn_t store_mfn; /* MACHINE page number of shared page. */807 uint32_t store_evtchn; /* Event channel for store communication. */808 union {832 typedef struct start_info start_info_t; argument
455 struct hvm_start_info start_info = { 0 }; in pvh_load_kernel() local564 paddr_t start_info) in pvh_setup_cpus()927 static int __init pvh_setup_acpi(struct domain *d, paddr_t start_info) in pvh_setup_acpi()1054 paddr_t entry, start_info; in dom0_construct_pvh() local
144 start_info_t *start_info; in xc_domain_resume_any() local
717 start_info_x86_32_t *start_info = in start_info_x86_32() local763 start_info_x86_64_t *start_info = in start_info_x86_64() local1633 struct hvm_start_info *start_info) in add_module_to_list()1668 struct hvm_start_info *start_info; in bootlate_hvm() local
342 #define start_info (start_info_union.start_info) in kexec() macro
255 int (*start_info) (struct xc_dom_image * dom); member
Completed in 14 milliseconds