Home
last modified time | relevance | path

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

/Linux-v5.15/arch/xtensa/include/asm/
Dsmp.h17 struct start_info { struct
20 extern struct start_info start_info; argument
/Linux-v5.15/arch/xtensa/kernel/
Dhead.S193 movi a1, start_info
266 movi a1, start_info
367 ENTRY(start_info)
Dsmp.c239 start_info.stack = (unsigned long)task_pt_regs(idle); in __cpu_up()
243 __func__, cpu, idle, start_info.stack); in __cpu_up()
/Linux-v5.15/include/xen/arm/
Dhypervisor.h8 extern struct start_info *xen_start_info;
/Linux-v5.15/arch/x86/include/asm/xen/
Dhypervisor.h37 extern struct start_info *xen_start_info;
/Linux-v5.15/arch/arm/xen/
Denlighten.c40 static struct start_info _xen_start_info;
41 struct start_info *xen_start_info = &_xen_start_info;
/Linux-v5.15/arch/x86/xen/
Dxen-ops.h28 extern struct start_info *xen_start_info;
Denlighten.c64 struct start_info *xen_start_info;
Dmmu_pv.c1792 xen_start_info = (struct start_info *)__va(__pa(xen_start_info)); in xen_setup_kernel_pagetable()
/Linux-v5.15/sound/isa/sb/
Dsb16_csp.c187 struct snd_sb_csp_start start_info; in snd_sb_csp_ioctl() local
229 if (copy_from_user(&start_info, (void __user *) arg, sizeof(start_info))) in snd_sb_csp_ioctl()
232 err = snd_sb_csp_start(p, start_info.sample_width, start_info.channels); in snd_sb_csp_ioctl()
/Linux-v5.15/include/xen/interface/
Dxen.h637 struct start_info { struct