Searched refs:extract (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/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 FORCE
80 $(obj)/x509_revocation_list: $(CONFIG_SYSTEM_REVOCATION_KEYS) $(obj)/extract-cert FORCE
85 hostprogs := extract-cert
/linux-master/tools/testing/selftests/dt/
H A DMakefile12 $(top_srcdir)/scripts/dtc/dt-extract-compatibles -d $(top_srcdir) > $@
/linux-master/scripts/
H A Dremove-stale-files27 rm -f scripts/extract-cert
H A Dget_dvb_firmware97 extract("$tmpdir/software/OEM/PCI/App/ttlcdacc.dll", 0x37ef9, 30555, "$tmpdir/fwtmp");
115 extract("$tmpdir/TT_PCI_2.19h_28_11_2006/software/OEM/PCI/App/ttlcdacc.dll", 0x65389, 24478, "$tmpdir/fwtmp");
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("
868 sub extract { subroutine
[all...]
/linux-master/Documentation/devicetree/bindings/
H A DMakefile3 DT_EXTRACT_EX ?= dt-extract-example
80 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
/linux-master/arch/powerpc/xmon/
H A Dppc-dis.c32 if (operand->extract)
33 value = (*operand->extract) (insn, dialect, &invalid);
105 if (operand->extract)
106 (*operand->extract) (insn, dialect, &invalid);
178 /* Now extract and print the operands. */
189 already made sure that the extract function considered
H A Dppc.h217 /* A macro to extract the major opcode from an instruction. */
223 /* A macro to extract the major opcode from a VLE instruction. */
267 extract this operand type from an instruction, check this field.
285 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid);
317 the extract function, ignore the return value, and check the value
284 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid); member in struct:powerpc_operand
/linux-master/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
H A Dx_fline.S59 bfextu %d0{#4:#3},%d1 |extract coprocessor id
/linux-master/arch/arm/mm/
H 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
H 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
H A Dproc-v7-2level.S50 lsr r2, r2, #8 @ extract the PID
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h26 static void BITSFUNC(extract)(const unsigned char *data, size_t data_len, function
36 fail("section to extract overruns input data");
197 BITSFUNC(extract)(raw_addr, raw_len, outfile,
/linux-master/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-master/fs/btrfs/
H A Dprops.c30 const char *(*extract)(struct inode *inode); member in struct:prop_handler
381 .extract = prop_compression_extract,
411 value = h->extract(parent);
/linux-master/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-master/tools/perf/util/
H A Dsymbol-elf.c59 /* How to extract information held in the st_other field. */
2562 struct kcore extract; local
2588 if (kcore__init(&extract, extract_filename, kcore.elfclass, false))
2591 if (kcore__copy_hdr(&kcore, &extract, kci.phnum))
2594 offset = gelf_fsize(extract.elf, ELF_T_EHDR, 1, EV_CURRENT) +
2595 gelf_fsize(extract.elf, ELF_T_PHDR, kci.phnum, EV_CURRENT);
2601 if (kcore__add_phdr(&extract, idx++, offs, p->addr, p->len))
2605 sz = kcore__write(&extract);
2614 if (copy_bytes(kcore.fd, p->offset, extract.fd, offs, p->len))
2624 kcore__close(&extract);
2645 struct kcore extract; local
[all...]
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c13 * dpni_prepare_key_cfg() - function prepare extract parameters
40 extr->prot = cfg->extracts[i].extract.from_hdr.prot;
42 cfg->extracts[i].extract.from_hdr.type);
43 extr->size = cfg->extracts[i].extract.from_hdr.size;
44 extr->offset = cfg->extracts[i].extract.from_hdr.offset;
46 cfg->extracts[i].extract.from_hdr.field);
48 cfg->extracts[i].extract.from_hdr.hdr_index;
51 extr->size = cfg->extracts[i].extract.from_data.size;
53 cfg->extracts[i].extract.from_data.offset;
56 extr->size = cfg->extracts[i].extract
[all...]
/linux-master/drivers/media/platform/ti/cal/
H A Dcal.c328 u32 val, extract, pack; local
332 extract = CAL_PIX_PROC_EXTRACT_B8;
336 extract = CAL_PIX_PROC_EXTRACT_B10_MIPI;
340 extract = CAL_PIX_PROC_EXTRACT_B12_MIPI;
344 extract = CAL_PIX_PROC_EXTRACT_B16_LE;
360 extract = CAL_PIX_PROC_EXTRACT_B8;
366 cal_set_field(&val, extract, CAL_PIX_PROC_EXTRACT_MASK);
/linux-master/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)
H A 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
H A Dev6-stxcpy.S203 extqh t2, a1, t1 # U : extract high bits for current word
205 extql t2, a1, t3 # U : extract low bits for next time (stall)
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S700 andi.w &0x007f,%d1 # extract extension
943 andi.w &0x007f,%d1 # extract extension
1300 bfextu 1+EXC_CMDREG(%a6){&1:&7},%d1 # extract extension
1328 andi.b &0x38,%d0 # extract bits 3-5
1431 bfextu EXC_CMDREG(%a6){&0:&6},%d0 # extract opclass,src fmt
1845 bfextu 1+EXC_CMDREG(%a6){&1:&7},%d1 # extract extension
1873 andi.b &0x38,%d0 # extract bits 3-5
2302 bfextu EXC_EXTWORD(%a6){&3:&3},%d0 # extract src specifier
2594 andi.w &0x007f,%d1 # extract extension
3189 bfextu %d0{&19:&3},%d0 # extract ds
[all...]

Completed in 202 milliseconds

12