/Linux-v5.15/Documentation/powerpc/ |
D | associativity.rst | 14 grouping details to the OS. These are referred to as Form 0, Form 1 and Form2 15 associativity grouping. Form 0 is the oldest format and is now considered deprecated. 17 Hypervisor indicates the type/form of associativity used via "ibm,architecture-vec-5 property". 18 Bit 0 of byte 5 in the "ibm,architecture-vec-5" property indicates usage of Form 0 or Form 1. 19 A value of 1 indicates the usage of Form 1 associativity. For Form 2 associativity 22 Form 0 24 Form 0 associativity supports only two NUMA distances (LOCAL and REMOTE). 26 Form 1 28 With Form 1 a combination of ibm,associativity-reference-points, and ibm,associativity 47 Form 2 [all …]
|
/Linux-v5.15/LICENSES/dual/ |
D | Apache-2.0 | 41 "Source" form shall mean the preferred form for making modifications, 45 "Object" form shall mean any form resulting from mechanical transformation 46 or translation of a Source form, including but not limited to compiled 49 "Work" shall mean the work of authorship, whether in Source or Object form, 54 "Derivative Works" shall mean any work, whether in Source or Object form, 67 purposes of this definition, "submitted" means any form of electronic, 85 in Source or Object form. 104 and in Source or Object form, provided that You meet the following 113 c. You must retain, in the Source form of any Derivative Works that You 115 from the Source form of the Work, excluding those notices that do not [all …]
|
D | CDDL-1.0 | 32 1.4. "Executable" means the Covered Software in any form other than 48 1.9. "Modifications" means the Source Code and Executable form of 61 1.10. "Original Software" means the Source Code and Executable form 70 1.12. "Source Code" means (a) the common form of computer software 161 available in Executable form must also be made available in Source 162 Code form and that Source Code form must be distributed only under 164 with every copy of the Source Code form of the Covered Software You 166 of any such Covered Software in Executable form as to how they can 167 obtain such Covered Software in Source Code form in a reasonable 191 Source Code form that alters or restricts the applicable version of [all …]
|
/Linux-v5.15/lib/reed_solomon/ |
D | decode_rs.c | 48 /* The syndrome is in index form, 59 /* form the syndromes; i.e., evaluate data(x) at roots of 91 /* Convert syndromes to index form, checking for nonzero condition */ 135 /* Compute discrepancy at the r-th step in poly-form */ 145 discr_r = index_of[discr_r]; /* Index form */ 181 /* Convert lambda to index form and compute deg(lambda(x)) */ 216 /* store root (index-form) and error location number */ 234 * x**nroots). in index form. Also find deg(omega). 248 * Compute error values in poly-form. num1 = omega(inv(X(l))), num2 = 249 * inv(X(l))**(fcr-1) and den = lambda_pr(inv(X(l))) all in poly-form
|
D | reed_solomon.c | 62 * @fcr: first root of RS code generator polynomial, index form 130 /* prim-th root of 1, index form */ in codec_init() 133 /* Form RS code generator polynomial from its roots */ in codec_init() 151 /* convert rs->genpoly[] to index form for quicker encoding */ in codec_init() 208 * in index form 283 * in index form 303 * in index form 343 * @s: syndrome data field, must be in index form 396 * @s: syndrome data field, must be in index form
|
/Linux-v5.15/arch/powerpc/xmon/ |
D | ppc-opc.c | 138 /* The BA field in an XL form instruction. */ 140 /* The BI field in a B form or XL form instruction. */ 145 /* The BA field in an XL form instruction when it must be the same 150 /* The BB field in an XL form instruction. */ 155 /* The BB field in an XL form instruction when it must be the same 158 /* The VB field in a VX form instruction when it must be the same 163 /* The BD field in a B form instruction. The lower two bits are 168 /* The BD field in a B form instruction when absolute addressing is 173 /* The BD field in a B form instruction when the - modifier is used. 179 /* The BD field in a B form instruction when the - modifier is used [all …]
|
/Linux-v5.15/include/linux/ |
D | rslib.h | 26 * @fcr: First consecutive root, index form 27 * @prim: Primitive element, index form 28 * @iprim: prim-th root of 1, index form 92 * in index form
|
/Linux-v5.15/drivers/crypto/caam/ |
D | pkc_desc.c | 26 /* Descriptor for RSA Private operation - Private Key Form #1 */ 39 /* Descriptor for RSA Private operation - Private Key Form #2 */ 56 /* Descriptor for RSA Private operation - Private Key Form #3 */
|
/Linux-v5.15/tools/memory-model/scripts/ |
D | newlitmushist.sh | 44 # Form full list of litmus tests with no more than the specified 49 # Form list of new tests. Note: This does not handle litmus-test deletion! 52 # Form list of litmus tests that have changed since the last run.
|
/Linux-v5.15/drivers/scsi/mpt3sas/ |
D | mpt3sas_config.c | 175 ioc_info(ioc, "%s: %s(%d), action(%d), form(0x%08x), smid(%d)\n", in _config_display_some_debug() 1053 * @form: GET_NEXT_HANDLE or HANDLE 1062 u32 form, u32 handle) in mpt3sas_config_get_sas_device_pg0() argument 1080 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_sas_device_pg0() 1094 * @form: GET_NEXT_HANDLE or HANDLE 1103 u32 form, u32 handle) in mpt3sas_config_get_sas_device_pg1() argument 1121 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_sas_device_pg1() 1135 * @form: GET_NEXT_HANDLE or HANDLE 1144 u32 form, u32 handle) in mpt3sas_config_get_pcie_device_pg0() argument 1162 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_pcie_device_pg0() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/leds/ |
D | leds-powernv.txt | 9 form of a sub-node. 13 in the form of string array.
|
/Linux-v5.15/drivers/net/ethernet/sfc/ |
D | vfdi.h | 12 * This file contains software structures used to form a two way 30 * follow the same form and be sent to the first event queue assigned 33 * The general form of the variable bits of VFDI events is: 58 * status, the PF driver will send an event of the form: 64 * send an event of the form:
|
/Linux-v5.15/arch/x86/math-emu/ |
D | reg_norm.S | 68 /* Convert the exponent to 80x87 form. */ 84 /* Convert the exponent to 80x87 form. */ 92 /* Convert the exponent to 80x87 form. */
|
/Linux-v5.15/Documentation/w1/slaves/ |
D | w1_ds2406.rst | 16 not supported. In TSOC-6 form, the DS2406 provides two switch outputs and 17 can be provided with power on a dedicated input. In TO-92 form, it provides
|
/Linux-v5.15/drivers/media/usb/pvrusb2/ |
D | pvrusb2-std.h | 13 // false. String is expected to be of the form: C1-x/y;C2-a/b where C1 and 21 // buffer. The formatted string is of a form that can be parsed by our
|
/Linux-v5.15/tools/perf/util/ |
D | rblist.h | 9 * create node structs of the form: 15 * create list structs of the form:
|
/Linux-v5.15/include/crypto/ |
D | ecc_curve.h | 12 * @x: X coordinate in vli form. 13 * @y: Y coordinate in vli form.
|
/Linux-v5.15/Documentation/networking/ |
D | ipsec.rst | 22 form. To clarify: If an IP datagram is sent non-compressed, no 32 original form without attempting compression. The numeric threshold
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/ |
D | microchip,sparx5.yaml | 34 - description: The Sparx5 pcb134 is a pizzabox form factor 41 - description: The Sparx5 pcb135 is a pizzabox form factor
|
/Linux-v5.15/scripts/ |
D | cc-version.sh | 4 # Print the compiler name and its version in a 5 or 6-digit form. 25 # Convert the version string x.y.z to a canonical 5 or 6-digit form.
|
D | ld-version.sh | 4 # Print the linker name and its version in a 5 or 6-digit form. 9 # Convert the version string x.y.z to a canonical 5 or 6-digit form.
|
/Linux-v5.15/Documentation/hwmon/ |
D | ibm-cffps.rst | 6 * IBM Common Form Factor power supply 13 This driver supports IBM Common Form Factor (CFF) power supplies. This driver
|
/Linux-v5.15/include/linux/sunrpc/ |
D | msg_prot.h | 92 * (Note that this record specification is NOT in XDR standard form!)" 175 * The prefix, "h1.h2.h3.h4", is the standard textual form for 194 * "x1:x2:x3:x4:x5:x6:x7:x8", is the standard textual form for
|
/Linux-v5.15/arch/m68k/fpsp040/ |
D | binstr.S | 18 | msb form a decimal digit. This process is iterated until 50 | d1: temp used to form the digit 114 beqs first_d |if non-zero, form byte & write
|
/Linux-v5.15/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic-msgr.txt | 10 block. The type shall be <string-list> and the value shall be of the form 36 may require aliases to be present. Aliases are of the form
|