Searched refs:start_info (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/pc-bios/optionrom/ |
H A D | pvh_main.c | 48 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 D | smp.h | 17 struct start_info { struct 20 extern struct start_info start_info; argument
|
/openbmc/linux/arch/x86/xen/ |
H A D | xen-ops.h | 28 extern struct start_info *xen_start_info; 158 void xen_start_kernel(struct start_info *si);
|
H A D | enlighten.c | 55 struct start_info *xen_start_info;
|
H A D | enlighten_pv.c | 1313 asmlinkage __visible void __init xen_start_kernel(struct start_info *si) in xen_start_kernel()
|
H A D | mmu_pv.c | 1876 xen_start_info = (struct start_info *)__va(__pa(xen_start_info)); in xen_setup_kernel_pagetable()
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | head.S | 196 movi a1, start_info 270 movi a1, start_info 371 ENTRY(start_info)
|
H A D | smp.c | 241 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 D | hypervisor.h | 8 extern struct start_info *xen_start_info;
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | hypervisor.h | 37 extern struct start_info *xen_start_info;
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | xen.h | 828 struct start_info { struct 860 typedef struct start_info start_info_t; argument
|
/openbmc/linux/sound/isa/sb/ |
H A D | sb16_csp.c | 187 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 D | enlighten.c | 41 static struct start_info _xen_start_info; 42 struct start_info *xen_start_info = &_xen_start_info;
|
/openbmc/linux/include/xen/interface/ |
H A D | xen.h | 620 struct start_info { struct
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |