Home
last modified time | relevance | path

Searched defs:start_info (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/public/
A Dxen.h800 struct start_info { struct
802 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
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddom0_build.c455 struct hvm_start_info start_info = { 0 }; in pvh_load_kernel() local
564 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
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_resume.c144 start_info_t *start_info; in xc_domain_resume_any() local
A Dxc_dom_x86.c717 start_info_x86_32_t *start_info = in start_info_x86_32() local
763 start_info_x86_64_t *start_info = in start_info_x86_64() local
1633 struct hvm_start_info *start_info) in add_module_to_list()
1668 struct hvm_start_info *start_info; in bootlate_hvm() local
/xen-4.10.0-shim-comet/stubdom/grub/
A Dkexec.c342 #define start_info (start_info_union.start_info) in kexec() macro
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxc_dom.h255 int (*start_info) (struct xc_dom_image * dom); member

Completed in 14 milliseconds