| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpkg.h | 26 * @DPKG_FROM_HDR: Extract selected bytes from header, by offset 27 * @DPKG_FROM_FIELD: Extract selected bytes from header, by offset from field 28 * @DPKG_FULL_FIELD: Extract a full field 38 * @DPKG_EXTRACT_FROM_HDR: Extract from the header 39 * @DPKG_EXTRACT_FROM_DATA: Extract from data not in specific header 40 * @DPKG_EXTRACT_FROM_PARSE: Extract from parser-result; 41 * e.g. can be used to extract header existence; 415 * @extract: Selects extraction method 416 * @extract.from_hdr: Used when 'type = DPKG_EXTRACT_FROM_HDR' 417 * @extract.from_data: Used when 'type = DPKG_EXTRACT_FROM_DATA' [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpkg.h | 27 * @DPKG_FROM_HDR: Extract selected bytes from header, by offset 28 * @DPKG_FROM_FIELD: Extract selected bytes from header, by offset from field 29 * @DPKG_FULL_FIELD: Extract a full field 39 * @DPKG_EXTRACT_FROM_HDR: Extract from the header 40 * @DPKG_EXTRACT_FROM_DATA: Extract from data not in specific header 41 * @DPKG_EXTRACT_FROM_PARSE: Extract from parser-result; 42 * e.g. can be used to extract header existence; 416 * @extract: Selects extraction method 417 * @extract.from_hdr: Used when 'type = DPKG_EXTRACT_FROM_HDR' 418 * @extract.from_data: Used when 'type = DPKG_EXTRACT_FROM_DATA' [all …]
|
| /kernel/linux/linux-6.6/drivers/clk/ |
| D | clk-nspire.c | 40 #define EXTRACT(var, prop) (((var)>>prop##_SHIFT) & prop##_MASK) macro 43 if (EXTRACT(val, FIXED_BASE)) in nspire_clkinfo_cx() 46 clk->base_clock = 6 * EXTRACT(val, CX_BASE) * MHZ; in nspire_clkinfo_cx() 48 clk->base_cpu_ratio = EXTRACT(val, BASE_CPU) * EXTRACT(val, CX_UNKNOWN); in nspire_clkinfo_cx() 49 clk->base_ahb_ratio = clk->base_cpu_ratio * (EXTRACT(val, CPU_AHB) + 1); in nspire_clkinfo_cx() 54 if (EXTRACT(val, FIXED_BASE)) in nspire_clkinfo_classic() 57 clk->base_clock = (300 - 6 * EXTRACT(val, CLASSIC_BASE)) * MHZ; in nspire_clkinfo_classic() 59 clk->base_cpu_ratio = EXTRACT(val, BASE_CPU) * 2; in nspire_clkinfo_classic() 60 clk->base_ahb_ratio = clk->base_cpu_ratio * (EXTRACT(val, CPU_AHB) + 1); in nspire_clkinfo_classic()
|
| /kernel/linux/linux-5.10/drivers/clk/ |
| D | clk-nspire.c | 40 #define EXTRACT(var, prop) (((var)>>prop##_SHIFT) & prop##_MASK) macro 43 if (EXTRACT(val, FIXED_BASE)) in nspire_clkinfo_cx() 46 clk->base_clock = 6 * EXTRACT(val, CX_BASE) * MHZ; in nspire_clkinfo_cx() 48 clk->base_cpu_ratio = EXTRACT(val, BASE_CPU) * EXTRACT(val, CX_UNKNOWN); in nspire_clkinfo_cx() 49 clk->base_ahb_ratio = clk->base_cpu_ratio * (EXTRACT(val, CPU_AHB) + 1); in nspire_clkinfo_cx() 54 if (EXTRACT(val, FIXED_BASE)) in nspire_clkinfo_classic() 57 clk->base_clock = (300 - 6 * EXTRACT(val, CLASSIC_BASE)) * MHZ; in nspire_clkinfo_classic() 59 clk->base_cpu_ratio = EXTRACT(val, BASE_CPU) * 2; in nspire_clkinfo_classic() 60 clk->base_ahb_ratio = clk->base_cpu_ratio * (EXTRACT(val, CPU_AHB) + 1); in nspire_clkinfo_classic()
|
| /kernel/linux/linux-6.6/certs/ |
| 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
|
| /kernel/linux/linux-6.6/arch/alpha/kernel/ |
| D | err_marvel.c | 115 packet_desc[EXTRACT(err_cyc, IO7__ERR_CYC__PACKET)], in marvel_print_err_cyc() 118 EXTRACT(err_cyc, IO7__ERR_CYC__CYCLE), in marvel_print_err_cyc() 135 err_print_prefix, EXTRACT(crrct_sym, IO7__PO7_CRRCT_SYM__SYN)); in marvel_print_po7_crrct_sym() 136 marvel_print_err_cyc(EXTRACT(crrct_sym, IO7__PO7_CRRCT_SYM__ERR_CYC)); in marvel_print_po7_crrct_sym() 189 if (EXTRACT(valid_mask, IO7__PO7_UNCRR_SYM__SYN)) in marvel_print_po7_uncrr_sym() 192 EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__SYN)); in marvel_print_po7_uncrr_sym() 194 if (EXTRACT(valid_mask, IO7__PO7_UNCRR_SYM__ERR_CYC)) in marvel_print_po7_uncrr_sym() 195 marvel_print_err_cyc(EXTRACT(uncrr_sym, in marvel_print_po7_uncrr_sym() 198 scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__CLK); in marvel_print_po7_uncrr_sym() 232 if ((scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__VICTIM_SP))) { in marvel_print_po7_uncrr_sym() [all …]
|
| /kernel/linux/linux-5.10/arch/alpha/kernel/ |
| D | err_marvel.c | 115 packet_desc[EXTRACT(err_cyc, IO7__ERR_CYC__PACKET)], in marvel_print_err_cyc() 118 EXTRACT(err_cyc, IO7__ERR_CYC__CYCLE), in marvel_print_err_cyc() 135 err_print_prefix, EXTRACT(crrct_sym, IO7__PO7_CRRCT_SYM__SYN)); in marvel_print_po7_crrct_sym() 136 marvel_print_err_cyc(EXTRACT(crrct_sym, IO7__PO7_CRRCT_SYM__ERR_CYC)); in marvel_print_po7_crrct_sym() 189 if (EXTRACT(valid_mask, IO7__PO7_UNCRR_SYM__SYN)) in marvel_print_po7_uncrr_sym() 192 EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__SYN)); in marvel_print_po7_uncrr_sym() 194 if (EXTRACT(valid_mask, IO7__PO7_UNCRR_SYM__ERR_CYC)) in marvel_print_po7_uncrr_sym() 195 marvel_print_err_cyc(EXTRACT(uncrr_sym, in marvel_print_po7_uncrr_sym() 198 scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__CLK); in marvel_print_po7_uncrr_sym() 232 if ((scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__VICTIM_SP))) { in marvel_print_po7_uncrr_sym() [all …]
|
| /kernel/linux/linux-5.10/fs/crypto/ |
| D | hkdf.c | 3 * Implementation of HKDF ("HMAC-based Extract-and-Expand Key Derivation 34 * 1. HKDF-Extract: extract a pseudorandom key of length HKDF_HASHLEN bytes from 39 * HKDF-Extract can be skipped if the input is already a pseudorandom key of 42 * unnecessarily long master keys. Thus fscrypt still does HKDF-Extract. No 47 /* HKDF-Extract (RFC 5869 section 2.2), unsalted */ 62 * Compute HKDF-Extract using the given master key as the input keying material, 66 * times without having to recompute HKDF-Extract each time.
|
| /kernel/linux/linux-6.6/fs/crypto/ |
| D | hkdf.c | 3 * Implementation of HKDF ("HMAC-based Extract-and-Expand Key Derivation 34 * 1. HKDF-Extract: extract a pseudorandom key of length HKDF_HASHLEN bytes from 39 * HKDF-Extract can be skipped if the input is already a pseudorandom key of 42 * unnecessarily long master keys. Thus fscrypt still does HKDF-Extract. No 47 /* HKDF-Extract (RFC 5869 section 2.2), unsalted */ 62 * Compute HKDF-Extract using the given master key as the input keying material, 66 * times without having to recompute HKDF-Extract each time.
|
| /kernel/linux/linux-6.6/arch/powerpc/xmon/ |
| D | ppc-dis.c | 23 /* Extract the operand value from the PowerPC or POWER instruction. */ 31 /* Extract the value from the instruction. */ in operand_value_powerpc() 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() 167 /* Now extract and print the operands. */ in print_insn_powerpc() 178 already made sure that the extract function considered in print_insn_powerpc()
|
| /kernel/linux/linux-5.10/scripts/ |
| 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, "$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 …]
|
| /kernel/linux/linux-6.6/scripts/ |
| 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, "$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 …]
|
| /kernel/linux/linux-5.10/arch/powerpc/xmon/ |
| D | ppc-dis.c | 23 /* Extract the operand value from the PowerPC or POWER instruction. */ 31 /* Extract the value from the instruction. */ in operand_value_powerpc() 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-5.10/fs/afs/ |
| D | vlclient.c | 197 /* Extract the returned uuid, uniquifier, nentries and in afs_deliver_vl_get_addrs_u() 224 fallthrough; /* and extract entries */ in afs_deliver_vl_get_addrs_u() 327 fallthrough; /* and extract the capabilities word count */ in afs_deliver_vl_get_capabilities() 340 fallthrough; /* and extract capabilities words */ in afs_deliver_vl_get_capabilities() 436 /* Extract the returned uuid, uniquifier, fsEndpoints count and in afs_deliver_yfsvl_get_endpoints() 478 fallthrough; /* and extract fsEndpoints[] entries */ in afs_deliver_yfsvl_get_endpoints() 515 /* Extract the list of volEndpoints. */ in afs_deliver_yfsvl_get_endpoints() 525 /* Extract the type of volEndpoints[0]. Normally we would in afs_deliver_yfsvl_get_endpoints() 526 * extract the type of the next endpoint when we extract the in afs_deliver_yfsvl_get_endpoints() 555 fallthrough; /* and extract volEndpoints[] entries */ in afs_deliver_yfsvl_get_endpoints() [all …]
|
| D | cmservice.c | 243 /* extract the FID array and its count in two steps */ in afs_deliver_cb_callback() 246 _debug("extract FID count"); in afs_deliver_cb_callback() 265 _debug("extract FID array"); in afs_deliver_cb_callback() 288 /* extract the callback array and its count in two steps */ in afs_deliver_cb_callback() 291 _debug("extract CB count"); in afs_deliver_cb_callback() 306 _debug("extract discard %zu/%u", in afs_deliver_cb_callback() 385 _debug("extract UUID"); in afs_deliver_cb_init_call_back_state3() 497 _debug("extract UUID"); in afs_deliver_cb_probe_uuid() 609 /* extract the FID array and its count in two steps */ in afs_deliver_yfs_cb_callback() 612 _debug("extract FID count"); in afs_deliver_yfs_cb_callback() [all …]
|
| /kernel/linux/linux-6.6/fs/afs/ |
| D | vlclient.c | 197 /* Extract the returned uuid, uniquifier, nentries and in afs_deliver_vl_get_addrs_u() 224 fallthrough; /* and extract entries */ in afs_deliver_vl_get_addrs_u() 327 fallthrough; /* and extract the capabilities word count */ in afs_deliver_vl_get_capabilities() 340 fallthrough; /* and extract capabilities words */ in afs_deliver_vl_get_capabilities() 436 /* Extract the returned uuid, uniquifier, fsEndpoints count and in afs_deliver_yfsvl_get_endpoints() 478 fallthrough; /* and extract fsEndpoints[] entries */ in afs_deliver_yfsvl_get_endpoints() 515 /* Extract the list of volEndpoints. */ in afs_deliver_yfsvl_get_endpoints() 525 /* Extract the type of volEndpoints[0]. Normally we would in afs_deliver_yfsvl_get_endpoints() 526 * extract the type of the next endpoint when we extract the in afs_deliver_yfsvl_get_endpoints() 555 fallthrough; /* and extract volEndpoints[] entries */ in afs_deliver_yfsvl_get_endpoints() [all …]
|
| D | cmservice.c | 245 /* extract the FID array and its count in two steps */ in afs_deliver_cb_callback() 248 _debug("extract FID count"); in afs_deliver_cb_callback() 267 _debug("extract FID array"); in afs_deliver_cb_callback() 290 /* extract the callback array and its count in two steps */ in afs_deliver_cb_callback() 293 _debug("extract CB count"); in afs_deliver_cb_callback() 308 _debug("extract discard %zu/%u", in afs_deliver_cb_callback() 389 _debug("extract UUID"); in afs_deliver_cb_init_call_back_state3() 502 _debug("extract UUID"); in afs_deliver_cb_probe_uuid() 615 /* extract the FID array and its count in two steps */ in afs_deliver_yfs_cb_callback() 618 _debug("extract FID count"); in afs_deliver_yfs_cb_callback() [all …]
|
| D | yfsclient.c | 368 /* Extract the returned data length into ->actual_len. This in yfs_deliver_fs_fetch_data64() 373 _debug("extract data length"); in yfs_deliver_fs_fetch_data64() 389 /* extract the returned data */ in yfs_deliver_fs_fetch_data64() 391 _debug("extract data %zu/%llu", in yfs_deliver_fs_fetch_data64() 408 _debug("extract discard %zu/%llu", in yfs_deliver_fs_fetch_data64() 423 /* extract the metadata */ in yfs_deliver_fs_fetch_data64() 1223 /* extract the returned status record */ in yfs_deliver_fs_get_volume_status() 1225 _debug("extract status"); in yfs_deliver_fs_get_volume_status() 1236 /* extract the volume name length */ in yfs_deliver_fs_get_volume_status() 1251 /* extract the volume name */ in yfs_deliver_fs_get_volume_status() [all …]
|
| /kernel/linux/linux-6.6/include/net/caif/ |
| D | cfpkt.h | 26 * Extract header from packet. 28 * pkt Packet to extract header data from. 66 * pkt Packet to extract header data from. 74 * Extract header from trailer (end of packet). 76 * pkt Packet to extract header data from. 143 * i.e. if it has been attempted to extract more data than available in packet
|
| /kernel/linux/linux-5.10/include/net/caif/ |
| D | cfpkt.h | 26 * Extract header from packet. 28 * pkt Packet to extract header data from. 66 * pkt Packet to extract header data from. 74 * Extract header from trailer (end of packet). 76 * pkt Packet to extract header data from. 143 * i.e. if it has been attempted to extract more data than available in packet
|
| /kernel/linux/linux-6.6/sound/pci/asihpi/ |
| D | hpi_version.h | 26 /** Extract major version from hpi version number */ 28 /** Extract minor version from hpi version number */ 30 /** Extract release from hpi version number */
|
| /kernel/linux/linux-5.10/sound/pci/asihpi/ |
| D | hpi_version.h | 26 /** Extract major version from hpi version number */ 28 /** Extract minor version from hpi version number */ 30 /** Extract release from hpi version number */
|
| /kernel/linux/linux-6.6/lib/pldmfw/ |
| D | pldmfw.c | 105 * pldm_parse_header - Validate and extract details about the PLDM header 116 * * Extract the total header_size and verify that the image is large enough 118 * * Extract the size of the component bitmap length 119 * * Extract a pointer to the start of the record area 172 /* extract a pointer to the record area, which just follows the main in pldm_parse_header() 253 * From the current offset, read and extract the descriptor TLVs, updating the 395 * Extract the record count, and loop through each record, searching for the 413 /* Extract a pointer to the component area, which just follows the in pldm_parse_records() 433 * Extract the component count, and find the pointer to the component area. 437 * Extract the package header CRC and save it for verification. [all …]
|
| /kernel/linux/linux-5.10/lib/pldmfw/ |
| D | pldmfw.c | 105 * pldm_parse_header - Validate and extract details about the PLDM header 116 * * Extract the total header_size and verify that the image is large enough 118 * * Extract the size of the component bitmap length 119 * * Extract a pointer to the start of the record area 172 /* extract a pointer to the record area, which just follows the main in pldm_parse_header() 253 * From the current offset, read and extract the descriptor TLVs, updating the 395 * Extract the record count, and loop through each record, searching for the 413 /* Extract a pointer to the component area, which just follows the in pldm_parse_records() 433 * Extract the component count, and find the pointer to the component area. 437 * Extract the package header CRC and save it for verification. [all …]
|
| /kernel/linux/linux-5.10/certs/ |
| D | Makefile | 26 cmd_extract_certs = scripts/extract-cert $(2) $@ 29 $(obj)/x509_certificate_list: scripts/extract-cert $(SYSTEM_TRUSTED_KEYS_SRCPREFIX)$(SYSTEM_TRUSTED… 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_REVOC…
|