Home
last modified time | relevance | path

Searched refs:start_info (Results 1 – 7 of 7) sorted by relevance

/linux/arch/xtensa/include/asm/
H A Dsmp.h17 struct start_info { struct
20 extern struct start_info start_info; argument
/linux/include/xen/arm/
H A Dhypervisor.h8 extern struct start_info *xen_start_info;
/linux/sound/isa/sb/
H A Dsb16_csp.c188 struct snd_sb_csp_start start_info; in snd_sb_csp_ioctl() local
230 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()
/linux/arch/xtensa/kernel/
H A Dsmp.c241 start_info.stack = (unsigned long)task_pt_regs(idle); in __cpu_up()
245 __func__, cpu, idle, start_info.stack); in __cpu_up()
/linux/include/xen/interface/
H A Dxen.h620 struct start_info { struct
/linux/arch/x86/xen/
H A Denlighten_pv.c1328 asmlinkage __visible void __init xen_start_kernel(struct start_info *si) in xen_domu_set_legacy_features()
H A Dmmu_pv.c1895 xen_start_info = (struct start_info *)__va(__pa(xen_start_info)); in xen_read_phys_ulong()