| /kernel/uniproton/src/core/kernel/irq/ |
| D | prt_irq_internal.h | 58 struct TagHwiHandleForm *form; // 私有中断时为指向私有form数组的指针 member 97 struct TagHwiHandleForm *form = OsHwiHandleFormGet(irqNum); in OsHwiFuncSet() local 99 form->hook = hook; in OsHwiFuncSet() 105 struct TagHwiHandleForm *form = OsHwiHandleFormGet(irqNum); in OsHwiParaSet() local 107 form->param = arg; in OsHwiParaSet() 115 struct TagHwiHandleForm *form = OsHwiHandleFormGet(irqNum); in OsHwiFuncGet() local 117 return form->hook; in OsHwiFuncGet() 123 struct TagHwiHandleForm *form = OsHwiHandleFormGet(irqNum); in OsHwiParaGet() local 125 return form->param; in OsHwiParaGet() 134 struct TagHwiHandleForm *form = NULL; in OsHwiHandleActive() local [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| D | copyleft-next-0.3.1 | 72 You may Distribute an Object Code form of a Covered Work, provided that 174 "Corresponding Source" of a Covered Work in Object Code form means (i) 175 the Source Code form of the Covered Work; (ii) all scripts, 224 "Object Code" means any form of a work that is not Source Code. 233 form of a Covered Work. 235 "Source Code" means the preferred form of a work for making
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/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() 1043 * @form: GET_NEXT_HANDLE or HANDLE 1052 u32 form, u32 handle) in mpt3sas_config_get_sas_device_pg0() argument 1070 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_sas_device_pg0() 1084 * @form: GET_NEXT_HANDLE or HANDLE 1093 u32 form, u32 handle) in mpt3sas_config_get_sas_device_pg1() argument 1111 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_sas_device_pg1() 1125 * @form: GET_NEXT_HANDLE or HANDLE 1134 u32 form, u32 handle) in mpt3sas_config_get_pcie_device_pg0() argument 1152 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_pcie_device_pg0() [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | macb.txt | 9 Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb". 11 the Cadence GEM, or the generic form: "cdns,gem". 19 Or the generic form: "cdns,emac".
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
| D | leds-powernv.txt | 9 form of a sub-node. 13 in the form of string array.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/ |
| D | leds-powernv.txt | 9 form of a sub-node. 13 in the form of string array.
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| D | polyval-clmulni_asm.S | 130 * This macro computes p(x) mod g(x) where p(x) is in montgomery form and g(x) = 134 * product of two 128-bit polynomials in Montgomery form. We need to reduce it 135 * mod g(x). Also, since polynomials in Montgomery form have an "extra" factor 137 * Montgomery form, we need to remove one of these factors by dividing by x^128. 267 * If op1, op2 are in montgomery form, this computes the montgomery 268 * form of op1*op2.
|