/Linux-v6.6/scripts/coccinelle/misc/ |
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-v6.6/drivers/accel/ |
D | Kconfig | 5 # This framework provides support for compute acceleration devices, such 14 Framework for device drivers of compute acceleration devices, such 19 This framework is integrated with the DRM subsystem as compute
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | metafmt-vsp1-hgo.rst | 23 The HGO can compute histograms independently per channel, on the maximum of the 29 to compute three 64-bins histograms. RGB, YCbCr and HSV image formats are 32 channels to compute a single 64-bins histogram. Only the RGB image format is 34 - In *256 bins normal mode*, the HGO operates on the Y channel to compute a 37 channels to compute a single 256-bins histogram. Only the RGB image format is
|
/Linux-v6.6/arch/xtensa/lib/ |
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-v6.6/arch/arm64/boot/dts/rockchip/ |
D | rk3588-edgeble-neu6a-io.dts | 12 compatible = "edgeble,neural-compute-module-6a-io", 13 "edgeble,neural-compute-module-6a", "rockchip,rk3588";
|
D | rk3588-edgeble-neu6b-io.dts | 12 compatible = "edgeble,neural-compute-module-6b-io", 13 "edgeble,neural-compute-module-6b", "rockchip,rk3588";
|
D | rk3588-edgeble-neu6a.dtsi | 7 compatible = "edgeble,neural-compute-module-6a", "rockchip,rk3588";
|
/Linux-v6.6/tools/perf/ |
D | builtin-diff.c | 123 static int compute = COMPUTE_DELTA_ABS; variable 218 if (compute == COMPUTE_WEIGHTED_DIFF) in setup_compute_opt() 351 switch (compute) { in formula_fprintf() 425 switch (compute) { in diff__process_sample_event() 705 if (compute == COMPUTE_CYCLES) { in hists__precompute() 716 switch (compute) { in hists__precompute() 953 if (compute == COMPUTE_CYCLES) in hists__process() 1224 if (compute == COMPUTE_STREAM) { in __cmd_diff() 1234 if (compute == COMPUTE_STREAM) in __cmd_diff() 1268 OPT_CALLBACK('c', "compute", &compute, [all …]
|
/Linux-v6.6/Documentation/hwmon/ |
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-v6.6/Documentation/admin-guide/kdump/ |
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 432 These values are used to compute the number of nodes the crashed kernel used. [all …]
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-max9611 | 5 Description: The value of the shunt resistor used to compute power drain on 12 Description: The value of the shunt resistor used to compute current flowing
|
D | sysfs-driver-habanalabs | 138 the MME compute engine. Writes to this parameter affect the 149 Description: Displays the current clock frequency, in Hz, of the MME compute 190 Soft-reset will reset only the compute and DMA engines of the 215 a compute-reset which is executed after a device release 229 the TPC compute engines. Writes to this parameter affect the 240 Description: Displays the current clock frequency, in Hz, of the TPC compute
|
/Linux-v6.6/tools/perf/Documentation/ |
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-v6.6/Documentation/driver-api/ |
D | dma-buf.rst | 239 * Long-running compute command buffers, while still using traditional end of 241 fences which get reattached when the compute job is rescheduled. 288 userspace is allowed to use userspace fencing or long running compute 311 faults on GPUs are limited to pure compute workloads. 314 compute side, like compute units or command submission engines. If both a 3D 315 job with a DMA fence and a compute workload using recoverable page faults are 318 - The 3D workload might need to wait for the compute job to finish and release 321 - The compute workload might be stuck in a page fault, because the memory 332 achieved through e.g. through dedicated engines and minimal compute unit 343 fences must complete before a compute job with page fault handling can be [all …]
|
/Linux-v6.6/Documentation/accel/ |
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-v6.6/arch/arm/boot/dts/rockchip/ |
D | rv1126-edgeble-neu2-io.dts | 13 compatible = "edgeble,neural-compute-module-2-io", 14 "edgeble,neural-compute-module-2", "rockchip,rv1126";
|
/Linux-v6.6/Documentation/gpu/amdgpu/ |
D | driver-core.rst | 67 This is the graphics and compute engine, i.e., the block that 89 This is the microcontroller that controls the compute queues on the 90 GFX/compute engine. 112 and compute queues on the GFX/compute engine. You can use it to
|
/Linux-v6.6/arch/arm64/boot/dts/qcom/ |
D | sm6350.dtsi | 1124 compute_noc: interconnect-compute-noc { 1125 compatible = "qcom,sm6350-compute-noc"; 1303 compute-cb@3 { 1304 compatible = "qcom,fastrpc-compute-cb"; 1309 compute-cb@4 { 1310 compatible = "qcom,fastrpc-compute-cb"; 1315 compute-cb@5 { 1316 compatible = "qcom,fastrpc-compute-cb"; 1563 compute-cb@1 { 1564 compatible = "qcom,fastrpc-compute-cb"; [all …]
|
D | sm6115.dtsi | 2343 compute-cb@3 { 2344 compatible = "qcom,fastrpc-compute-cb"; 2349 compute-cb@4 { 2350 compatible = "qcom,fastrpc-compute-cb"; 2355 compute-cb@5 { 2356 compatible = "qcom,fastrpc-compute-cb"; 2361 compute-cb@6 { 2362 compatible = "qcom,fastrpc-compute-cb"; 2367 compute-cb@7 { 2368 compatible = "qcom,fastrpc-compute-cb"; [all …]
|
D | sm8350.dtsi | 2107 compute-cb@1 { 2108 compatible = "qcom,fastrpc-compute-cb"; 2113 compute-cb@2 { 2114 compatible = "qcom,fastrpc-compute-cb"; 2119 compute-cb@3 { 2120 compatible = "qcom,fastrpc-compute-cb"; 2294 compatible = "qcom,sm8350-compute-noc"; 3320 compute-cb@3 { 3321 compatible = "qcom,fastrpc-compute-cb"; 3326 compute-cb@4 { [all …]
|
D | sm8150.dtsi | 1796 compatible = "qcom,sm8150-compute-noc"; 2180 compute-cb@1 { 2181 compatible = "qcom,fastrpc-compute-cb"; 2186 compute-cb@2 { 2187 compatible = "qcom,fastrpc-compute-cb"; 2192 compute-cb@3 { 2193 compatible = "qcom,fastrpc-compute-cb"; 3358 compute-cb@1 { 3359 compatible = "qcom,fastrpc-compute-cb"; 3364 compute-cb@2 { [all …]
|
/Linux-v6.6/drivers/gpu/drm/loongson/ |
D | lsdc_pixpll.h | 54 int (*compute)(struct lsdc_pixpll * const this, member
|
/Linux-v6.6/drivers/gpu/drm/panfrost/ |
D | TODO | 11 - Compute job support. So called 'compute only' jobs need to be plumbed up to
|
/Linux-v6.6/Documentation/admin-guide/mm/ |
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::
|
/Linux-v6.6/tools/memory-model/litmus-tests/ |
D | dep+plain.litmus | 9 * READ_ONCE(), and therefore using that data to compute the
|