bootstrap 240 arch/mips/ath79/clock.c u32 bootstrap; bootstrap 245 arch/mips/ath79/clock.c bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); bootstrap 246 arch/mips/ath79/clock.c if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40) bootstrap 358 arch/mips/ath79/clock.c u32 bootstrap; bootstrap 360 arch/mips/ath79/clock.c bootstrap = ath79_reset_rr(QCA953X_RESET_REG_BOOTSTRAP); bootstrap 361 arch/mips/ath79/clock.c if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40) bootstrap 441 arch/mips/ath79/clock.c u32 bootstrap; bootstrap 443 arch/mips/ath79/clock.c bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); bootstrap 444 arch/mips/ath79/clock.c if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40) bootstrap 524 arch/mips/ath79/clock.c u32 bootstrap; bootstrap 536 arch/mips/ath79/clock.c bootstrap = ath79_reset_rr(QCA956X_RESET_REG_BOOTSTRAP); bootstrap 537 arch/mips/ath79/clock.c if (bootstrap & QCA956X_BOOTSTRAP_REF_CLK_40) bootstrap 98 arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h # All cores other than the master need to wait here for SMP bootstrap bootstrap 777 drivers/gpu/drm/mga/mga_dma.c drm_mga_dma_bootstrap_t *bootstrap = data; bootstrap 783 drivers/gpu/drm/mga/mga_dma.c err = mga_do_dma_bootstrap(dev, bootstrap); bootstrap 790 drivers/gpu/drm/mga/mga_dma.c bootstrap->texture_handle = dev_priv->agp_textures->offset; bootstrap 791 drivers/gpu/drm/mga/mga_dma.c bootstrap->texture_size = dev_priv->agp_textures->size; bootstrap 793 drivers/gpu/drm/mga/mga_dma.c bootstrap->texture_handle = 0; bootstrap 794 drivers/gpu/drm/mga/mga_dma.c bootstrap->texture_size = 0; bootstrap 797 drivers/gpu/drm/mga/mga_dma.c bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07]; bootstrap 80 fs/ntfs/layout.h /*0x54*/u8 bootstrap[426]; /* Irrelevant (boot up code). */ bootstrap 310 include/linux/netfilter/x_tables.h struct xt_table_info *bootstrap, bootstrap 4266 mm/slub.c kmem_cache = bootstrap(&boot_kmem_cache); bootstrap 4267 mm/slub.c kmem_cache_node = bootstrap(&boot_kmem_cache_node); bootstrap 1544 net/ipv4/netfilter/arp_tables.c struct xt_table_info bootstrap = {0}; bootstrap 1559 net/ipv4/netfilter/arp_tables.c new_table = xt_register_table(net, table, &bootstrap, newinfo); bootstrap 1761 net/ipv4/netfilter/ip_tables.c struct xt_table_info bootstrap = {0}; bootstrap 1776 net/ipv4/netfilter/ip_tables.c new_table = xt_register_table(net, table, &bootstrap, newinfo); bootstrap 1771 net/ipv6/netfilter/ip6_tables.c struct xt_table_info bootstrap = {0}; bootstrap 1786 net/ipv6/netfilter/ip6_tables.c new_table = xt_register_table(net, table, &bootstrap, newinfo); bootstrap 1426 net/netfilter/x_tables.c struct xt_table_info *bootstrap, bootstrap 1450 net/netfilter/x_tables.c table->private = bootstrap;