/Linux-v5.10/arch/x86/mm/ |
D | mem_encrypt_boot.S | 29 * - intermediate copy buffer (PMD_PAGE_SIZE) 58 addq $PAGE_SIZE, %r8 /* Workarea intermediate copy buffer */ 85 * R8 - intermediate copy buffer 90 * memory space to an intermediate buffer and then copying from the 91 * intermediate buffer back to the encrypted memory space. The physical 131 movq %r8, %rdi /* Dest - intermediate copy buffer */ 135 movq %r8, %rsi /* Source - intermediate copy buffer */
|
/Linux-v5.10/Documentation/devicetree/bindings/cpufreq/ |
D | cpufreq-mediatek.txt | 8 "intermediate" - A parent of "cpu" clock which is used as "intermediate" clock 65 clock-names = "cpu", "intermediate"; 187 clock-names = "cpu", "intermediate"; 199 clock-names = "cpu", "intermediate"; 211 clock-names = "cpu", "intermediate"; 223 clock-names = "cpu", "intermediate";
|
/Linux-v5.10/arch/s390/crypto/ |
D | crc32be-vx.S | 50 * intermediate results with a single VECTOR GALOIS FIELD MULTIPLY instruction. 87 * V0: Initial CRC value and intermediate constants and results. 118 * the reduction constants in V0. The intermediate result is 163 * form an intermediate 96-bit value (with appended zeros) which is then 164 * XORed with the intermediate reduction result. 171 * intermediate result is then XORed with the product of the leftmost 201 * V2 and XOR the intermediate result, T2(x), with the value in V1.
|
D | crc32le-vx.S | 97 * V0: Initial CRC value and intermediate constants and results. 153 * the R1 and R2 reduction constants in V0. The intermediate result 215 * Implicitly, the intermediate leftmost product becomes padded 252 * CONST_RU_POLY is zero and, thus, the intermediate GF(2) product 262 * V2 and XOR the intermediate result, T2(x), with the value in V1.
|
/Linux-v5.10/Documentation/gpu/ |
D | todo.rst | 17 Intermediate: Tasks which need some experience with working in the DRM 39 Level: Intermediate 140 Level: Intermediate 194 Level: Intermediate 205 Level: Intermediate 231 Level: Intermediate 242 Level: Intermediate 298 Level: Intermediate 327 Level: Intermediate (mostly because it is a huge tasks without good partial 342 Level: Intermediate [all …]
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | kvm_pgtable.h | 146 * @addr: Intermediate physical address at which to place the mapping. 173 * @addr: Intermediate physical address from which to remove the mapping. 193 * @addr: Intermediate physical address from which to write-protect, 210 * @addr: Intermediate physical address to identify the page-table entry. 224 * @addr: Intermediate physical address to identify the page-table entry. 243 * @addr: Intermediate physical address to identify the page-table entry. 262 * @addr: Intermediate physical address to identify the page-table entry. 275 * @addr: Intermediate physical address from which to flush.
|
/Linux-v5.10/kernel/bpf/ |
D | lpm_trie.c | 18 /* Intermediate node */ 139 * An intermediate node will be turned into a 'real' node on demand. In the 147 * downwards. The last node in the traversal that is a non-intermediate one is 257 * artificially added intermediate one. in trie_lookup_elem() 343 * an intermediate node. in trie_update_elem() 413 /* Finally, assign the intermediate node to the determined spot */ in trie_update_elem() 480 * as intermediate and we are done. in trie_delete_elem() 488 /* If the parent of the node we are about to delete is an intermediate in trie_delete_elem() 490 * the intermediate parent as well and promote its other child in trie_delete_elem() 492 * intermediate nodes have exactly 2 children and that there are no in trie_delete_elem() [all …]
|
/Linux-v5.10/drivers/cpufreq/ |
D | mediatek-cpufreq.c | 235 * If the new voltage or the intermediate voltage is higher than the in mtk_cpufreq_set_target() 249 /* Reparent the CPU clock to intermediate clock. */ in mtk_cpufreq_set_target() 280 * If the new voltage is lower than the intermediate voltage or the in mtk_cpufreq_set_target() 328 inter_clk = clk_get(cpu_dev, "intermediate"); in mtk_cpu_dvfs_info_init() 331 pr_warn("intermediate clk for cpu%d not ready, retry.\n", in mtk_cpu_dvfs_info_init() 334 pr_err("failed to get intermediate clk for cpu%d\n", in mtk_cpu_dvfs_info_init() 371 /* Search a safe voltage for intermediate frequency. */ in mtk_cpu_dvfs_info_init() 375 pr_err("failed to get intermediate opp for cpu%d\n", cpu); in mtk_cpu_dvfs_info_init()
|
/Linux-v5.10/Documentation/userspace-api/media/dvb/ |
D | dvb-frontend-parameters.rst | 34 /* intermediate frequency in kHz for QPSK */ 45 intermediate frequency, i.e. the offset which is effectively added to 46 the local oscillator frequency (LOF) of the LNB. The intermediate
|
/Linux-v5.10/fs/squashfs/ |
D | Kconfig | 35 intermediate buffer and then memcopied it into the page cache. 39 If unsure, select "Decompress file data into an intermediate buffer" 42 bool "Decompress file data into an intermediate buffer" 44 Decompress file data into an intermediate buffer and then
|
D | page_actor.c | 14 * an intermediate buffer, and for decompressing directly into the 21 /* Implementation of page_actor for decompressing into intermediate buffer */
|
/Linux-v5.10/arch/m68k/fpsp040/ |
D | x_ovfl.S | 6 | Overflow occurs when a floating-point intermediate result is 20 | RN Infinity with the sign of the intermediate result. 22 | intermediate result.
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_cksum.h | 8 * Calculate the intermediate checksum for a buffer that has the CRC field 45 * Convert the intermediate checksum to the final ondisk format.
|
/Linux-v5.10/tools/testing/selftests/futex/ |
D | README | 28 implemented in header files, avoiding the need to compile intermediate object 37 results are printed to stdout, while intermediate ERROR or FAIL messages are
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-rf-tuner.rst | 14 converts that received signal to lower intermediate frequency (IF) or 83 intermediate frequency output or baseband output. Used when
|
/Linux-v5.10/drivers/media/dvb-frontends/ |
D | drxk_hard.h | 81 /* Intermediate power mode for DRXK, power down OFDM clock domain */ 86 /* Intermediate power mode for DRXK, power down core (sysclk) */ 91 /* Intermediate power mode for DRXK, power down pll (only osc runs) */
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | intel_pm.c | 1455 struct g4x_wm_state *intermediate = &new_crtc_state->wm.g4x.intermediate; in g4x_compute_intermediate_wm() local 1465 *intermediate = *optimal; in g4x_compute_intermediate_wm() 1467 intermediate->cxsr = false; in g4x_compute_intermediate_wm() 1468 intermediate->hpll_en = false; in g4x_compute_intermediate_wm() 1472 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm() 1474 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm() 1476 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm() 1479 intermediate->wm.plane[plane_id] = in g4x_compute_intermediate_wm() 1483 drm_WARN_ON(&dev_priv->drm, intermediate->wm.plane[plane_id] > in g4x_compute_intermediate_wm() 1487 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm() [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/mediatek/ |
D | mt8516.dtsi | 59 clock-names = "cpu", "intermediate"; 72 clock-names = "cpu", "intermediate"; 85 clock-names = "cpu", "intermediate"; 98 clock-names = "cpu", "intermediate", "armpll";
|
/Linux-v5.10/Documentation/staging/ |
D | crc32.rst | 123 This produces a 40-bit (rather than a 33-bit) intermediate remainder, 145 producing a 48-bit intermediate remainder. Rather than doing a single 159 leaves the low-order bits of the intermediate remainder zero, the
|
/Linux-v5.10/drivers/infiniband/core/ |
D | smi.c | 174 /* C14-9:2 -- intermediate hop */ in __smi_handle_dr_smp_recv() 276 /* C14-9:2 -- intermediate hop */ in __smi_check_forward_dr_smp() 289 /* C14-13:2 -- intermediate hop */ in __smi_check_forward_dr_smp()
|
/Linux-v5.10/net/packet/ |
D | Kconfig | 10 directly with network devices without an intermediate network
|
/Linux-v5.10/lib/ |
D | decompress_bunzip2.c | 103 /* Intermediate buffer and its size (in bytes) */ 481 and decoded them into the intermediate buffer. There are in get_next_block() 516 /* Undo burrows-wheeler transform on intermediate buffer to produce output. 539 Huffman-decoded a block into the intermediate buffer yet). */ in read_bunzip() 607 /* Refill the intermediate buffer by Huffman-decoding next in read_bunzip() 668 uncompressed data. Allocate intermediate buffer for block. */ in start_bunzip()
|
/Linux-v5.10/include/trace/events/ |
D | target.h | 124 { SAM_STAT_INTERMEDIATE, "INTERMEDIATE" }, \ 125 { SAM_STAT_INTERMEDIATE_CONDITION_MET, "INTERMEDIATE CONDITION MET" }, \
|
/Linux-v5.10/usr/ |
D | Kconfig | 150 It's compression ratio and speed is intermediate. Decompression speed 212 ZSTD is a compression algorithm targeting intermediate compression
|
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_display_types.h | 490 * don't bother calculating intermediate watermarks. 721 * Intermediate watermarks; these can be 727 struct intel_pipe_wm intermediate; member 747 /* intermediate watermarks (inverted) */ 748 struct vlv_wm_state intermediate; member 758 /* intermediate watermarks */ 759 struct g4x_wm_state intermediate; member 768 * safe intermediate watermarks to the optimal final
|