Home
last modified time | relevance | path

Searched full:affine (Results 1 – 25 of 94) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
DKconfig41 This requires the presence of cpu-affine portals, and performs
42 high-level API testing with them (whichever portal(s) are affine
55 This requires the presence of cpu-affine portals, and performs
56 high-level API testing with them (whichever portal(s) are affine to
Dbman_priv.h66 * which the portal affine to is not online yet.
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/
DKconfig41 This requires the presence of cpu-affine portals, and performs
42 high-level API testing with them (whichever portal(s) are affine
55 This requires the presence of cpu-affine portals, and performs
56 high-level API testing with them (whichever portal(s) are affine to
Dbman_priv.h66 * which the portal affine to is not online yet.
/kernel/linux/linux-6.6/include/crypto/
Decc_curve.h10 * struct ecc_point - elliptic curve point in affine coordinates
/kernel/linux/linux-5.10/include/soc/fsl/
Dqman.h898 * qman_affine_cpus - return a mask of cpus that have affine portals
904 * @cpu: the cpu whose affine portal is the subject of the query
906 * If @cpu is -1, the affine portal for the current CPU will be used. It is a
913 * qman_get_affine_portal - return the portal pointer affine to cpu
914 * @cpu: the cpu whose affine portal is the subject of the query
1146 * portal affine to the cpu portal on which this API is executed. If opts is
1159 * "Unplugs" this CGR object from the portal affine to the cpu on which this API
1160 * is executed. This must be excuted on the same affine portal on which it was
/kernel/linux/linux-6.6/include/soc/fsl/
Dqman.h899 * qman_affine_cpus - return a mask of cpus that have affine portals
905 * @cpu: the cpu whose affine portal is the subject of the query
907 * If @cpu is -1, the affine portal for the current CPU will be used. It is a
914 * qman_get_affine_portal - return the portal pointer affine to cpu
915 * @cpu: the cpu whose affine portal is the subject of the query
1147 * portal affine to the cpu portal on which this API is executed. If opts is
1160 * "Unplugs" this CGR object from the portal affine to the cpu on which this API
1161 * is executed. This must be excuted on the same affine portal on which it was
/kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dethernet-driver.rst107 frames, but must be affine to the CPUs for the purpose of traffic distribution.
122 affine DPIOs.
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dethernet-driver.rst107 frames, but must be affine to the CPUs for the purpose of traffic distribution.
122 affine DPIOs.
/kernel/linux/linux-6.6/arch/x86/crypto/
DKconfig206 Through two affine transforms,
228 Through two affine transforms,
Daria-aesni-avx-asm_64.S352 /* affine transformation for S2 */ \
354 /* affine transformation for S2 */ \
357 /* affine transformation for X2 */ \
359 /* affine transformation for X2 */ \
745 /* AES inverse affine and S2 combined:
760 /* X2 and AES forward affine combined:
776 /* AES affine: */
796 /* AES inverse affine: */
Dsm4-aesni-avx2-asm_64.S101 * Following four affine transform look-up tables are from work by
107 /* pre-SubByte affine transform, from SM4 field to AES field. */
113 /* post-SubByte affine transform, from AES field to SM4 field. */
Daria-aesni-avx2-asm_64.S384 /* affine transformation for S2 */ \
386 /* affine transformation for S2 */ \
389 /* affine transformation for X2 */ \
391 /* affine transformation for X2 */ \
779 /* AES inverse affine and S2 combined:
794 /* X2 and AES forward affine combined:
812 /* AES affine: */
824 /* AES inverse affine: */
Dsm4-aesni-avx-asm_64.S86 * Following four affine transform look-up tables are from work by
92 /* pre-SubByte affine transform, from SM4 field to AES field. */
98 /* post-SubByte affine transform, from AES field to SM4 field. */
/kernel/linux/linux-5.10/Documentation/admin-guide/hw-vuln/
Dl1tf.rst219 guests affine to one or more physical cores. The proper mechanism for
251 Interrupts can be made affine to logical CPUs. This is not universally
254 devices affine their interrupts to single CPUs or groups of CPUs per
260 Whether the interrupts with are affine to CPUs, which run untrusted
/kernel/linux/linux-6.6/Documentation/admin-guide/hw-vuln/
Dl1tf.rst219 guests affine to one or more physical cores. The proper mechanism for
251 Interrupts can be made affine to logical CPUs. This is not universally
254 devices affine their interrupts to single CPUs or groups of CPUs per
260 Whether the interrupts with are affine to CPUs, which run untrusted
/kernel/linux/linux-6.6/arch/xtensa/kernel/
Dirq.c186 pr_info_ratelimited("IRQ%u no longer affine to CPU%u\n", in migrate_irqs()
/kernel/linux/linux-5.10/arch/xtensa/kernel/
Dirq.c188 pr_info_ratelimited("IRQ%u no longer affine to CPU%u\n", in migrate_irqs()
/kernel/linux/linux-6.6/kernel/time/
Dtimeconv.c98 * [1] "Euclidean Affine Functions and Applications to Calendar in time64_to_tm()
/kernel/linux/linux-6.6/lib/
Dbch.c539 * 4 affine monic polynomial X^4+aX^2+bX+c over GF(2^m).
648 /* (X+a2)(X^3+a2X^2+b2X+c2) = X^4+aX^2+bX+c (affine) */ in find_poly_deg3_roots()
653 /* find the 4 roots of this affine polynomial */ in find_poly_deg3_roots()
684 /* use Y=1/X transformation to get an affine polynomial */ in find_poly_deg4_roots()
712 /* polynomial is already affine */ in find_poly_deg4_roots()
717 /* find the 4 roots of this affine polynomial */ in find_poly_deg4_roots()
/kernel/linux/linux-5.10/arch/sh/kernel/
Dirq.c236 pr_info_ratelimited("IRQ%u no longer affine to CPU%u\n", in migrate_irqs()
/kernel/linux/linux-5.10/include/linux/
Dsmp.h217 * - the task is CPU affine.
/kernel/linux/linux-5.10/lib/
Dbch.c573 * 4 affine monic polynomial X^4+aX^2+bX+c over GF(2^m).
682 /* (X+a2)(X^3+a2X^2+b2X+c2) = X^4+aX^2+bX+c (affine) */ in find_poly_deg3_roots()
687 /* find the 4 roots of this affine polynomial */ in find_poly_deg3_roots()
718 /* use Y=1/X transformation to get an affine polynomial */ in find_poly_deg4_roots()
746 /* polynomial is already affine */ in find_poly_deg4_roots()
751 /* find the 4 roots of this affine polynomial */ in find_poly_deg4_roots()
/kernel/linux/linux-6.6/drivers/rtc/
Dlib.c103 * [1] "Euclidean Affine Functions and Applications to Calendar in rtc_time64_to_tm()
/kernel/linux/linux-6.6/arch/sh/kernel/
Dirq.c239 pr_info_ratelimited("IRQ%u no longer affine to CPU%u\n", in migrate_irqs()

1234