| /linux/scripts/coccinelle/misc/ |
| H A D | array_size_dup.cocci | 5 /// 1. An opencoded expression is used before array_size() to compute the same size 6 /// 2. An opencoded expression is used after array_size() to compute the same size 43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line) 51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line) 72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line) 80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line) 108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line) 116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line) 138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line) 146 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line) [all …]
|
| /linux/Documentation/arch/x86/ |
| H A D | topology.rst | 100 AMDs nomenclature for a CMT core is "Compute Unit". The kernel always uses 108 AMDs nomenclature for CMT threads is "Compute Unit Core". The kernel always 244 `cu_id` (Compute Unit ID) to detect CPUs that share the compute units. 310 the shifts from the APIC ID required to compute the Core ID. 372 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0 373 -> [Compute Unit Core 1] -> Linux CPU 1 374 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 2 375 -> [Compute Unit Core 1] -> Linux CPU 3 413 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0 414 -> [Compute Unit Core 1] -> Linux CPU 1 [all …]
|
| /linux/tools/perf/pmu-events/arch/s390/cf_z16/ |
| H A D | pai_crypto.json | 727 "BriefDescription": "PCC COMPUTE LAST BLOCK CMAC USING DEA", 728 "PublicDescription": "PCC-Compute-Last-Block-CMAC-Using-DEA function ending with CC=0" 734 "BriefDescription": "PCC COMPUTE LAST BLOCK CMAC USING TDEA 128", 735 "PublicDescription": "PCC-Compute-Last-Block-CMAC-Using-TDEA-128 function ending with CC=0" 741 "BriefDescription": "PCC COMPUTE LAST BLOCK CMAC USING TDEA 192", 742 "PublicDescription": "PCC-Compute-Last-Block-CMAC-Using-TDEA-192 function ending with CC=0" 748 "BriefDescription": "PCC COMPUTE LAST BLOCK CMAC USING ENCRYPTED DEA", 749 "PublicDescription": "PCC-Compute-Last-Block-CMAC-Using-Encrypted-DEA function ending with CC=0" 755 "BriefDescription": "PCC COMPUTE LAST BLOCK CMAC USING ENCRYPTED TDEA 128", 756 …"PublicDescription": "PCC-Compute-Last-Block-CMAC-Using-Encrypted-TDEA-128 function ending with CC… [all …]
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_ccs_mode.c | 32 * For example, if there are four compute slices available, the in __xe_gt_apply_ccs_mode() 33 * assignment of compute slices to compute engines would be, in __xe_gt_apply_ccs_mode() 121 xe_gt_dbg(gt, "Can't change compute mode when running as %s\n", in ccs_mode_store() 136 xe_gt_dbg(gt, "Invalid compute config, %d engines %d slices\n", in ccs_mode_store() 145 xe_gt_dbg(gt, "Rejecting compute mode change as there are active drm clients\n"); in ccs_mode_store() 150 xe_gt_info(gt, "Setting compute mode to %d\n", num_engines); in ccs_mode_store() 181 * number of compute hardware engines to which the available compute slices 184 * The number of available compute slices is exposed to user through a per-gt
|
| /linux/Documentation/gpu/ |
| H A D | drm-compute.rst | 2 Long running workloads and compute 5 Long running workloads (compute) are workloads that will not complete in 10 10 Some hardware may schedule compute jobs, and have no way to pre-empt them, or 16 As with normal compute jobs, dma-fence may not be used at all. In this case, 18 from the long compute job's address space on unbind immediately, not even 26 The first approach you will likely try is to pin all buffers used by compute. 34 older compute jobs to start a new one.
|
| /linux/tools/perf/pmu-events/arch/s390/cf_z17/ |
| H A D | pai_crypto.json | 727 "BriefDescription": "PCC COMPUTE LAST BLOCK CMAC USING DEA", 728 "PublicDescription": "PCC-Compute-Last-Block-CMAC-Using-DEA function ending with CC=0" 734 "BriefDescription": "PCC COMPUTE LAST BLOCK CMAC USING TDEA 128", 735 "PublicDescription": "PCC-Compute-Last-Block-CMAC-Using-TDEA-128 function ending with CC=0" 741 "BriefDescription": "PCC COMPUTE LAST BLOCK CMAC USING TDEA 192", 742 "PublicDescription": "PCC-Compute-Last-Block-CMAC-Using-TDEA-192 function ending with CC=0" 748 "BriefDescription": "PCC COMPUTE LAST BLOCK CMAC USING ENCRYPTED DEA", 749 "PublicDescription": "PCC-Compute-Last-Block-CMAC-Using-Encrypted-DEA function ending with CC=0" 755 "BriefDescription": "PCC COMPUTE LAST BLOCK CMAC USING ENCRYPTED TDEA 128", 756 …"PublicDescription": "PCC-Compute-Last-Block-CMAC-Using-Encrypted-TDEA-128 function ending with CC… [all …]
|
| /linux/drivers/iommu/generic_pt/ |
| H A D | pt_log2.h | 13 /* Compute a */ 17 /* Compute a - 1 (aka all low bits set) */ 20 /* Compute a / b */ 25 * Compute: 33 /* Compute a % b */ 39 * Compute: 66 /* Compute a * b */
|
| /linux/drivers/iio/common/inv_sensors/ |
| H A D | inv_sensors_timestamp.c | 13 /* compute jitter, min and max following jitter in per mille */ 31 /* compute the mean of all stored values, use 0 as empty slot */ in inv_update_acc() 46 /* save chip parameters and compute min and max clock period */ in inv_sensors_timestamp_init() 146 /* update interrupt timestamp and compute chip and sensor periods */ in inv_sensors_timestamp_interrupt() 152 /* compute period: delta time divided by number of samples */ in inv_sensors_timestamp_interrupt() 157 /* no previous data, compute theoritical value from interrupt */ in inv_sensors_timestamp_interrupt() 188 * undertermined (depends when the change occures). So we compute the in inv_sensors_timestamp_apply_odr() 193 /* compute measured fifo period */ in inv_sensors_timestamp_apply_odr()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | network_helpers.h | 150 * csum_tcpudp_magic - compute IP pseudo-header checksum 152 * Compute the IPv4 pseudo header checksum. The helper can take a in csum_tcpudp_magic() 180 * csum_ipv6_magic - compute IPv6 pseudo-header checksum 182 * Compute the ipv6 pseudo header checksum. The helper can take a in csum_ipv6_magic() 214 * build_udp_v4_csum - compute UDP checksum for UDP over IPv4 in build_udp_v4_csum() 216 * Compute the checksum to embed in UDP header, composed of the sum of IP in build_udp_v4_csum() 235 * build_udp_v6_csum - compute UDP checksum for UDP over IPv6 in build_udp_v6_csum() 237 * Compute the checksum to embed in UDP header, composed of the sum of IPv6 in build_udp_v6_csum()
|
| /linux/lib/ |
| H A D | siphash.c | 112 * siphash_1u64 - compute 64-bit siphash PRF value of a u64 128 * siphash_2u64 - compute 64-bit siphash PRF value of 2 u64 149 * siphash_3u64 - compute 64-bit siphash PRF value of 3 u64 176 * siphash_4u64 - compute 64-bit siphash PRF value of 4 u64 312 * hsiphash_1u32 - compute 64-bit hsiphash PRF value of a u32 325 * hsiphash_2u32 - compute 32-bit hsiphash PRF value of 2 u32 342 * hsiphash_3u32 - compute 32-bit hsiphash PRF value of 3 u32 362 * hsiphash_4u32 - compute 32-bit hsiphash PRF value of 4 u32 454 * hsiphash_1u32 - compute 32-bit hsiphash PRF value of a u32 469 * hsiphash_2u32 - compute 32-bit hsiphash PRF value of 2 u32 [all …]
|
| H A D | bch.c | 30 * Call bch_encode to compute and store ecc parity bytes to a given buffer. 109 /* given its degree, compute a polynomial size in bytes */ 368 * compute 2t syndromes of ecc polynomial, i.e. ecc(a^j) for j=1..2t 386 /* compute v(a^j) for j=1 .. 2t-1 */ in compute_syndromes() 441 /* compute l[i+1] = max(l[i]->c[l[p]+2*(i-p]) */ in compute_error_locator_polynomial() 523 /* compute unique solution */ in solve_linear_system() 573 * compute root r of a degree 1 polynomial over GF(2^m) (returned as log(1/r)) 588 * compute roots of a degree 2 polynomial over GF(2^m) 605 * let u = sum(li.a^i) i=0..m-1; then compute r = sum(li.xi): in find_poly_deg2_roots() 619 /* reverse z=a/bX transformation and compute log(1/r) */ in find_poly_deg2_roots() [all …]
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-diff.txt | 92 --compute:: 95 diff.compute config option. See COMPARISON METHODS section for 113 Specify compute sorting column number. 0 means sorting by baseline 211 baseline/A compute/B compute/C samples 222 baseline/B compute/A compute/C samples 233 baseline/C compute/B compute/A samples
|
| /linux/Documentation/hwmon/ |
| H A D | fam15h_power.rst | 67 compute unit power accumulator sample period 76 the ratio of compute unit power accumulator sample period to the 80 max compute unit accumulated power which is indicated by 84 compute unit accumulated power which is indicated by 110 v. Calculate the average power consumption for a compute unit over
|
| /linux/Documentation/devicetree/bindings/arm/bcm/ |
| H A D | bcm2835.yaml | 22 - raspberrypi,4-compute-module 41 - raspberrypi,compute-module 59 - raspberrypi,3-compute-module 60 - raspberrypi,3-compute-module-lite
|
| /linux/tools/perf/ |
| H A D | builtin-diff.c | 113 COMPUTE_STREAM, /* After COMPUTE_MAX to avoid use current compute arrays */ 124 static int compute = COMPUTE_DELTA_ABS; variable 203 pr_debug("compute wdiff w1(%" PRId64 ") w2(%" PRId64 ")\n", in setup_compute_opt_wdiff() 217 if (compute == COMPUTE_WEIGHTED_DIFF) in setup_compute_opt() 350 switch (compute) { in formula_fprintf() 424 switch (compute) { in diff__process_sample_event() 690 if (compute == COMPUTE_CYCLES) { in hists__precompute() 701 switch (compute) { in hists__precompute() 938 if (compute == COMPUTE_CYCLES) in hists__process() 1209 if (compute == COMPUTE_STREAM) { in __cmd_diff() [all …]
|
| /linux/arch/xtensa/lib/ |
| H A D | strncpy_user.S | 94 sub a2, a11, a2 # compute strlen 149 sub a2, a11, a2 # compute strlen 156 sub a2, a11, a2 # compute strlen 164 sub a2, a11, a2 # compute strlen 174 sub a2, a11, a2 # compute strlen 200 sub a2, a11, a2 # compute strlen
|
| /linux/lib/raid6/ |
| H A D | mktables.c | 64 /* Compute multiplication table */ in main() 83 /* Compute vector multiplication table */ in main() 108 /* Compute power-of-2 table (exponent) */ in main() 127 /* Compute log-of-2 table */ in main() 147 /* Compute inverse table x^-1 == x^254 */ in main() 162 /* Compute inv(2^x + 1) (exponent-xor-inverse) table */ in main()
|
| /linux/Documentation/accel/ |
| H A D | introduction.rst | 7 The Linux compute accelerators subsystem is designed to expose compute 16 Typically, a compute accelerator will belong to one of the following 61 from trying to use an accelerator as a GPU, the compute accelerators will be 91 to expose both graphics and compute device char files should be handled by
|
| /linux/drivers/clk/ti/ |
| H A D | dpll44xx.c | 79 * omap4_dpll_lpmode_recalc - compute DPLL low-power setting 104 * omap4_dpll_regm4xen_recalc - compute DPLL rate, considering REGM4XEN bit 105 * @hw: pointer to the clock to compute the rate for 108 * Compute the output rate for the OMAP4 DPLL represented by @clk. 170 * First try to compute the DPLL configuration for in omap4_dpll_regm4xen_determine_rate()
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 8 Some platforms may have multiple types of memory attached to a compute 17 CPUs, they may still be local to one or more compute nodes relative to 18 other nodes. The following diagram shows one such example of two compute 19 nodes with local memory and a memory only node for each of compute node:: 22 | Compute Node 0 +-----+ Compute Node 1 |
|
| /linux/lib/crypto/x86/ |
| H A D | curve25519.h | 73 /* Compute the raw addition of f1 + f2 */ in fadd() 85 /* Step 1: Compute carry*38 */ in fadd() 114 /* Compute the raw subtraction of f1-f2 */ in fsub() 126 /* Step 1: Compute carry*38 */ in fsub() 158 /* Compute the raw multiplication: tmp <- src1 * src2 */ in fmul() 160 /* Compute src1[0] * src2 */ in fmul() 175 /* Compute src1[1] * src2 */ in fmul() 196 /* Compute src1[2] * src2 */ in fmul() 217 /* Compute src1[3] * src2 */ in fmul() 247 /* Step 1: Compute dst + carry == tmp_hi * 38 + tmp_lo */ in fmul() [all …]
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | pmu.c | 123 /* Compute SNC for PMU. */ in uncore_cha_snc() 125 pr_warning("Unexpected: unable to compute CHA number '%s'\n", pmu->name); in uncore_cha_snc() 137 // Compute the IMC SNC using lookup tables. in uncore_imc_snc() 159 /* Compute SNC for PMU. */ in uncore_imc_snc() 161 pr_warning("Unexpected: unable to compute IMC number '%s'\n", pmu->name); in uncore_imc_snc() 190 * Use NUMA topology to compute first CPU of the NUMA node, we want to in uncore_cha_imc_compute_cpu_adjust() 254 // Compute the new cpu map values or if not allocating, assert in gnr_uncore_cha_imc_adjust_cpumask_for_snc()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-vsp1-hgo.rst | 24 The HGO can compute histograms independently per channel, on the maximum of the 30 to compute three 64-bins histograms. RGB, YCbCr and HSV image formats are 33 channels to compute a single 64-bins histogram. Only the RGB image format is 35 - In *256 bins normal mode*, the HGO operates on the Y channel to compute a 38 channels to compute a single 256-bins histogram. Only the RGB image format is
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | vmcoreinfo.rst | 111 and it is widely used to compute contiguous memory. 141 The size of a nodemask_t type. Used to compute the number of online 147 User-space tools compute their values based on the offset of these 157 These values are used to check the memory type and to compute the 166 User-space tools compute required values based on the offset of these 172 Offset of the free_list's member. This value is used to compute the number 320 array. Used by tools to compute the number of free pages. 377 The kernel randomization offset. Used to compute the page offset. If 383 Currently unused by Makedumpfile. Used to compute the module virtual 422 The maximum number of bits for virtual addresses. Used to compute the [all …]
|
| /linux/tools/perf/tests/ |
| H A D | parse-metric.c | 141 TEST_ASSERT_VAL("failed to compute metric", in test_ipc() 160 TEST_ASSERT_VAL("failed to compute metric", in test_frontend() 178 TEST_ASSERT_VAL("failed to compute metric", in test_cache_miss_cycles() 221 TEST_ASSERT_VAL("failed to compute metric", in test_dcache_l2() 227 TEST_ASSERT_VAL("failed to compute metric", in test_dcache_l2() 261 TEST_ASSERT_VAL("failed to compute metric", in test_memory_bandwidth()
|