| /linux/certs/ |
| A D | Makefile | 26 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 | .gitignore | 3 /extract-cert
|
| /linux/scripts/ |
| A D | get_dvb_firmware | 211 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 …]
|
| /linux/arch/powerpc/xmon/ |
| A D | ppc-dis.c | 32 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 D | ppc.h | 284 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid); member
|
| /linux/Documentation/devicetree/bindings/ |
| A D | Makefile | 3 DT_EXTRACT_EX ?= dt-extract-example 83 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
|
| /linux/arch/arm/mm/ |
| A D | cache-v7m.S | 179 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
|
| A D | cache-v7.S | 104 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/ |
| A D | sto_res.S | 34 bfextu CMDREG1B(%a6){#13:#3},%d0 |extract cos destination 67 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract destination register
|
| A D | gen_except.S | 76 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/tools/testing/selftests/dt/ |
| A D | Makefile | 12 $(top_srcdir)/scripts/dtc/dt-extract-compatibles -d $(top_srcdir) > $@
|
| /linux/arch/powerpc/boot/ |
| A D | README | 2 To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| A D | dpni.c | 40 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/drivers/staging/media/av7110/ |
| A D | Kconfig | 30 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/fs/btrfs/ |
| A D | props.c | 30 const char *(*extract)(const struct inode *inode); member 381 .extract = prop_compression_extract, 411 value = h->extract(parent); in btrfs_inode_inherit_props()
|
| /linux/tools/perf/util/ |
| A D | symbol-elf.c | 2561 struct kcore extract; in kcore_copy() local 2590 if (kcore__copy_hdr(&kcore, &extract, kci.phnum)) in kcore_copy() 2593 offset = gelf_fsize(extract.elf, ELF_T_EHDR, 1, EV_CURRENT) + in kcore_copy() 2594 gelf_fsize(extract.elf, ELF_T_PHDR, kci.phnum, EV_CURRENT); in kcore_copy() 2600 if (kcore__add_phdr(&extract, idx++, offs, p->addr, p->len)) in kcore_copy() 2604 sz = kcore__write(&extract); in kcore_copy() 2623 kcore__close(&extract); in kcore_copy() 2644 struct kcore extract; in kcore_extract__create() local 2656 if (kcore__copy_hdr(&kcore, &extract, count)) in kcore_extract__create() 2662 sz = kcore__write(&extract); in kcore_extract__create() [all …]
|
| /linux/drivers/media/platform/ti/cal/ |
| A D | cal.c | 328 u32 val, extract, pack; in cal_ctx_pix_proc_config() local 332 extract = CAL_PIX_PROC_EXTRACT_B8; in cal_ctx_pix_proc_config() 336 extract = CAL_PIX_PROC_EXTRACT_B10_MIPI; in cal_ctx_pix_proc_config() 340 extract = CAL_PIX_PROC_EXTRACT_B12_MIPI; in cal_ctx_pix_proc_config() 344 extract = CAL_PIX_PROC_EXTRACT_B16_LE; in cal_ctx_pix_proc_config() 360 extract = CAL_PIX_PROC_EXTRACT_B8; in cal_ctx_pix_proc_config() 366 cal_set_field(&val, extract, CAL_PIX_PROC_EXTRACT_MASK); in cal_ctx_pix_proc_config()
|
| /linux/Documentation/admin-guide/media/ |
| A D | opera-firmware.rst | 8 To extract the firmware for the Opera DVB-S1 USB-Box
|
| /linux/drivers/hwtracing/stm/ |
| A D | Kconfig | 24 STP protocol in order to extract the data. 39 addition to the MIPI STP, in order to extract the data.
|
| /linux/arch/x86/entry/vdso/ |
| A D | vdso2c.h | 26 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/arch/m68k/math-emu/ |
| A D | fp_decode.h | 96 | extract the source specifier, specifies 112 | extract the addressing mode 128 | extract the register for the addressing mode
|
| /linux/arch/xtensa/kernel/ |
| A D | align.S | 286 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/ |
| A D | Kconfig | 19 download/extract them, and then copy them to /usr/lib/hotplug/firmware
|
| /linux/arch/alpha/lib/ |
| A D | stxncpy.S | 212 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/drivers/gpu/drm/panthor/ |
| A D | panthor_fw.h | 17 u64 extract; member 21 u64 extract; member
|