Searched refs:bootstrap (Results 1 - 19 of 19) sorted by last modified time

/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c1740 struct xt_table_info bootstrap = {0}; local
1757 new_table = xt_register_table(net, table, &bootstrap, newinfo);
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c1731 struct xt_table_info bootstrap = {0}; local
1748 new_table = xt_register_table(net, table, &bootstrap, newinfo);
H A Darp_tables.c1517 struct xt_table_info bootstrap = {0}; local
1534 new_table = xt_register_table(net, table, &bootstrap, newinfo);
/linux-master/tools/perf/
H A DMakefile.perf1094 BPFTOOL := $(SKEL_TMP_OUT)/bootstrap/bpftool
1122 OUTPUT=$(SKEL_TMP_OUT)/ bootstrap
/linux-master/net/netfilter/
H A Dx_tables.c1453 struct xt_table_info *bootstrap,
1478 table->private = bootstrap;
1451 xt_register_table(struct net *net, const struct xt_table *input_table, struct xt_table_info *bootstrap, struct xt_table_info *newinfo) argument
/linux-master/mm/
H A Dslub.c5580 static struct kmem_cache * __init bootstrap(struct kmem_cache *static_cache) function
5645 kmem_cache = bootstrap(&boot_kmem_cache);
5646 kmem_cache_node = bootstrap(&boot_kmem_cache_node);
/linux-master/samples/bpf/
H A DMakefile263 DEFAULT_BPFTOOL := $(BPFTOOL_OUTPUT)/bootstrap/bpftool
267 OUTPUT=$(BPFTOOL_OUTPUT)/ bootstrap
/linux-master/tools/bpf/runqslower/
H A DMakefile7 DEFAULT_BPFTOOL := $(BPFTOOL_OUTPUT)bootstrap/bpftool
92 $(Q)$(MAKE) $(submake_extras) -C ../bpftool OUTPUT=$(BPFTOOL_OUTPUT) bootstrap
/linux-master/tools/bpf/bpftool/
H A DMakefile23 BOOTSTRAP_OUTPUT := $(_OUTPUT)bootstrap/
67 $(call QUIET_CLEAN, libbpf-bootstrap)
199 bootstrap: $(BPFTOOL_BOOTSTRAP)
294 .PHONY: all FORCE bootstrap clean install-bin install uninstall
H A Dmain.c131 bool bootstrap = false; local
136 /* Assume we run a bootstrap version if "bpftool prog"
139 bootstrap = !commands[i].func;
163 jsonw_bool_field(json_wtr, "bootstrap", bootstrap);
181 print_feature("bootstrap", bootstrap, &nb_features);
202 p_err("command '%s' is not supported in bootstrap mode",
/linux-master/samples/hid/
H A DMakefile123 BPFTOOL := $(BPFTOOL_OUTPUT)/bootstrap/bpftool
126 OUTPUT=$(BPFTOOL_OUTPUT)/ bootstrap
/linux-master/kernel/bpf/preload/iterators/
H A DMakefile12 DEFAULT_BPFTOOL := $(BPFTOOL_OUTPUT)/bootstrap/bpftool
67 $(Q)$(MAKE) $(submake_extras) -C $(BPFTOOL_SRC) OUTPUT=$(BPFTOOL_OUTPUT)/ bootstrap
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile12 DEFAULT_BPFTOOL := $(BPFTOOL_OUTPUT)/bootstrap/bpftool
88 LIBBPF_BOOTSTRAP_DESTDIR=$(LIBBPF_DESTDIR)/ bootstrap
92 OUTPUT=$(BPFTOOL_OUTPUT)/ bootstrap
/linux-master/arch/xtensa/boot/boot-redboot/
H A DMakefile9 boot-y := bootstrap.o
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h2409 struct legacy_bootstrap_region bootstrap; member in struct:nvm_image
/linux-master/include/linux/netfilter/
H A Dx_tables.h310 struct xt_table_info *bootstrap,
/linux-master/arch/xtensa/boot/boot-elf/
H A DMakefile12 boot-y := bootstrap.o
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h98 # All cores other than the master need to wait here for SMP bootstrap
/linux-master/arch/mips/ath79/
H A Dclock.c240 u32 bootstrap; local
245 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP);
246 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40)
358 u32 bootstrap; local
360 bootstrap = ath79_reset_rr(QCA953X_RESET_REG_BOOTSTRAP);
361 if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40)
441 u32 bootstrap; local
443 bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP);
444 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40)
524 u32 bootstrap; local
[all...]

Completed in 715 milliseconds