| /kernel/linux/linux-6.6/certs/ |
| H 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 FORCE 80 $(obj)/x509_revocation_list: $(CONFIG_SYSTEM_REVOCATION_KEYS) $(obj)/extract-cert FORCE 85 hostprogs := extract-cert
|
| /kernel/linux/linux-5.10/scripts/ |
| H A D | get_dvb_firmware | 97 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 { global() subroutine [all...] |
| H A D | Makefile | 15 hostprogs-always-$(CONFIG_SYSTEM_TRUSTED_KEYRING) += extract-cert 17 hostprogs-always-$(CONFIG_SYSTEM_REVOCATION_LIST) += extract-cert
|
| /kernel/linux/linux-6.6/scripts/ |
| H A D | get_dvb_firmware | 97 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 { global() subroutine [all...] |
| /kernel/linux/linux-5.10/certs/ |
| H A D | Makefile | 26 cmd_extract_certs = scripts/extract-cert $(2) $@ 29 $(obj)/x509_certificate_list: scripts/extract-cert $(SYSTEM_TRUSTED_KEYS_SRCPREFIX)$(SYSTEM_TRUSTED_KEYS_FILENAME) FORCE 126 $(obj)/signing_key.x509: scripts/extract-cert $(X509_DEP) FORCE 137 cmd_extract_certs = scripts/extract-cert $(2) $@ 140 $(obj)/x509_revocation_list: scripts/extract-cert $(SYSTEM_REVOCATION_KEYS_SRCPREFIX)$(SYSTEM_REVOCATION_KEYS_FILENAME) FORCE
|
| /kernel/linux/linux-5.10/arch/powerpc/xmon/ |
| H 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() 178 /* Now extract and print the operands. */ in print_insn_powerpc() 189 already made sure that the extract function considered in print_insn_powerpc()
|
| /kernel/linux/linux-6.6/arch/powerpc/xmon/ |
| H 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() 178 /* Now extract and print the operands. */ in print_insn_powerpc() 189 already made sure that the extract function considered in print_insn_powerpc()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/ |
| H A D | Makefile | 3 DT_EXTRACT_EX ?= dt-extract-example 80 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | symbol-elf.c | 40 /* How to extract information held in the st_other field. */ 2013 struct kcore extract; in kcore_copy() local 2039 if (kcore__init(&extract, extract_filename, kcore.elfclass, false)) in kcore_copy() 2042 if (kcore__copy_hdr(&kcore, &extract, kci.phnum)) in kcore_copy() 2045 offset = gelf_fsize(extract.elf, ELF_T_EHDR, 1, EV_CURRENT) + in kcore_copy() 2046 gelf_fsize(extract.elf, ELF_T_PHDR, kci.phnum, EV_CURRENT); in kcore_copy() 2052 if (kcore__add_phdr(&extract, idx++, offs, p->addr, p->len)) in kcore_copy() 2056 sz = kcore__write(&extract); in kcore_copy() 2065 if (copy_bytes(kcore.fd, p->offset, extract.fd, offs, p->len)) in kcore_copy() 2075 kcore__close(&extract); in kcore_copy() 2096 struct kcore extract; kcore_extract__create() local [all...] |
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| H 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
|
| H 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
|
| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| H 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
|
| H 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
|
| /kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
| H A D | cal.c | 186 u32 val, extract, pack; in cal_ctx_pix_proc_config() local 190 extract = CAL_PIX_PROC_EXTRACT_B8; in cal_ctx_pix_proc_config() 194 extract = CAL_PIX_PROC_EXTRACT_B10_MIPI; in cal_ctx_pix_proc_config() 198 extract = CAL_PIX_PROC_EXTRACT_B12_MIPI; in cal_ctx_pix_proc_config() 202 extract = CAL_PIX_PROC_EXTRACT_B16_LE; in cal_ctx_pix_proc_config() 218 extract = CAL_PIX_PROC_EXTRACT_B8; in cal_ctx_pix_proc_config() 224 cal_set_field(&val, extract, CAL_PIX_PROC_EXTRACT_MASK); in cal_ctx_pix_proc_config()
|
| /kernel/linux/linux-5.10/arch/arm/mm/ |
| H A D | cache-v7.S | 102 ands r3, r3, #7 << 1 @ extract LoU*2 field from clidr 129 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr 135 mov r1, r0, lsr r2 @ extract cache type bits from clidr 148 and r2, r1, #7 @ extract the length of the cache lines 154 ands r7, r7, r1, lsr #13 @ extract max number of the index size
|
| H A D | cache-v7m.S | 176 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr 182 mov r1, r0, lsr r2 @ extract cache type bits from clidr 195 and r2, r1, #7 @ extract the length of the cache lines 201 ands r7, r7, r1, lsr #13 @ extract max number of the index size
|
| /kernel/linux/linux-6.6/arch/arm/mm/ |
| H A D | cache-v7.S | 103 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 D | cache-v7m.S | 178 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
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | symbol-elf.c | 58 /* How to extract information held in the st_other field. */ 2489 struct kcore extract; in kcore_copy() local 2515 if (kcore__init(&extract, extract_filename, kcore.elfclass, false)) in kcore_copy() 2518 if (kcore__copy_hdr(&kcore, &extract, kci.phnum)) in kcore_copy() 2521 offset = gelf_fsize(extract.elf, ELF_T_EHDR, 1, EV_CURRENT) + in kcore_copy() 2522 gelf_fsize(extract.elf, ELF_T_PHDR, kci.phnum, EV_CURRENT); in kcore_copy() 2528 if (kcore__add_phdr(&extract, idx++, offs, p->addr, p->len)) in kcore_copy() 2532 sz = kcore__write(&extract); in kcore_copy() 2541 if (copy_bytes(kcore.fd, p->offset, extract.fd, offs, p->len)) in kcore_copy() 2551 kcore__close(&extract); in kcore_copy() 2572 struct kcore extract; kcore_extract__create() local [all...] |
| /kernel/linux/linux-5.10/arch/xtensa/kernel/ |
| H A D | align.S | 260 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
|
| /kernel/linux/linux-6.6/arch/xtensa/kernel/ |
| H 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
|
| /kernel/linux/linux-6.6/drivers/media/platform/ti/cal/ |
| H 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()
|
| /kernel/linux/linux-5.10/arch/alpha/lib/ |
| H 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
|
| /kernel/linux/linux-5.10/arch/m68k/math-emu/ |
| H A D | fp_decode.h | 96 | extract the source specifier, specifies 112 | extract the addressing mode 128 | extract the register for the addressing mode
|
| /kernel/linux/linux-6.6/arch/alpha/lib/ |
| H 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
|