Searched refs:bootinfo (Results 1 - 174 of 174) sorted by relevance

/linux-4.4.14/arch/m68k/include/uapi/asm/
H A Dbootinfo-q40.h2 ** asm/bootinfo-q40.h -- Q40-specific boot information definitions
10 * Latest Q40 bootinfo version
H A Dbootinfo-apollo.h2 ** asm/bootinfo-apollo.h -- Apollo-specific boot information definitions
H A Dbootinfo-atari.h2 ** asm/bootinfo-atari.h -- Atari-specific boot information definitions
38 * Latest Atari bootinfo version
H A Dbootinfo-amiga.h2 ** asm/bootinfo-amiga.h -- Amiga-specific boot information definitions
57 * Latest Amiga bootinfo version
H A Dbootinfo-hp300.h2 ** asm/bootinfo-hp300.h -- HP9000/300-specific boot information definitions
44 * Latest HP9000/300 bootinfo version
H A Dbootinfo-vme.h2 ** asm/bootinfo-vme.h -- VME-specific boot information definitions
62 * Latest VME bootinfo versions
H A Dbootinfo.h2 * asm/bootinfo.h -- Definition of the Linux/m68k boot information structure
141 * Stuff for bootinfo interface versioning
148 * If incompatible changes are made to the bootinfo interface, the major
H A Dbootinfo-mac.h2 ** asm/bootinfo-mac.h -- Macintosh-specific boot information definitions
113 * Latest Macintosh bootinfo version
/linux-4.4.14/arch/m68k/include/asm/
H A Dhp300hw.h4 #include <asm/bootinfo-hp300.h>
H A Dbootinfo.h2 ** asm/bootinfo.h -- Definition of the Linux/m68k boot information structure
14 #include <uapi/asm/bootinfo.h>
H A Dmacintosh.h7 #include <asm/bootinfo-mac.h>
88 * Internal representation of the Mac hardware, filled in from bootinfo
H A Dapollohw.h8 #include <asm/bootinfo-apollo.h>
H A Dsetup.h20 ** structure to bootinfo.h
25 #include <uapi/asm/bootinfo.h>
H A Damigahw.h21 #include <asm/bootinfo-amiga.h>
H A Datarihw.h24 #include <asm/bootinfo-atari.h>
/linux-4.4.14/arch/m68k/kernel/
H A Dbootinfo_proc.c12 #include <asm/bootinfo.h>
45 pr_err("Cannot save %zu bytes of bootinfo\n", size); save_bootinfo()
49 pr_info("Saving %zu bytes of bootinfo\n", size); save_bootinfo()
69 pde = proc_create_data("bootinfo", 0400, NULL, &bootinfo_fops, NULL); init_bootinfo_procfs()
H A Dasm-offsets.c17 #include <asm/bootinfo.h>
H A Dsetup_mm.c28 #include <asm/bootinfo.h>
234 /* The bootinfo is located right after the kernel */ setup_arch()
H A Dhead.S258 #include <asm/bootinfo.h>
259 #include <asm/bootinfo-amiga.h>
260 #include <asm/bootinfo-atari.h>
261 #include <asm/bootinfo-hp300.h>
262 #include <asm/bootinfo-mac.h>
263 #include <asm/bootinfo-q40.h>
264 #include <asm/bootinfo-vme.h>
568 * Version numbers of the bootinfo interface
571 bras 1f /* Jump over bootinfo version numbers */
1514 * Find a tag record in the bootinfo structure
1515 * The bootinfo structure is located right after the kernel
2530 * as the bootinfo structure is located directly behind the kernel
/linux-4.4.14/arch/mips/dec/prom/
H A Dcmdline.c12 #include <asm/bootinfo.h>
H A Dmemory.c14 #include <asm/bootinfo.h>
H A Didentify.c14 #include <asm/bootinfo.h>
H A Dinit.c14 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/include/asm/dec/
H A Dmachtype.h14 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/ath25/
H A Dprom.c18 #include <asm/bootinfo.h>
H A Ddevices.c5 #include <asm/bootinfo.h>
H A Dboard.c16 #include <asm/bootinfo.h>
H A Dar2315.c24 #include <asm/bootinfo.h>
H A Dar5312.c25 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/loongson32/common/
H A Dsetup.c10 #include <asm/bootinfo.h>
H A Dprom.c13 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/txx9/rbtx4938/
H A Dprom.c15 #include <asm/bootinfo.h>
/linux-4.4.14/drivers/nfc/s3fwrn5/
H A Dfirmware.c89 struct s3fwrn5_fw_cmd_get_bootinfo_rsp *bootinfo) s3fwrn5_fw_get_bootinfo()
113 memcpy(bootinfo, rsp->data + S3FWRN5_FW_HDR_SIZE, 10); s3fwrn5_fw_get_bootinfo()
336 struct s3fwrn5_fw_cmd_get_bootinfo_rsp *bootinfo, u32 *base_addr) s3fwrn5_fw_get_base_addr()
351 if (bootinfo->hw_version[0] == match[i].version[0] && s3fwrn5_fw_get_base_addr()
352 bootinfo->hw_version[1] == match[i].version[1] && s3fwrn5_fw_get_base_addr()
353 bootinfo->hw_version[3] == match[i].version[3]) { s3fwrn5_fw_get_base_addr()
362 s3fwrn5_fw_is_custom(struct s3fwrn5_fw_cmd_get_bootinfo_rsp *bootinfo) s3fwrn5_fw_is_custom() argument
364 return !!bootinfo->hw_version[2]; s3fwrn5_fw_is_custom()
369 struct s3fwrn5_fw_cmd_get_bootinfo_rsp bootinfo; s3fwrn5_fw_setup() local
383 ret = s3fwrn5_fw_get_bootinfo(fw_info, &bootinfo); s3fwrn5_fw_setup()
386 "Failed to get bootinfo, ret=%02x\n", ret); s3fwrn5_fw_setup()
392 ret = s3fwrn5_fw_get_base_addr(&bootinfo, &fw_info->base_addr); s3fwrn5_fw_setup()
399 fw_info->sector_size = bootinfo.sector_size; s3fwrn5_fw_setup()
401 fw_info->sig_size = s3fwrn5_fw_is_custom(&bootinfo) ? s3fwrn5_fw_setup()
403 fw_info->sig = s3fwrn5_fw_is_custom(&bootinfo) ? s3fwrn5_fw_setup()
88 s3fwrn5_fw_get_bootinfo(struct s3fwrn5_fw_info *fw_info, struct s3fwrn5_fw_cmd_get_bootinfo_rsp *bootinfo) s3fwrn5_fw_get_bootinfo() argument
335 s3fwrn5_fw_get_base_addr( struct s3fwrn5_fw_cmd_get_bootinfo_rsp *bootinfo, u32 *base_addr) s3fwrn5_fw_get_base_addr() argument
/linux-4.4.14/arch/mips/include/asm/
H A Dprom.h18 #include <asm/bootinfo.h>
H A Dmips_machine.h16 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/fw/arc/
H A Dinit.c13 #include <asm/bootinfo.h>
H A Dmisc.c21 #include <asm/bootinfo.h>
H A Dcmdline.c16 #include <asm/bootinfo.h>
H A Didentify.c21 #include <asm/bootinfo.h>
H A Dmemory.c25 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/include/asm/fw/
H A Dfw.h11 #include <asm/bootinfo.h> /* For cleaner code... */
/linux-4.4.14/arch/mips/jz4740/
H A Dprom.c23 #include <asm/bootinfo.h>
H A Dsetup.c25 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/ath79/
H A Dprom.c19 #include <asm/bootinfo.h>
H A Dsetup.c23 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/loongson64/common/
H A Dcmdline.c20 #include <asm/bootinfo.h>
H A Dinit.c12 #include <asm/bootinfo.h>
H A Dsetup.c13 #include <asm/bootinfo.h>
H A Duart_base.c12 #include <asm/bootinfo.h>
H A Dmachtype.c13 #include <asm/bootinfo.h>
H A Dmem.c11 #include <asm/bootinfo.h>
H A Dserial.c17 #include <asm/bootinfo.h>
H A Ddma-swiotlb.c8 #include <asm/bootinfo.h>
H A Denv.c21 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/loongson64/loongson-3/
H A Dplatform.c16 #include <asm/bootinfo.h>
H A Dnuma.c28 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/paravirt/
H A Dsetup.c13 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/rb532/
H A Dsetup.c8 #include <asm/bootinfo.h>
H A Dprom.c36 #include <asm/bootinfo.h>
H A Dirq.c42 #include <asm/bootinfo.h>
H A Ddevices.c31 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/sgi-ip32/
H A Dip32-memory.c15 #include <asm/bootinfo.h>
H A Dip32-setup.c19 #include <asm/bootinfo.h>
H A Dcrime.c14 #include <asm/bootinfo.h>
/linux-4.4.14/drivers/video/fbdev/
H A Dmaxinefb.c36 /* bootinfo.h defines the machine type values, needed when checking */
38 #include <asm/bootinfo.h>
H A Dpmag-aa-fb.c36 #include <asm/bootinfo.h>
/linux-4.4.14/arch/m68k/mvme147/
H A Dconfig.c28 #include <asm/bootinfo.h>
29 #include <asm/bootinfo-vme.h>
/linux-4.4.14/arch/mips/dec/
H A Dtc.c20 #include <asm/bootinfo.h>
H A Dwbflush.c19 #include <asm/bootinfo.h>
H A Decc-berr.c22 #include <asm/bootinfo.h>
H A Dsetup.c25 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/emma/common/
H A Dprom.c28 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/kernel/
H A Dprom.c21 #include <asm/bootinfo.h>
H A Dproc.c10 #include <asm/bootinfo.h>
H A Dptrace32.c36 #include <asm/bootinfo.h>
H A Dsmp-bmips.c30 #include <asm/bootinfo.h>
H A Dprocess.c31 #include <asm/bootinfo.h>
H A Dptrace.c45 #include <asm/bootinfo.h>
H A Dsetup.c31 #include <asm/bootinfo.h>
H A Dtraps.c41 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/lantiq/
H A Dprom.c15 #include <asm/bootinfo.h>
H A Dirq.c18 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/ar7/
H A Dmemory.c28 #include <asm/bootinfo.h>
H A Dprom.c27 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/lasat/
H A Dprom.c12 #include <asm/bootinfo.h>
H A Dpicvue.c9 #include <asm/bootinfo.h>
H A Dsetup.c33 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/loongson64/lemote-2f/
H A Dmachtype.c10 #include <asm/bootinfo.h>
H A Dpm.c21 #include <asm/bootinfo.h>
H A Dreset.c18 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/mti-malta/
H A Dmalta-memory.c18 #include <asm/bootinfo.h>
H A Dmalta-dtshim.c16 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/pci/
H A Dpci-emma2rh.c28 #include <asm/bootinfo.h>
H A Dfixup-emma2rh.c28 #include <asm/bootinfo.h>
H A Dops-nile4.c3 #include <asm/bootinfo.h>
H A Dpci-bcm63xx.c15 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/pnx833x/common/
H A Dprom.c26 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/ralink/
H A Dprom.c15 #include <asm/bootinfo.h>
H A Dof.c22 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/sgi-ip22/
H A Dip22-setup.c18 #include <asm/bootinfo.h>
H A Dip22-mc.c15 #include <asm/bootinfo.h>
H A Dip28-berr.c23 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/txx9/rbtx4927/
H A Dprom.c33 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/vr41xx/common/
H A Dinit.c25 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/netlogic/xlr/
H A Dsetup.c42 #include <asm/bootinfo.h>
45 #include <asm/netlogic/psb-bootinfo.h>
/linux-4.4.14/arch/m68k/apollo/
H A Dconfig.c12 #include <asm/bootinfo.h>
13 #include <asm/bootinfo-apollo.h>
/linux-4.4.14/arch/m68k/hp300/
H A Dconfig.c16 #include <asm/bootinfo.h>
17 #include <asm/bootinfo-hp300.h>
/linux-4.4.14/arch/mips/include/asm/mach-generic/
H A Dfloppy.h18 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/lantiq/xway/
H A Dprom.c12 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/bcm63xx/
H A Ddev-pcmcia.c11 #include <asm/bootinfo.h>
H A Dprom.c12 #include <asm/bootinfo.h>
H A Dsetup.c15 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/cobalt/
H A Dsetup.c18 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/txx9/jmr3927/
H A Dprom.c40 #include <asm/bootinfo.h>
/linux-4.4.14/arch/m68k/mac/
H A Dconfig.c30 #include <asm/bootinfo.h>
31 #include <asm/bootinfo-mac.h>
49 /* Mac bootinfo struct */
80 * Parse a Macintosh-specific record in the bootinfo
836 /* no bootinfo model id -> NetBSD booter was used! */ mac_identify()
839 printk(KERN_WARNING "No bootinfo model ID, using cpuid instead " mac_identify()
887 printk(KERN_DEBUG " Penguin bootinfo data:\n"); mac_identify()
/linux-4.4.14/block/partitions/
H A Dsun.c31 __be32 bootinfo[3]; /* Info needed by mboot */ sun_partition() member in struct:sun_disklabel::sun_vtoc
/linux-4.4.14/include/linux/
H A Dzorro.h85 * Minimal information about a Zorro device, passed from bootinfo
/linux-4.4.14/arch/mips/emma/markeins/
H A Dplatform.c28 #include <asm/bootinfo.h>
H A Dirq.c32 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/fw/sni/
H A Dsniprom.c21 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/alchemy/
H A Dboard-xxs1500.c30 #include <asm/bootinfo.h>
H A Dboard-gpr.c33 #include <asm/bootinfo.h>
H A Dboard-mtx1.c32 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/alchemy/common/
H A Dprom.c40 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/mm/
H A Dsc-ip22.c15 #include <asm/bootinfo.h>
H A Dtlb-r3k.c24 #include <asm/bootinfo.h>
H A Dtlb-r8k.c16 #include <asm/bootinfo.h>
H A Dc-octeon.c18 #include <asm/bootinfo.h>
H A Dc-r3k.c22 #include <asm/bootinfo.h>
H A Dc-tx39.c23 #include <asm/bootinfo.h>
H A Dtlb-r4k.c21 #include <asm/bootinfo.h>
H A Dinit.c35 #include <asm/bootinfo.h>
H A Dpage.c26 #include <asm/bootinfo.h>
H A Dc-r4k.c24 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/mti-sead3/
H A Dsead3-init.c11 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/netlogic/common/
H A Dnlm-dma.c43 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/pnx833x/stb22x/
H A Dboard.c26 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/sibyte/bcm1480/
H A Dsetup.c24 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/sibyte/swarm/
H A Dsetup.c35 #include <asm/bootinfo.h>
/linux-4.4.14/arch/arm/mach-mediatek/
H A Dplatsmp.c102 /* smp_base(trustzone-bootinfo) is reserved by device tree */ __mtk_smp_prepare_cpus()
/linux-4.4.14/arch/mips/alchemy/devboards/
H A Dplatform.c13 #include <asm/bootinfo.h>
H A Ddb1550.c21 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/bcm47xx/
H A Dprom.c34 #include <asm/bootinfo.h>
H A Dsetup.c39 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/bmips/
H A Dsetup.c23 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/netlogic/xlp/
H A Dsetup.c41 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/pmcs-msp71xx/
H A Dmsp_serial.c32 #include <asm/bootinfo.h>
H A Dmsp_setup.c15 #include <asm/bootinfo.h>
H A Dmsp_prom.c46 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/sgi-ip27/
H A Dip27-irq.c27 #include <asm/bootinfo.h>
H A Dip27-irq-pci.c26 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/sibyte/sb1250/
H A Dsetup.c24 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/sni/
H A Dsetup.c27 #include <asm/bootinfo.h>
/linux-4.4.14/drivers/clocksource/
H A Dtcb_clksrc.c283 static char bootinfo[] __initdata tcb_clksrc_init()
333 printk(bootinfo, clksrc.name, CONFIG_ATMEL_TCB_CLKSRC_BLOCK, tcb_clksrc_init()
/linux-4.4.14/arch/m68k/mvme16x/
H A Dconfig.c31 #include <asm/bootinfo.h>
32 #include <asm/bootinfo-vme.h>
/linux-4.4.14/arch/m68k/bvme6000/
H A Dconfig.c30 #include <asm/bootinfo.h>
31 #include <asm/bootinfo-vme.h>
/linux-4.4.14/arch/m68k/amiga/
H A Dconfig.c30 #include <asm/bootinfo.h>
31 #include <asm/bootinfo-amiga.h>
142 * Parse an Amiga-specific record in the bootinfo
/linux-4.4.14/arch/m68k/atari/
H A Dconfig.c39 #include <asm/bootinfo.h>
40 #include <asm/bootinfo-atari.h>
128 * Parse an Atari-specific record in the bootinfo
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_hp300.c88 * Parse the bootinfo to find descriptions for headless console and
/linux-4.4.14/drivers/staging/netlogic/
H A Dplatform_net.c50 #include <asm/netlogic/psb-bootinfo.h>
/linux-4.4.14/drivers/mtd/devices/
H A Dms02-nv.c19 #include <asm/bootinfo.h>
/linux-4.4.14/drivers/net/ethernet/natsemi/
H A Djazzsonic.c39 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-bootinfo.h36 * Current major and minor versions of the CVMX bootinfo block that is
H A Dcvmx.h70 #include <asm/octeon/cvmx-bootinfo.h>
/linux-4.4.14/arch/m68k/q40/
H A Dconfig.c31 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/cavium-octeon/
H A Ddma-octeon.c22 #include <asm/bootinfo.h>
H A Dsetup.c37 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/sibyte/common/
H A Dcfe.c28 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/txx9/generic/
H A Dsetup_tx4939.c24 #include <asm/bootinfo.h>
H A Dsetup.c28 #include <asm/bootinfo.h>
/linux-4.4.14/drivers/tty/serial/
H A Ddz.c53 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/kvm/
H A Dtlb.c22 #include <asm/bootinfo.h>
/linux-4.4.14/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-board.c35 #include <asm/octeon/cvmx-bootinfo.h>
/linux-4.4.14/drivers/net/ethernet/
H A Dkorina.c56 #include <asm/bootinfo.h>

Completed in 4062 milliseconds