Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dxen.h620 struct start_info { struct
622 char magic[32]; /* "xen-<version>-<platform>". */
623 unsigned long nr_pages; /* Total pages allocated to this domain. */
624 unsigned long shared_info; /* MACHINE address of shared info struct. */
625 uint32_t flags; /* SIF_xxx flags. */
626 xen_pfn_t store_mfn; /* MACHINE page number of shared page. */
650 /* These flags are passed in the 'flags' field of start_info_t. */ argument
/openbmc/linux/arch/xtensa/include/asm/
H A Dsmp.h17 struct start_info { struct
20 extern struct start_info start_info; argument
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h828 struct start_info { struct
830 char magic[32]; /* "xen-<version>-<platform>". */
831 unsigned long nr_pages; /* Total pages allocated to this domain. */
832 unsigned long shared_info; /* MACHINE address of shared info struct. */
833 uint32_t flags; /* SIF_xxx flags. */
834 xen_pfn_t store_mfn; /* MACHINE page number of shared page. */
835 uint32_t store_evtchn; /* Event channel for store communication. */
836 union {
860 typedef struct start_info start_info_t; argument
/openbmc/qemu/pc-bios/optionrom/
H A Dpvh_main.c48 static struct hvm_start_info start_info; variable
/openbmc/linux/sound/isa/sb/
H A Dsb16_csp.c187 struct snd_sb_csp_start start_info; in snd_sb_csp_ioctl() local