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;
include/linux/netfilter/x_tables.h
300
struct xt_table_info *bootstrap,
mm/slub.c
8398
kmem_cache = bootstrap(&boot_kmem_cache);
mm/slub.c
8399
kmem_cache_node = bootstrap(&boot_kmem_cache_node);
net/ipv4/netfilter/arp_tables.c
1517
struct xt_table_info bootstrap = {0};
net/ipv4/netfilter/arp_tables.c
1534
new_table = xt_register_table(net, table, &bootstrap, newinfo);
net/ipv4/netfilter/ip_tables.c
1731
struct xt_table_info bootstrap = {0};
net/ipv4/netfilter/ip_tables.c
1748
new_table = xt_register_table(net, table, &bootstrap, newinfo);
net/ipv6/netfilter/ip6_tables.c
1740
struct xt_table_info bootstrap = {0};
net/ipv6/netfilter/ip6_tables.c
1757
new_table = xt_register_table(net, table, &bootstrap, newinfo);
net/netfilter/x_tables.c
1477
struct xt_table_info *bootstrap,
net/netfilter/x_tables.c
1502
table->private = bootstrap;
tools/bpf/bpftool/main.c
135
bool bootstrap = false;
tools/bpf/bpftool/main.c
143
bootstrap = !commands[i].func;
tools/bpf/bpftool/main.c
167
jsonw_bool_field(json_wtr, "bootstrap", bootstrap);
tools/bpf/bpftool/main.c
185
print_feature("bootstrap", bootstrap, &nb_features);
tools/sched_ext/scx_userland.c
434
bootstrap(argv[0]);