Home
last modified time | relevance | path

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

/linux-4.1.27/include/xen/interface/
Dxen.h613 struct start_info { struct
615 char magic[32]; /* "xen-<version>-<platform>". */
616 unsigned long nr_pages; /* Total pages allocated to this domain. */
617 unsigned long shared_info; /* MACHINE address of shared info struct. */
618 uint32_t flags; /* SIF_xxx flags. */
619 xen_pfn_t store_mfn; /* MACHINE page number of shared page. */
643 /* These flags are passed in the 'flags' field of start_info_t. */ argument
/linux-4.1.27/arch/xtensa/include/asm/
Dsmp.h17 struct start_info { struct
20 extern struct start_info start_info; argument
/linux-4.1.27/sound/isa/sb/
Dsb16_csp.c199 struct snd_sb_csp_start start_info; in snd_sb_csp_ioctl() local