Searched refs:start_info (Results 1 – 7 of 7) sorted by relevance
17 struct start_info { struct20 extern struct start_info start_info; argument
8 extern struct start_info *xen_start_info;
188 struct snd_sb_csp_start start_info; in snd_sb_csp_ioctl() local230 if (copy_from_user(&start_info, (void __user *) arg, sizeof(start_info))) in snd_sb_csp_ioctl()233 err = snd_sb_csp_start(p, start_info.sample_width, start_info.channels); in snd_sb_csp_ioctl()
241 start_info.stack = (unsigned long)task_pt_regs(idle); in __cpu_up()245 __func__, cpu, idle, start_info.stack); in __cpu_up()
620 struct start_info { struct
1328 asmlinkage __visible void __init xen_start_kernel(struct start_info *si) in xen_domu_set_legacy_features()
1895 xen_start_info = (struct start_info *)__va(__pa(xen_start_info)); in xen_read_phys_ulong()