Home
last modified time | relevance | path

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

12345

/Linux-v4.19/scripts/
Dget_dvb_firmware110 extract("$tmpdir/software/OEM/PCI/App/ttlcdacc.dll", 0x37ef9, 30555, "$tmpdir/fwtmp");
128extract("$tmpdir/TT_PCI_2.19h_28_11_2006/software/OEM/PCI/App/ttlcdacc.dll", 0x65389, 24478, "$tmp…
146 extract("$tmpdir/LVHybrid.sys", 0x8b088, 24602, "$tmpdir/fwtmp");
224 extract("2830SCap2.sys", 0x62e8, 55024, "$tmpdir/opera1-fpga.fw");
225 extract("2830SLoad2.sys",0x3178,0x3685-0x3178,"$tmpdir/fw1part1");
226 extract("2830SLoad2.sys",0x0980,0x3150-0x0980,"$tmpdir/fw1part2");
269 extract("$tmpdir/VisionDTV/Drivers/Win2K&XP/UDTTload.sys", 12503, 3036, "$tmpdir/fwtmp1");
270 extract("$tmpdir/VisionDTV/Drivers/Win2K&XP/UDTTload.sys", 2207, 10274, "$tmpdir/fwtmp2");
330 extract("$tmpdir/SkyNET.sys", 331624, 5908, $outfile);
347 extract("$tmpdir/3xHybrid.sys", 465304, 9584, $outfile);
[all …]
D.gitignore14 extract-cert
DMakefile21 hostprogs-$(CONFIG_SYSTEM_TRUSTED_KEYRING) += extract-cert
/Linux-v4.19/certs/
DMakefile25 cmd_extract_certs = scripts/extract-cert $(2) $@ || ( rm $@; exit 1)
28 $(obj)/x509_certificate_list: scripts/extract-cert $(SYSTEM_TRUSTED_KEYS_SRCPREFIX)$(SYSTEM_TRUSTED…
104 $(obj)/signing_key.x509: scripts/extract-cert $(X509_DEP) FORCE
/Linux-v4.19/arch/powerpc/xmon/
Dppc-dis.c43 if (operand->extract) in operand_value_powerpc()
44 value = (*operand->extract) (insn, dialect, &invalid); in operand_value_powerpc()
116 if (operand->extract) in lookup_powerpc()
117 (*operand->extract) (insn, dialect, &invalid); in lookup_powerpc()
Dppc.h284 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid); member
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpni.c37 extr->prot = cfg->extracts[i].extract.from_hdr.prot; in dpni_prepare_key_cfg()
39 cfg->extracts[i].extract.from_hdr.type); in dpni_prepare_key_cfg()
40 extr->size = cfg->extracts[i].extract.from_hdr.size; in dpni_prepare_key_cfg()
41 extr->offset = cfg->extracts[i].extract.from_hdr.offset; in dpni_prepare_key_cfg()
43 cfg->extracts[i].extract.from_hdr.field); in dpni_prepare_key_cfg()
45 cfg->extracts[i].extract.from_hdr.hdr_index; in dpni_prepare_key_cfg()
48 extr->size = cfg->extracts[i].extract.from_data.size; in dpni_prepare_key_cfg()
50 cfg->extracts[i].extract.from_data.offset; in dpni_prepare_key_cfg()
53 extr->size = cfg->extracts[i].extract.from_parse.size; in dpni_prepare_key_cfg()
55 cfg->extracts[i].extract.from_parse.offset; in dpni_prepare_key_cfg()
/Linux-v4.19/arch/arm/mm/
Dcache-v7m.S177 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr
183 mov r1, r0, lsr r2 @ extract cache type bits from clidr
196 and r2, r1, #7 @ extract the length of the cache lines
202 ands r7, r7, r1, lsr #13 @ extract max number of the index size
Dcache-v7.S96 ands r3, r3, #7 << 1 @ extract LoU*2 field from clidr
123 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr
129 mov r1, r0, lsr r2 @ extract cache type bits from clidr
142 and r2, r1, #7 @ extract the length of the cache lines
148 ands r7, r7, r1, lsr #13 @ extract max number of the index size
Dproc-v7-2level.S51 lsr r2, r2, #8 @ extract the PID
/Linux-v4.19/tools/perf/util/
Dsymbol-elf.c1821 struct kcore extract; in kcore_copy() local
1847 if (kcore__init(&extract, extract_filename, kcore.elfclass, false)) in kcore_copy()
1850 if (kcore__copy_hdr(&kcore, &extract, kci.phnum)) in kcore_copy()
1853 offset = gelf_fsize(extract.elf, ELF_T_EHDR, 1, EV_CURRENT) + in kcore_copy()
1854 gelf_fsize(extract.elf, ELF_T_PHDR, kci.phnum, EV_CURRENT); in kcore_copy()
1860 if (kcore__add_phdr(&extract, idx++, offs, p->addr, p->len)) in kcore_copy()
1864 sz = kcore__write(&extract); in kcore_copy()
1873 if (copy_bytes(kcore.fd, p->offset, extract.fd, offs, p->len)) in kcore_copy()
1886 kcore__close(&extract); in kcore_copy()
1907 struct kcore extract; in kcore_extract__create() local
[all …]
/Linux-v4.19/arch/m68k/fpsp040/
Dsto_res.S34 bfextu CMDREG1B(%a6){#13:#3},%d0 |extract cos destination
67 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract destination register
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-v4.19/arch/powerpc/boot/
DREADME2 To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:
/Linux-v4.19/fs/btrfs/
Dprops.c22 const char *(*extract)(struct inode *inode); member
37 .extract = prop_compression_extract,
307 value = h->extract(parent); in inherit_props()
/Linux-v4.19/Documentation/media/dvb-drivers/
Dopera-firmware.rst6 To extract the firmware for the Opera DVB-S1 USB-Box
/Linux-v4.19/arch/xtensa/kernel/
Dalign.S260 extui a3, a3, 0, 16 # extract lower 16 bits
273 extui a4, a4, INSN_T, 4 # extract target register
351 extui a5, a4, INSN_OP0, 4 # extract OP0
360 extui a5, a4, INSN_OP1, 4 # extract OP1
/Linux-v4.19/drivers/media/usb/ttusb-dec/
DKconfig18 download/extract them, and then copy them to /usr/lib/hotplug/firmware
/Linux-v4.19/arch/m68k/math-emu/
Dfp_decode.h96 | extract the source specifier, specifies
112 | extract the addressing mode
128 | extract the register for the addressing mode
/Linux-v4.19/arch/alpha/lib/
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
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)
Dstxcpy.S179 extqh t2, a1, t1 # e0 : extract high bits for current word
181 extql t2, a1, t3 # e0 : extract low bits for next time
/Linux-v4.19/Documentation/accounting/
Dcgroupstats.txt21 To extract cgroup statistics a utility very similar to getdelays.c
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra124-xusb-padctl.txt85 SoC file extract:
97 Board file extract:
/Linux-v4.19/net/decnet/
DTODO26 o Find all the commonality between DECnet and IPv4 routing code and extract

12345