/linux-4.1.27/arch/mips/ath79/ |
D | dev-usb.c | 187 u32 bootstrap; in ar934x_usb_setup() local 189 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_usb_setup() 190 if (bootstrap & AR934X_BOOTSTRAP_USB_MODE_DEVICE) in ar934x_usb_setup()
|
D | clock.c | 245 u32 bootstrap; in ar934x_clocks_init() local 250 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_clocks_init() 251 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40) in ar934x_clocks_init() 361 u32 bootstrap; in qca955x_clocks_init() local 363 bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_clocks_init() 364 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40) in qca955x_clocks_init()
|
D | pci.c | 232 u32 bootstrap; in ath79_register_pci() local 234 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ath79_register_pci() 235 if ((bootstrap & AR934X_BOOTSTRAP_PCIE_RC) == 0) in ath79_register_pci()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | vmlinux.lds.S | 312 .bootstrap : { *(.bootstrap.literal .bootstrap.text .bootstrap.data) }
|
/linux-4.1.27/arch/mn10300/ |
D | Makefile | 83 bootstrap: target 84 $(Q)$(MAKEBOOT) bootstrap
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | aks-cdu.dts | 71 bootstrap@0 { 72 label = "bootstrap";
|
D | at91sam9m10g45ek.dts | 214 label = "bootstrap/uboot/kernel";
|
/linux-4.1.27/firmware/dsp56k/ |
D | bootstrap.bin.ihex | 26 /* DSP56001 bootstrap code */
|
/linux-4.1.27/drivers/gpu/drm/mga/ |
D | mga_dma.c | 759 drm_mga_dma_bootstrap_t *bootstrap = data; in mga_dma_bootstrap() local 765 err = mga_do_dma_bootstrap(dev, bootstrap); in mga_dma_bootstrap() 772 bootstrap->texture_handle = dev_priv->agp_textures->offset; in mga_dma_bootstrap() 773 bootstrap->texture_size = dev_priv->agp_textures->size; in mga_dma_bootstrap() 775 bootstrap->texture_handle = 0; in mga_dma_bootstrap() 776 bootstrap->texture_size = 0; in mga_dma_bootstrap() 779 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07]; in mga_dma_bootstrap()
|
/linux-4.1.27/arch/xtensa/boot/boot-elf/ |
D | Makefile | 17 boot-y := bootstrap.o
|
/linux-4.1.27/arch/xtensa/boot/boot-redboot/ |
D | Makefile | 15 boot-y := bootstrap.o
|
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 98 # All cores other than the master need to wait here for SMP bootstrap
|
/linux-4.1.27/Documentation/mic/ |
D | mic_overview.txt | 6 PCIe devices. The card itself runs a bootstrap after reset that
|
/linux-4.1.27/include/linux/netfilter/ |
D | x_tables.h | 249 struct xt_table_info *bootstrap,
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-emc.txt | 60 on a 2-pin "ram code" bootstrap setting on the board. The values of
|
/linux-4.1.27/Documentation/isdn/ |
D | README.icn | 126 loadpg.bin - Image of the bootstrap loader.
|
D | README.hysdn | 130 1005 First boot stage (bootstrap loader) failed
|
/linux-4.1.27/firmware/ |
D | Makefile | 32 fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin
|
D | WHENCE | 351 File: dsp56k/bootstrap.bin 352 Source: dsp56k/bootstrap.asm
|
/linux-4.1.27/net/netfilter/ |
D | x_tables.c | 853 struct xt_table_info *bootstrap, in xt_register_table() argument 877 table->private = bootstrap; in xt_register_table()
|
/linux-4.1.27/fs/ntfs/ |
D | layout.h | 94 /*0x54*/u8 bootstrap[426]; /* Irrelevant (boot up code). */ member
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 1783 struct xt_table_info bootstrap = {0}; in arpt_register_table() local 1802 new_table = xt_register_table(net, table, &bootstrap, newinfo); in arpt_register_table()
|
D | ip_tables.c | 2076 struct xt_table_info bootstrap = {0}; in ipt_register_table() local 2094 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ipt_register_table()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 547 // bootstrap processes, idle process will be last, and not return
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 88 initial ramdisk loaded by your bootstrap program (please consult the 89 instructions for your bootstrap program to find out how to load an 214 passed by bootstrap! In this case, the size is selected automatically
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 2089 struct xt_table_info bootstrap = {0}; in ip6t_register_table() local 2107 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ip6t_register_table()
|
/linux-4.1.27/mm/ |
D | slub.c | 3639 static struct kmem_cache * __init bootstrap(struct kmem_cache *static_cache) in bootstrap() function 3693 kmem_cache = bootstrap(&boot_kmem_cache); in kmem_cache_init() 3700 kmem_cache_node = bootstrap(&boot_kmem_cache_node); in kmem_cache_init()
|
/linux-4.1.27/Documentation/ |
D | xillybus.txt | 332 bootstrap process is done in three phases:
|