Home
last modified time | relevance | path

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

12345

/linux/certs/
H 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
H A D.gitignore3 /extract-cert
/linux/scripts/
H A Dget_dvb_firmware97 extract("$tmpdir/software/OEM/PCI/App/ttlcdacc.dll", 0x37ef9, 30555, "$tmpdir/fwtmp");
115extract("$tmpdir/TT_PCI_2.19h_28_11_2006/software/OEM/PCI/App/ttlcdacc.dll", 0x65389, 24478, "$tmp…
133 extract("$tmpdir/LVHybrid.sys", 0x8b088, 24602, "$tmpdir/fwtmp");
211 extract("2830SCap2.sys", 0x62e8, 55024, "$tmpdir/opera1-fpga.fw");
212 extract("2830SLoad2.sys",0x3178,0x3685-0x3178,"$tmpdir/fw1part1");
213 extract("2830SLoad2.sys",0x0980,0x3150-0x0980,"$tmpdir/fw1part2");
256 extract("$tmpdir/VisionDTV/Drivers/Win2K&XP/UDTTload.sys", 12503, 3036, "$tmpdir/fwtmp1");
257 extract("$tmpdir/VisionDTV/Drivers/Win2K&XP/UDTTload.sys", 2207, 10274, "$tmpdir/fwtmp2");
317 extract("$tmpdir/SkyNET.sys", 331624, 5908, $outfile);
334 extract("$tmpdir/3xHybrid.sys", 465304, 9584, $outfile);
[all …]
/linux/arch/powerpc/xmon/
H 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()
H A Dppc.h284 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid); member
/linux/arch/arm/mm/
H A Dcache-v7m.S179 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr
185 mov r1, r0, lsr r2 @ extract cache type bits from clidr
198 and r2, r1, #7 @ extract the length of the cache lines
204 ands r7, r7, r1, lsr #13 @ extract max number of the index size
H A Dcache-v7.S104 ands r3, r3, #7 << 1 @ extract LoU*2 field from clidr
131 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr
137 mov r1, r0, lsr r2 @ extract cache type bits from clidr
150 and r2, r1, #7 @ extract the length of the cache lines
156 and r1, r6, r1, lsr #13 @ extract max number of the index size
/linux/arch/m68k/fpsp040/
H A Dsto_res.S34 bfextu CMDREG1B(%a6){#13:#3},%d0 |extract cos destination
67 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract destination register
H 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/drivers/net/ethernet/freescale/dpaa2/
H 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/tools/testing/selftests/dt/
H A DMakefile12 $(top_srcdir)/scripts/dtc/dt-extract-compatibles -d $(top_srcdir) > $@
/linux/drivers/staging/media/av7110/
H A DKconfig30 download/extract it, and then copy it to /usr/lib/hotplug/firmware
69 download/extract it, and then copy it to /usr/lib/hotplug/firmware
/linux/tools/perf/util/
H A Dsymbol-elf.c2508 struct kcore extract; in kcore_copy() local
2534 if (kcore__init(&extract, extract_filename, kcore.elfclass, false)) in kcore_copy()
2537 if (kcore__copy_hdr(&kcore, &extract, kci.phnum)) in kcore_copy()
2540 offset = gelf_fsize(extract.elf, ELF_T_EHDR, 1, EV_CURRENT) + in kcore_copy()
2541 gelf_fsize(extract.elf, ELF_T_PHDR, kci.phnum, EV_CURRENT); in kcore_copy()
2547 if (kcore__add_phdr(&extract, idx++, offs, p->addr, p->len)) in kcore_copy()
2551 sz = kcore__write(&extract); in kcore_copy()
2560 if (copy_bytes(kcore.fd, p->offset, extract.fd, offs, p->len)) in kcore_copy()
2570 kcore__close(&extract); in kcore_copy()
2591 struct kcore extract; in kcore_extract__create() local
[all …]
/linux/fs/btrfs/
H A Dprops.c30 const char *(*extract)(const struct btrfs_inode *inode); member
382 .extract = prop_compression_extract,
412 value = h->extract(parent); in btrfs_inode_inherit_props()
/linux/arch/powerpc/boot/
H A DREADME2 To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:
/linux/drivers/hwtracing/stm/
H A DKconfig24 STP protocol in order to extract the data.
39 addition to the MIPI STP, in order to extract the data.
/linux/Documentation/admin-guide/media/
H A Dopera-firmware.rst8 To extract the firmware for the Opera DVB-S1 USB-Box
/linux/arch/m68k/math-emu/
H A Dfp_decode.h96 | extract the source specifier, specifies
112 | extract the addressing mode
128 | extract the register for the addressing mode
/linux/arch/xtensa/kernel/
H A Dalign.S286 extui a3, a3, 0, 16 # extract lower 16 bits
302 extui a4, a4, INSN_T, 4 # extract target register
384 extui a5, a4, INSN_OP0, 4 # extract OP0
393 extui a5, a4, INSN_OP1, 4 # extract OP1
/linux/drivers/media/usb/ttusb-dec/
H A DKconfig19 download/extract them, and then copy them to /usr/lib/hotplug/firmware
/linux/arch/alpha/lib/
H 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
H A Dev6-stxncpy.S252 extql t2, a1, t1 # U : extract low bits for next time
260 extqh t2, a1, t0 # U : extract low bits (2 cycle stall)
325 extqh t2, a1, t0 # U : extract low bits for last word (stall)
/linux/scripts/gcc-plugins/
H A DKconfig26 extract some entropy from both original and artificially created
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra124-xusb-padctl.txt85 SoC file extract:
97 Board file extract:
/linux/Documentation/accounting/
H A Dcgroupstats.rst25 To extract cgroup statistics a utility very similar to getdelays.c

12345