Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 121) sorted by relevance

12345

/linux-6.3-rc2/certs/
A DMakefile26 cmd_extract_certs = $(obj)/extract-cert "$(extract-cert-in)" $@
27 extract-cert-in = $(filter-out $(obj)/extract-cert, $(real-prereqs))
31 $(obj)/x509_certificate_list: $(CONFIG_SYSTEM_TRUSTED_KEYS) $(obj)/extract-cert FORCE
70 $(obj)/signing_key.x509: extract-cert-in := $(PKCS11_URI)
73 $(obj)/signing_key.x509: $(filter-out $(PKCS11_URI),$(CONFIG_MODULE_SIG_KEY)) $(obj)/extract-cert F…
80 $(obj)/x509_revocation_list: $(CONFIG_SYSTEM_REVOCATION_KEYS) $(obj)/extract-cert FORCE
85 hostprogs := extract-cert
A D.gitignore3 /extract-cert
/linux-6.3-rc2/scripts/
A Dget_dvb_firmware211 extract("2830SCap2.sys", 0x62e8, 55024, "$tmpdir/opera1-fpga.fw");
212 extract("2830SLoad2.sys",0x3178,0x3685-0x3178,"$tmpdir/fw1part1");
317 extract("$tmpdir/SkyNET.sys", 331624, 5908, $outfile);
334 extract("$tmpdir/3xHybrid.sys", 465304, 9584, $outfile);
597 extract($sourcefile, 4168, 3841, $outfile);
611 extract($sourcefile, 37248, 3720, $outfile);
625 extract($sourcefile, 4208, 3881, $outfile);
643 extract("$tmpdir/$drvfile", 0x14dd8, 15634, "$fwfile");
661 extract("$tmpdir/$drvfile", 0x117b0, 42692, "$fwfile");
692 extract("$tmpdir/$drvfile", 0x4e5c0, 42692, "$fwfile");
[all …]
A Dremove-stale-files27 rm -f scripts/extract-cert
/linux-6.3-rc2/arch/powerpc/xmon/
A Dppc-dis.c32 if (operand->extract) in operand_value_powerpc()
33 value = (*operand->extract) (insn, dialect, &invalid); in operand_value_powerpc()
105 if (operand->extract) in lookup_powerpc()
106 (*operand->extract) (insn, dialect, &invalid); in lookup_powerpc()
A Dppc.h284 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid); member
/linux-6.3-rc2/Documentation/devicetree/bindings/
A DMakefile3 DT_EXTRACT_EX ?= dt-extract-example
80 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
/linux-6.3-rc2/arch/arm/mm/
A Dcache-v7m.S178 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr
184 mov r1, r0, lsr r2 @ extract cache type bits from clidr
197 and r2, r1, #7 @ extract the length of the cache lines
203 ands r7, r7, r1, lsr #13 @ extract max number of the index size
A Dcache-v7.S103 ands r3, r3, #7 << 1 @ extract LoU*2 field from clidr
130 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr
136 mov r1, r0, lsr r2 @ extract cache type bits from clidr
149 and r2, r1, #7 @ extract the length of the cache lines
155 and r1, r6, r1, lsr #13 @ extract max number of the index size
/linux-6.3-rc2/arch/m68k/fpsp040/
A Dsto_res.S34 bfextu CMDREG1B(%a6){#13:#3},%d0 |extract cos destination
67 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract destination register
A Dgen_except.S76 bfextu CMDREG1B(%a6){#13:#1},%d1 |extract bit 2
80 bfextu CMDREG1B(%a6){#10:#3},%d1 |extract bit 3,4,5
195 bfextu CMDREG1B(%a6){#13:#1},%d1 |extract bit 2
199 bfextu CMDREG1B(%a6){#10:#3},%d1 |extract bit 3,4,5
307 bfextu CMDREG1B(%a6){#13:#1},%d1 |extract bit 2
311 bfextu CMDREG1B(%a6){#10:#3},%d1 |extract bit 3,4,5
/linux-6.3-rc2/tools/perf/util/
A Dsymbol-elf.c2464 struct kcore extract; in kcore_copy() local
2493 if (kcore__copy_hdr(&kcore, &extract, kci.phnum)) in kcore_copy()
2496 offset = gelf_fsize(extract.elf, ELF_T_EHDR, 1, EV_CURRENT) + in kcore_copy()
2497 gelf_fsize(extract.elf, ELF_T_PHDR, kci.phnum, EV_CURRENT); in kcore_copy()
2503 if (kcore__add_phdr(&extract, idx++, offs, p->addr, p->len)) in kcore_copy()
2507 sz = kcore__write(&extract); in kcore_copy()
2526 kcore__close(&extract); in kcore_copy()
2547 struct kcore extract; in kcore_extract__create() local
2559 if (kcore__copy_hdr(&kcore, &extract, count)) in kcore_extract__create()
2565 sz = kcore__write(&extract); in kcore_extract__create()
[all …]
/linux-6.3-rc2/arch/powerpc/boot/
A DREADME2 To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/
A Ddpni.c40 extr->prot = cfg->extracts[i].extract.from_hdr.prot; in dpni_prepare_key_cfg()
42 cfg->extracts[i].extract.from_hdr.type); in dpni_prepare_key_cfg()
43 extr->size = cfg->extracts[i].extract.from_hdr.size; in dpni_prepare_key_cfg()
44 extr->offset = cfg->extracts[i].extract.from_hdr.offset; in dpni_prepare_key_cfg()
46 cfg->extracts[i].extract.from_hdr.field); in dpni_prepare_key_cfg()
48 cfg->extracts[i].extract.from_hdr.hdr_index; in dpni_prepare_key_cfg()
51 extr->size = cfg->extracts[i].extract.from_data.size; in dpni_prepare_key_cfg()
53 cfg->extracts[i].extract.from_data.offset; in dpni_prepare_key_cfg()
56 extr->size = cfg->extracts[i].extract.from_parse.size; in dpni_prepare_key_cfg()
58 cfg->extracts[i].extract.from_parse.offset; in dpni_prepare_key_cfg()
/linux-6.3-rc2/fs/btrfs/
A Dprops.c28 const char *(*extract)(struct inode *inode); member
379 .extract = prop_compression_extract,
409 value = h->extract(parent); in btrfs_inode_inherit_props()
/linux-6.3-rc2/arch/xtensa/kernel/
A Dalign.S262 extui a3, a3, 0, 16 # extract lower 16 bits
275 extui a4, a4, INSN_T, 4 # extract target register
353 extui a5, a4, INSN_OP0, 4 # extract OP0
362 extui a5, a4, INSN_OP1, 4 # extract OP1
/linux-6.3-rc2/drivers/media/platform/ti/cal/
A Dcal.c352 u32 val, extract, pack; in cal_ctx_pix_proc_config() local
356 extract = CAL_PIX_PROC_EXTRACT_B8; in cal_ctx_pix_proc_config()
360 extract = CAL_PIX_PROC_EXTRACT_B10_MIPI; in cal_ctx_pix_proc_config()
364 extract = CAL_PIX_PROC_EXTRACT_B12_MIPI; in cal_ctx_pix_proc_config()
368 extract = CAL_PIX_PROC_EXTRACT_B16_LE; in cal_ctx_pix_proc_config()
384 extract = CAL_PIX_PROC_EXTRACT_B8; in cal_ctx_pix_proc_config()
390 cal_set_field(&val, extract, CAL_PIX_PROC_EXTRACT_MASK); in cal_ctx_pix_proc_config()
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dopera-firmware.rst8 To extract the firmware for the Opera DVB-S1 USB-Box
/linux-6.3-rc2/drivers/hwtracing/stm/
A DKconfig24 STP protocol in order to extract the data.
39 addition to the MIPI STP, in order to extract the data.
/linux-6.3-rc2/arch/x86/entry/vdso/
A Dvdso2c.h26 static void BITSFUNC(extract)(const unsigned char *data, size_t data_len, in BITSFUNC() argument
197 BITSFUNC(extract)(raw_addr, raw_len, outfile, in BITSFUNC()
/linux-6.3-rc2/drivers/staging/media/av7110/
A DKconfig30 download/extract it, and then copy it to /usr/lib/hotplug/firmware
91 download/extract it, and then copy it to /usr/lib/hotplug/firmware
/linux-6.3-rc2/arch/m68k/math-emu/
A Dfp_decode.h96 | extract the source specifier, specifies
112 | extract the addressing mode
128 | extract the register for the addressing mode
/linux-6.3-rc2/drivers/media/usb/ttusb-dec/
A DKconfig19 download/extract them, and then copy them to /usr/lib/hotplug/firmware
/linux-6.3-rc2/arch/alpha/lib/
A Dstxncpy.S212 extql t2, a1, t1 # e0 : extract high bits for next time
218 extqh t2, a1, t0 # e0 : extract low bits for current word
279 extqh t2, a1, t0 # e0 : extract low bits for last word
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/
A Dnvidia,tegra124-xusb-padctl.txt85 SoC file extract:
97 Board file extract:

Completed in 40 milliseconds

12345