Searched full:affine (Results 1 – 25 of 38) sorted by relevance
12
/Linux-v5.10/drivers/soc/fsl/qbman/ |
D | Kconfig | 41 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
|
D | bman_priv.h | 66 * which the portal affine to is not online yet.
|
D | bman.c | 221 /* probing time config params for cpu-affine portals */
|
D | qman.c | 987 /* probing time config params for cpu-affine portals */ 1098 * to the one whose affine portal it is waiting on.
|
/Linux-v5.10/include/soc/fsl/ |
D | qman.h | 898 * 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
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | ethernet-driver.rst | 107 frames, but must be affine to the CPUs for the purpose of traffic distribution. 122 affine DPIOs.
|
/Linux-v5.10/Documentation/admin-guide/hw-vuln/ |
D | l1tf.rst | 219 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
|
/Linux-v5.10/arch/xtensa/kernel/ |
D | irq.c | 188 pr_info_ratelimited("IRQ%u no longer affine to CPU%u\n", in migrate_irqs()
|
/Linux-v5.10/include/linux/ |
D | smp.h | 217 * - the task is CPU affine.
|
D | interrupt.h | 343 * cpu interrupts affine before the cpu becomes online.
|
/Linux-v5.10/arch/sh/kernel/ |
D | irq.c | 236 pr_info_ratelimited("IRQ%u no longer affine to CPU%u\n", in migrate_irqs()
|
/Linux-v5.10/lib/ |
D | bch.c | 573 * 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()
|
/Linux-v5.10/kernel/irq/ |
D | cpuhotplug.c | 169 pr_warn_ratelimited("IRQ %u: no longer affine to CPU%u\n", in irq_migrate_all_off_this_cpu()
|
/Linux-v5.10/crypto/ |
D | ecc.h | 37 * struct ecc_point - elliptic curve point in affine coordinates
|
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,gic-v3.yaml | 61 interrupt is affine to. The interrupt must be a PPI, and the node
|
/Linux-v5.10/Documentation/devicetree/bindings/arm/ |
D | cpu-capacity.txt | 29 * A "single-threaded" or CPU affine benchmark
|
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth.c | 2637 * affine DPIO. If not enough channels are available for all cores in dpaa2_eth_setup_dpio() 2638 * or if some cores don't have an affine DPIO, there will be no in dpaa2_eth_setup_dpio() 2649 "No affine channel for cpu %d and above\n", i); in dpaa2_eth_setup_dpio() 2665 dev_dbg(dev, "No affine DPIO for cpu %d\n", i); in dpaa2_eth_setup_dpio() 2666 /* If no affine DPIO for this core, there's probably in dpaa2_eth_setup_dpio() 2687 /* If we managed to allocate a channel and also found an affine in dpaa2_eth_setup_dpio() 2719 dev_err(dev, "No cpu with an affine DPIO/DPCON\n"); in dpaa2_eth_setup_dpio() 2756 dev_warn(dev, "No affine channel found for cpu %d\n", cpu); in dpaa2_eth_get_affine_channel()
|
D | dpaa2-eth.h | 521 /* Cores which have an affine DPIO/DPCON.
|
/Linux-v5.10/kernel/ |
D | umh.c | 145 * We need to create the usermodehelper kernel thread from a task that is affine
|
D | kthread.c | 404 * is affine to all CPUs.
|
/Linux-v5.10/drivers/crypto/caam/ |
D | qi.c | 743 * Enable the NAPI contexts on each of the core which has an affine in caam_qi_init()
|
/Linux-v5.10/drivers/soc/fsl/dpio/ |
D | dpio-service.c | 90 * Return the affine dpaa2_io service, or NULL if there is no service affined
|
/Linux-v5.10/drivers/perf/ |
D | arm_pmu.c | 503 * Reject CPU-affine events for CPUs that are of a different class to in armpmu_event_init()
|
/Linux-v5.10/lib/mpi/ |
D | ec.c | 673 /* Compute the affine coordinates from the projective coordinates in 1411 * not after conversion to affine coordinates. in mpi_ec_curve_point()
|
/Linux-v5.10/lib/crypto/ |
D | curve25519-fiat32.c | 770 * correspond to unary scalar multiplication in affine coordinates given in curve25519_generic() 780 * Specification of Montgomery curves in affine coordinates: in curve25519_generic()
|
12