/linux-4.4.14/arch/m68k/include/uapi/asm/ |
H A D | bootinfo-q40.h | 2 ** asm/bootinfo-q40.h -- Q40-specific boot information definitions 10 * Latest Q40 bootinfo version
|
H A D | bootinfo-apollo.h | 2 ** asm/bootinfo-apollo.h -- Apollo-specific boot information definitions
|
H A D | bootinfo-atari.h | 2 ** asm/bootinfo-atari.h -- Atari-specific boot information definitions 38 * Latest Atari bootinfo version
|
H A D | bootinfo-amiga.h | 2 ** asm/bootinfo-amiga.h -- Amiga-specific boot information definitions 57 * Latest Amiga bootinfo version
|
H A D | bootinfo-hp300.h | 2 ** asm/bootinfo-hp300.h -- HP9000/300-specific boot information definitions 44 * Latest HP9000/300 bootinfo version
|
H A D | bootinfo-vme.h | 2 ** asm/bootinfo-vme.h -- VME-specific boot information definitions 62 * Latest VME bootinfo versions
|
H A D | bootinfo.h | 2 * 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 D | bootinfo-mac.h | 2 ** asm/bootinfo-mac.h -- Macintosh-specific boot information definitions 113 * Latest Macintosh bootinfo version
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | hp300hw.h | 4 #include <asm/bootinfo-hp300.h>
|
H A D | bootinfo.h | 2 ** asm/bootinfo.h -- Definition of the Linux/m68k boot information structure 14 #include <uapi/asm/bootinfo.h>
|
H A D | macintosh.h | 7 #include <asm/bootinfo-mac.h> 88 * Internal representation of the Mac hardware, filled in from bootinfo
|
H A D | apollohw.h | 8 #include <asm/bootinfo-apollo.h>
|
H A D | setup.h | 20 ** structure to bootinfo.h 25 #include <uapi/asm/bootinfo.h>
|
H A D | amigahw.h | 21 #include <asm/bootinfo-amiga.h>
|
H A D | atarihw.h | 24 #include <asm/bootinfo-atari.h>
|
/linux-4.4.14/arch/m68k/kernel/ |
H A D | bootinfo_proc.c | 12 #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 D | asm-offsets.c | 17 #include <asm/bootinfo.h>
|
H A D | setup_mm.c | 28 #include <asm/bootinfo.h> 234 /* The bootinfo is located right after the kernel */ setup_arch()
|
H A D | head.S | 258 #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 D | cmdline.c | 12 #include <asm/bootinfo.h>
|
H A D | memory.c | 14 #include <asm/bootinfo.h>
|
H A D | identify.c | 14 #include <asm/bootinfo.h>
|
H A D | init.c | 14 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/include/asm/dec/ |
H A D | machtype.h | 14 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/ath25/ |
H A D | prom.c | 18 #include <asm/bootinfo.h>
|
H A D | devices.c | 5 #include <asm/bootinfo.h>
|
H A D | board.c | 16 #include <asm/bootinfo.h>
|
H A D | ar2315.c | 24 #include <asm/bootinfo.h>
|
H A D | ar5312.c | 25 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/loongson32/common/ |
H A D | setup.c | 10 #include <asm/bootinfo.h>
|
H A D | prom.c | 13 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/txx9/rbtx4938/ |
H A D | prom.c | 15 #include <asm/bootinfo.h>
|
/linux-4.4.14/drivers/nfc/s3fwrn5/ |
H A D | firmware.c | 89 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 D | prom.h | 18 #include <asm/bootinfo.h>
|
H A D | mips_machine.h | 16 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/fw/arc/ |
H A D | init.c | 13 #include <asm/bootinfo.h>
|
H A D | misc.c | 21 #include <asm/bootinfo.h>
|
H A D | cmdline.c | 16 #include <asm/bootinfo.h>
|
H A D | identify.c | 21 #include <asm/bootinfo.h>
|
H A D | memory.c | 25 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/include/asm/fw/ |
H A D | fw.h | 11 #include <asm/bootinfo.h> /* For cleaner code... */
|
/linux-4.4.14/arch/mips/jz4740/ |
H A D | prom.c | 23 #include <asm/bootinfo.h>
|
H A D | setup.c | 25 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/ath79/ |
H A D | prom.c | 19 #include <asm/bootinfo.h>
|
H A D | setup.c | 23 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/loongson64/common/ |
H A D | cmdline.c | 20 #include <asm/bootinfo.h>
|
H A D | init.c | 12 #include <asm/bootinfo.h>
|
H A D | setup.c | 13 #include <asm/bootinfo.h>
|
H A D | uart_base.c | 12 #include <asm/bootinfo.h>
|
H A D | machtype.c | 13 #include <asm/bootinfo.h>
|
H A D | mem.c | 11 #include <asm/bootinfo.h>
|
H A D | serial.c | 17 #include <asm/bootinfo.h>
|
H A D | dma-swiotlb.c | 8 #include <asm/bootinfo.h>
|
H A D | env.c | 21 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/loongson64/loongson-3/ |
H A D | platform.c | 16 #include <asm/bootinfo.h>
|
H A D | numa.c | 28 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/paravirt/ |
H A D | setup.c | 13 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/rb532/ |
H A D | setup.c | 8 #include <asm/bootinfo.h>
|
H A D | prom.c | 36 #include <asm/bootinfo.h>
|
H A D | irq.c | 42 #include <asm/bootinfo.h>
|
H A D | devices.c | 31 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/sgi-ip32/ |
H A D | ip32-memory.c | 15 #include <asm/bootinfo.h>
|
H A D | ip32-setup.c | 19 #include <asm/bootinfo.h>
|
H A D | crime.c | 14 #include <asm/bootinfo.h>
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | maxinefb.c | 36 /* bootinfo.h defines the machine type values, needed when checking */ 38 #include <asm/bootinfo.h>
|
H A D | pmag-aa-fb.c | 36 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/m68k/mvme147/ |
H A D | config.c | 28 #include <asm/bootinfo.h> 29 #include <asm/bootinfo-vme.h>
|
/linux-4.4.14/arch/mips/dec/ |
H A D | tc.c | 20 #include <asm/bootinfo.h>
|
H A D | wbflush.c | 19 #include <asm/bootinfo.h>
|
H A D | ecc-berr.c | 22 #include <asm/bootinfo.h>
|
H A D | setup.c | 25 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/emma/common/ |
H A D | prom.c | 28 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | prom.c | 21 #include <asm/bootinfo.h>
|
H A D | proc.c | 10 #include <asm/bootinfo.h>
|
H A D | ptrace32.c | 36 #include <asm/bootinfo.h>
|
H A D | smp-bmips.c | 30 #include <asm/bootinfo.h>
|
H A D | process.c | 31 #include <asm/bootinfo.h>
|
H A D | ptrace.c | 45 #include <asm/bootinfo.h>
|
H A D | setup.c | 31 #include <asm/bootinfo.h>
|
H A D | traps.c | 41 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/lantiq/ |
H A D | prom.c | 15 #include <asm/bootinfo.h>
|
H A D | irq.c | 18 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/ar7/ |
H A D | memory.c | 28 #include <asm/bootinfo.h>
|
H A D | prom.c | 27 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/lasat/ |
H A D | prom.c | 12 #include <asm/bootinfo.h>
|
H A D | picvue.c | 9 #include <asm/bootinfo.h>
|
H A D | setup.c | 33 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/loongson64/lemote-2f/ |
H A D | machtype.c | 10 #include <asm/bootinfo.h>
|
H A D | pm.c | 21 #include <asm/bootinfo.h>
|
H A D | reset.c | 18 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/mti-malta/ |
H A D | malta-memory.c | 18 #include <asm/bootinfo.h>
|
H A D | malta-dtshim.c | 16 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/pci/ |
H A D | pci-emma2rh.c | 28 #include <asm/bootinfo.h>
|
H A D | fixup-emma2rh.c | 28 #include <asm/bootinfo.h>
|
H A D | ops-nile4.c | 3 #include <asm/bootinfo.h>
|
H A D | pci-bcm63xx.c | 15 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/pnx833x/common/ |
H A D | prom.c | 26 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/ralink/ |
H A D | prom.c | 15 #include <asm/bootinfo.h>
|
H A D | of.c | 22 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/sgi-ip22/ |
H A D | ip22-setup.c | 18 #include <asm/bootinfo.h>
|
H A D | ip22-mc.c | 15 #include <asm/bootinfo.h>
|
H A D | ip28-berr.c | 23 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/txx9/rbtx4927/ |
H A D | prom.c | 33 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/vr41xx/common/ |
H A D | init.c | 25 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/netlogic/xlr/ |
H A D | setup.c | 42 #include <asm/bootinfo.h> 45 #include <asm/netlogic/psb-bootinfo.h>
|
/linux-4.4.14/arch/m68k/apollo/ |
H A D | config.c | 12 #include <asm/bootinfo.h> 13 #include <asm/bootinfo-apollo.h>
|
/linux-4.4.14/arch/m68k/hp300/ |
H A D | config.c | 16 #include <asm/bootinfo.h> 17 #include <asm/bootinfo-hp300.h>
|
/linux-4.4.14/arch/mips/include/asm/mach-generic/ |
H A D | floppy.h | 18 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/lantiq/xway/ |
H A D | prom.c | 12 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/bcm63xx/ |
H A D | dev-pcmcia.c | 11 #include <asm/bootinfo.h>
|
H A D | prom.c | 12 #include <asm/bootinfo.h>
|
H A D | setup.c | 15 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/cobalt/ |
H A D | setup.c | 18 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/txx9/jmr3927/ |
H A D | prom.c | 40 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/m68k/mac/ |
H A D | config.c | 30 #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 D | sun.c | 31 __be32 bootinfo[3]; /* Info needed by mboot */ sun_partition() member in struct:sun_disklabel::sun_vtoc
|
/linux-4.4.14/include/linux/ |
H A D | zorro.h | 85 * Minimal information about a Zorro device, passed from bootinfo
|
/linux-4.4.14/arch/mips/emma/markeins/ |
H A D | platform.c | 28 #include <asm/bootinfo.h>
|
H A D | irq.c | 32 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/fw/sni/ |
H A D | sniprom.c | 21 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/alchemy/ |
H A D | board-xxs1500.c | 30 #include <asm/bootinfo.h>
|
H A D | board-gpr.c | 33 #include <asm/bootinfo.h>
|
H A D | board-mtx1.c | 32 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/alchemy/common/ |
H A D | prom.c | 40 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/mm/ |
H A D | sc-ip22.c | 15 #include <asm/bootinfo.h>
|
H A D | tlb-r3k.c | 24 #include <asm/bootinfo.h>
|
H A D | tlb-r8k.c | 16 #include <asm/bootinfo.h>
|
H A D | c-octeon.c | 18 #include <asm/bootinfo.h>
|
H A D | c-r3k.c | 22 #include <asm/bootinfo.h>
|
H A D | c-tx39.c | 23 #include <asm/bootinfo.h>
|
H A D | tlb-r4k.c | 21 #include <asm/bootinfo.h>
|
H A D | init.c | 35 #include <asm/bootinfo.h>
|
H A D | page.c | 26 #include <asm/bootinfo.h>
|
H A D | c-r4k.c | 24 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/mti-sead3/ |
H A D | sead3-init.c | 11 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/netlogic/common/ |
H A D | nlm-dma.c | 43 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/pnx833x/stb22x/ |
H A D | board.c | 26 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/sibyte/bcm1480/ |
H A D | setup.c | 24 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/sibyte/swarm/ |
H A D | setup.c | 35 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/arm/mach-mediatek/ |
H A D | platsmp.c | 102 /* smp_base(trustzone-bootinfo) is reserved by device tree */ __mtk_smp_prepare_cpus()
|
/linux-4.4.14/arch/mips/alchemy/devboards/ |
H A D | platform.c | 13 #include <asm/bootinfo.h>
|
H A D | db1550.c | 21 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/bcm47xx/ |
H A D | prom.c | 34 #include <asm/bootinfo.h>
|
H A D | setup.c | 39 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/bmips/ |
H A D | setup.c | 23 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/netlogic/xlp/ |
H A D | setup.c | 41 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/pmcs-msp71xx/ |
H A D | msp_serial.c | 32 #include <asm/bootinfo.h>
|
H A D | msp_setup.c | 15 #include <asm/bootinfo.h>
|
H A D | msp_prom.c | 46 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
H A D | ip27-irq.c | 27 #include <asm/bootinfo.h>
|
H A D | ip27-irq-pci.c | 26 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/sibyte/sb1250/ |
H A D | setup.c | 24 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/sni/ |
H A D | setup.c | 27 #include <asm/bootinfo.h>
|
/linux-4.4.14/drivers/clocksource/ |
H A D | tcb_clksrc.c | 283 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 D | config.c | 31 #include <asm/bootinfo.h> 32 #include <asm/bootinfo-vme.h>
|
/linux-4.4.14/arch/m68k/bvme6000/ |
H A D | config.c | 30 #include <asm/bootinfo.h> 31 #include <asm/bootinfo-vme.h>
|
/linux-4.4.14/arch/m68k/amiga/ |
H A D | config.c | 30 #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 D | config.c | 39 #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 D | 8250_hp300.c | 88 * Parse the bootinfo to find descriptions for headless console and
|
/linux-4.4.14/drivers/staging/netlogic/ |
H A D | platform_net.c | 50 #include <asm/netlogic/psb-bootinfo.h>
|
/linux-4.4.14/drivers/mtd/devices/ |
H A D | ms02-nv.c | 19 #include <asm/bootinfo.h>
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
H A D | jazzsonic.c | 39 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
H A D | cvmx-bootinfo.h | 36 * Current major and minor versions of the CVMX bootinfo block that is
|
H A D | cvmx.h | 70 #include <asm/octeon/cvmx-bootinfo.h>
|
/linux-4.4.14/arch/m68k/q40/ |
H A D | config.c | 31 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
H A D | dma-octeon.c | 22 #include <asm/bootinfo.h>
|
H A D | setup.c | 37 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/sibyte/common/ |
H A D | cfe.c | 28 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/txx9/generic/ |
H A D | setup_tx4939.c | 24 #include <asm/bootinfo.h>
|
H A D | setup.c | 28 #include <asm/bootinfo.h>
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | dz.c | 53 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/kvm/ |
H A D | tlb.c | 22 #include <asm/bootinfo.h>
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-board.c | 35 #include <asm/octeon/cvmx-bootinfo.h>
|
/linux-4.4.14/drivers/net/ethernet/ |
H A D | korina.c | 56 #include <asm/bootinfo.h>
|