Symbol: bootstrap
arch/mips/ath79/clock.c
240
u32 bootstrap;
arch/mips/ath79/clock.c
245
bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP);
arch/mips/ath79/clock.c
246
if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40)
arch/mips/ath79/clock.c
358
u32 bootstrap;
arch/mips/ath79/clock.c
360
bootstrap = ath79_reset_rr(QCA953X_RESET_REG_BOOTSTRAP);
arch/mips/ath79/clock.c
361
if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40)
arch/mips/ath79/clock.c
441
u32 bootstrap;
arch/mips/ath79/clock.c
443
bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP);
arch/mips/ath79/clock.c
444
if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40)
arch/mips/ath79/clock.c
524
u32 bootstrap;
arch/mips/ath79/clock.c
536
bootstrap = ath79_reset_rr(QCA956X_RESET_REG_BOOTSTRAP);
arch/mips/ath79/clock.c
537
if (bootstrap & QCA956X_BOOTSTRAP_REF_CLK_40)
arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h
98
# All cores other than the master need to wait here for SMP bootstrap
drivers/net/ethernet/qlogic/qed/qed_mfw_hsi.h
2409
struct legacy_bootstrap_region bootstrap;
fs/ntfs/layout.h
127
u8 bootstrap[426];
include/linux/netfilter/x_tables.h
322
struct xt_table_info *bootstrap,
mm/slub.c
8577
kmem_cache = bootstrap(&boot_kmem_cache);
mm/slub.c
8578
kmem_cache_node = bootstrap(&boot_kmem_cache_node);
net/ipv4/netfilter/arp_tables.c
1525
struct xt_table_info bootstrap = {0};
net/ipv4/netfilter/arp_tables.c
1544
new_table = xt_register_table(net, table, template_ops, &bootstrap, newinfo);
net/ipv4/netfilter/ip_tables.c
1727
struct xt_table_info bootstrap = {0};
net/ipv4/netfilter/ip_tables.c
1746
new_table = xt_register_table(net, table, template_ops, &bootstrap, newinfo);
net/ipv6/netfilter/ip6_tables.c
1736
struct xt_table_info bootstrap = {0};
net/ipv6/netfilter/ip6_tables.c
1755
new_table = xt_register_table(net, table, template_ops, &bootstrap, newinfo);
net/netfilter/x_tables.c
1558
struct xt_table_info *bootstrap,
net/netfilter/x_tables.c
1594
table->private = bootstrap;
tools/bpf/bpftool/main.c
140
bool bootstrap = false;
tools/bpf/bpftool/main.c
148
bootstrap = !commands[i].func;
tools/bpf/bpftool/main.c
173
jsonw_bool_field(json_wtr, "bootstrap", bootstrap);
tools/bpf/bpftool/main.c
192
print_feature("bootstrap", bootstrap, &nb_features);
tools/sched_ext/scx_userland.c
434
bootstrap(argv[0]);