/kernel/linux/linux-5.10/arch/mips/ath79/ |
H A D | clock.c | 240 u32 bootstrap; in ar934x_clocks_init() local 245 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_clocks_init() 246 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40) in ar934x_clocks_init() 358 u32 bootstrap; in qca953x_clocks_init() local 360 bootstrap = ath79_reset_rr(QCA953X_RESET_REG_BOOTSTRAP); in qca953x_clocks_init() 361 if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40) in qca953x_clocks_init() 441 u32 bootstrap; in qca955x_clocks_init() local 443 bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_clocks_init() 444 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40) in qca955x_clocks_init() 524 u32 bootstrap; in qca956x_clocks_init() local [all...] |
/kernel/linux/linux-6.6/arch/mips/ath79/ |
H A D | clock.c | 240 u32 bootstrap; in ar934x_clocks_init() local 245 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_clocks_init() 246 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40) in ar934x_clocks_init() 358 u32 bootstrap; in qca953x_clocks_init() local 360 bootstrap = ath79_reset_rr(QCA953X_RESET_REG_BOOTSTRAP); in qca953x_clocks_init() 361 if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40) in qca953x_clocks_init() 441 u32 bootstrap; in qca955x_clocks_init() local 443 bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_clocks_init() 444 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40) in qca955x_clocks_init() 524 u32 bootstrap; in qca956x_clocks_init() local [all...] |
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/ |
H A D | Makefile | 12 DEFAULT_BPFTOOL := $(BPFTOOL_OUTPUT)/bootstrap/bpftool 88 LIBBPF_BOOTSTRAP_DESTDIR=$(LIBBPF_DESTDIR)/ bootstrap 92 OUTPUT=$(BPFTOOL_OUTPUT)/ bootstrap
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | main.c | 131 bool bootstrap = false; in do_version() local 136 /* Assume we run a bootstrap version if "bpftool prog" in do_version() 139 bootstrap = !commands[i].func; in do_version() 163 jsonw_bool_field(json_wtr, "bootstrap", bootstrap); in do_version() 181 print_feature("bootstrap", bootstrap, &nb_features); in do_version() 202 p_err("command '%s' is not supported in bootstrap mode", in cmd_select()
|
H A D | Makefile | 23 BOOTSTRAP_OUTPUT := $(_OUTPUT)bootstrap/ 67 $(call QUIET_CLEAN, libbpf-bootstrap) 199 bootstrap: $(BPFTOOL_BOOTSTRAP) 294 .PHONY: all FORCE bootstrap clean install-bin install uninstall
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | lib.rs | 75 not(any(test, bootstrap)), 93 #![cfg_attr(not(bootstrap), allow(internal_features))] 94 #![cfg_attr(not(bootstrap), allow(rustdoc::redundant_explicit_links))]
|
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/ |
H A D | Makefile | 12 DEFAULT_BPFTOOL := $(BPFTOOL_OUTPUT)/bootstrap/bpftool 67 $(Q)$(MAKE) $(submake_extras) -C $(BPFTOOL_SRC) OUTPUT=$(BPFTOOL_OUTPUT)/ bootstrap
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/ |
H A D | mga_dma.c | 777 drm_mga_dma_bootstrap_t *bootstrap = data; in mga_dma_bootstrap() local 783 err = mga_do_dma_bootstrap(dev, bootstrap); in mga_dma_bootstrap() 790 bootstrap->texture_handle = dev_priv->agp_textures->offset; in mga_dma_bootstrap() 791 bootstrap->texture_size = dev_priv->agp_textures->size; in mga_dma_bootstrap() 793 bootstrap->texture_handle = 0; in mga_dma_bootstrap() 794 bootstrap->texture_size = 0; in mga_dma_bootstrap() 797 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07]; in mga_dma_bootstrap()
|
/kernel/linux/linux-6.6/tools/bpf/runqslower/ |
H A D | Makefile | 7 DEFAULT_BPFTOOL := $(BPFTOOL_OUTPUT)bootstrap/bpftool 92 $(Q)$(MAKE) $(submake_extras) -C ../bpftool OUTPUT=$(BPFTOOL_OUTPUT) bootstrap
|
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/ |
H A D | Makefile | 15 boot-y := bootstrap.o
|
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-elf/ |
H A D | Makefile | 17 boot-y := bootstrap.o
|
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-redboot/ |
H A D | Makefile | 9 boot-y := bootstrap.o
|
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-elf/ |
H A D | Makefile | 12 boot-y := bootstrap.o
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | Makefile | 120 BPFTOOL_BOOTSTRAP := $(if $(OUTPUT),$(OUTPUT)bpftool-bootstrap,./bpftool-bootstrap)
|
/kernel/linux/linux-6.6/samples/hid/ |
H A D | Makefile | 123 BPFTOOL := $(BPFTOOL_OUTPUT)/bootstrap/bpftool 126 OUTPUT=$(BPFTOOL_OUTPUT)/ bootstrap
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | kernel-entry-init.h | 98 # All cores other than the master need to wait here for SMP bootstrap
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | kernel-entry-init.h | 98 # All cores other than the master need to wait here for SMP bootstrap
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | Makefile | 256 BPFTOOL := $(BPFTOOL_OUTPUT)/bootstrap/bpftool 259 OUTPUT=$(BPFTOOL_OUTPUT)/ bootstrap
|
/kernel/linux/linux-5.10/include/linux/netfilter/ |
H A D | x_tables.h | 310 struct xt_table_info *bootstrap,
|
/kernel/linux/linux-6.6/include/linux/netfilter/ |
H A D | x_tables.h | 310 struct xt_table_info *bootstrap,
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | layout.h | 80 /*0x54*/u8 bootstrap[426]; /* Irrelevant (boot up code). */ member
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | layout.h | 80 /*0x54*/u8 bootstrap[426]; /* Irrelevant (boot up code). */ member
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | x_tables.c | 1417 struct xt_table_info *bootstrap, in xt_register_table() 1441 table->private = bootstrap; in xt_register_table() 1415 xt_register_table(struct net *net, const struct xt_table *input_table, struct xt_table_info *bootstrap, struct xt_table_info *newinfo) xt_register_table() argument
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | ip_tables.c | 1730 struct xt_table_info bootstrap = {0}; in ipt_register_table() local 1745 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ipt_register_table()
|
H A D | arp_tables.c | 1515 struct xt_table_info bootstrap = {0}; in arpt_register_table() local 1530 new_table = xt_register_table(net, table, &bootstrap, newinfo); in arpt_register_table()
|