Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 23 of 23) sorted by relevance

/linux-3.4.99/arch/xtensa/kernel/
Dvmlinux.lds.S223 .bootstrap : { *(.bootstrap.literal .bootstrap.text .bootstrap.data) }
/linux-3.4.99/arch/mn10300/
DMakefile83 bootstrap: target
84 $(Q)$(MAKEBOOT) bootstrap
/linux-3.4.99/firmware/dsp56k/
Dbootstrap.bin.ihex26 /* DSP56001 bootstrap code */
/linux-3.4.99/drivers/gpu/drm/mga/
Dmga_dma.c765 drm_mga_dma_bootstrap_t *bootstrap = data; in mga_dma_bootstrap() local
771 err = mga_do_dma_bootstrap(dev, bootstrap); in mga_dma_bootstrap()
778 bootstrap->texture_handle = dev_priv->agp_textures->offset; in mga_dma_bootstrap()
779 bootstrap->texture_size = dev_priv->agp_textures->size; in mga_dma_bootstrap()
781 bootstrap->texture_handle = 0; in mga_dma_bootstrap()
782 bootstrap->texture_size = 0; in mga_dma_bootstrap()
785 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07]; in mga_dma_bootstrap()
/linux-3.4.99/arch/xtensa/boot/boot-elf/
Dbootstrap.S24 .section .bootstrap.data, "aw"
DMakefile19 boot-y := bootstrap.o
/linux-3.4.99/arch/arm/mach-clps711x/
DKconfig64 If you say Y here, your CLPS711x-based kernel will use the bootstrap
70 internal 128 byte bootstrap ROM at CS0. This option performs the
/linux-3.4.99/arch/xtensa/boot/boot-redboot/
DMakefile17 boot-y := bootstrap.o
/linux-3.4.99/Documentation/powerpc/
DzImage_layout.txt39 | | Elf section table for bootstrap program
/linux-3.4.99/arch/arm/boot/dts/
Dat91sam9m10g45ek.dts58 label = "bootstrap/uboot/kernel";
/linux-3.4.99/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h85 # All cores other than the master need to wait here for SMP bootstrap
/linux-3.4.99/Documentation/devicetree/bindings/arm/tegra/
Demc.txt60 on a 2-pin "ram code" bootstrap setting on the board. The values of
/linux-3.4.99/include/linux/netfilter/
Dx_tables.h431 struct xt_table_info *bootstrap,
/linux-3.4.99/Documentation/isdn/
DREADME.icn126 loadpg.bin - Image of the bootstrap loader.
DREADME.hysdn130 1005 First boot stage (bootstrap loader) failed
/linux-3.4.99/firmware/
DMakefile33 fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin
DWHENCE373 File: dsp56k/bootstrap.bin
374 Source: dsp56k/bootstrap.asm
/linux-3.4.99/net/netfilter/
Dx_tables.c867 struct xt_table_info *bootstrap, in xt_register_table() argument
894 table->private = bootstrap; in xt_register_table()
/linux-3.4.99/fs/ntfs/
Dlayout.h94 /*0x54*/u8 bootstrap[426]; /* Irrelevant (boot up code). */ member
/linux-3.4.99/net/ipv4/netfilter/
Darp_tables.c1773 struct xt_table_info bootstrap = {0}; in arpt_register_table() local
1792 new_table = xt_register_table(net, table, &bootstrap, newinfo); in arpt_register_table()
Dip_tables.c2067 struct xt_table_info bootstrap = {0}; in ipt_register_table() local
2085 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ipt_register_table()
/linux-3.4.99/Documentation/m68k/
Dkernel-options.txt90 initial ramdisk loaded by your bootstrap program (please consult the
91 instructions for your bootstrap program to find out how to load an
216 passed by bootstrap! In this case, the size is selected automatically
/linux-3.4.99/net/ipv6/netfilter/
Dip6_tables.c2076 struct xt_table_info bootstrap = {0}; in ip6t_register_table() local
2094 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ip6t_register_table()