Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/optionrom/
H A Dpvh_main.c48 static struct hvm_start_info start_info; variable
78 start_info.magic = XEN_HVM_START_MAGIC_VALUE; in pvh_load_kernel()
79 start_info.version = 1; in pvh_load_kernel()
85 start_info.memmap_entries = pvh_e820.entries; in pvh_load_kernel()
86 start_info.memmap_paddr = (uintptr_t)pvh_e820.table; in pvh_load_kernel()
92 start_info.rsdp_paddr = search_rsdp(RSDP_AREA_ADDR, in pvh_load_kernel()
96 if (!start_info.rsdp_paddr) { in pvh_load_kernel()
105 start_info.rsdp_paddr = search_rsdp(*ebda, *ebda + EBDA_SIZE); in pvh_load_kernel()
112 start_info.cmdline_paddr = (uintptr_t)cmdline_addr; in pvh_load_kernel()
126 start_info.modlist_paddr = (uintptr_t)&ramdisk_mod; in pvh_load_kernel()
[all …]
/openbmc/linux/arch/xtensa/include/asm/
H A Dsmp.h17 struct start_info { struct
20 extern struct start_info start_info; argument
/openbmc/linux/arch/x86/xen/
H A Dxen-ops.h28 extern struct start_info *xen_start_info;
158 void xen_start_kernel(struct start_info *si);
H A Denlighten.c55 struct start_info *xen_start_info;
H A Denlighten_pv.c1313 asmlinkage __visible void __init xen_start_kernel(struct start_info *si) in xen_start_kernel()
H A Dmmu_pv.c1876 xen_start_info = (struct start_info *)__va(__pa(xen_start_info)); in xen_setup_kernel_pagetable()
/openbmc/linux/arch/xtensa/kernel/
H A Dhead.S196 movi a1, start_info
270 movi a1, start_info
371 ENTRY(start_info)
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()
/openbmc/linux/include/xen/arm/
H A Dhypervisor.h8 extern struct start_info *xen_start_info;
/openbmc/linux/arch/x86/include/asm/xen/
H A Dhypervisor.h37 extern struct start_info *xen_start_info;
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h828 struct start_info { struct
860 typedef struct start_info start_info_t; argument
/openbmc/linux/sound/isa/sb/
H A 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()
/openbmc/linux/arch/arm/xen/
H A Denlighten.c41 static struct start_info _xen_start_info;
42 struct start_info *xen_start_info = &_xen_start_info;
/openbmc/linux/include/xen/interface/
H A Dxen.h620 struct start_info { struct
/openbmc/linux/
H A Dopengrok2.0.log[all...]