| /linux/arch/x86/mm/ |
| H A D | mem_encrypt_boot.S | 29 * - intermediate copy buffer (PMD_SIZE) 58 addq $PAGE_SIZE, %r8 /* Workarea intermediate copy buffer */ 89 * R8 - intermediate copy buffer 94 * memory space to an intermediate buffer and then copying from the 95 * intermediate buffer back to the encrypted memory space. The physical 135 movq %r8, %rdi /* Dest - intermediate copy buffer */ 139 movq %r8, %rsi /* Source - intermediate copy buffer */
|
| /linux/lib/crc/s390/ |
| H A D | crc32be-vx.c | 47 * intermediate results with a single VECTOR GALOIS FIELD MULTIPLY instruction. 75 * V0: Initial CRC value and intermediate constants and results. 101 * the reduction constants in V0. The intermediate result is in crc32_be_vgfm_16() 130 * form an intermediate 96-bit value (with appended zeros) which is then in crc32_be_vgfm_16() 131 * XORed with the intermediate reduction result. in crc32_be_vgfm_16() 138 * intermediate result is then XORed with the product of the leftmost in crc32_be_vgfm_16() 159 * with zero to not contribute to the intermediate results. in crc32_be_vgfm_16() 168 * V2 and XOR the intermediate result, T2(x), with the value in V1. in crc32_be_vgfm_16()
|
| H A D | crc32le-vx.c | 86 * V0: Initial CRC value and intermediate constants and results. 126 * the R1 and R2 reduction constants in V0. The intermediate in crc32_le_vgfm_generic() 176 * Implicitly, the intermediate leftmost product becomes padded in crc32_le_vgfm_generic() 213 * CONST_RU_POLY is zero and, thus, the intermediate GF(2) product in crc32_le_vgfm_generic() 223 * V2 and XOR the intermediate result, T2(x), with the value in V1. in crc32_le_vgfm_generic()
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_pm.h | 38 * @IPC_MEM_HOST_PM_ACTIVE_WAIT: Intermediate state before going to 40 * @IPC_MEM_HOST_PM_SLEEP_WAIT_IDLE: Intermediate state to wait for idle 42 * @IPC_MEM_HOST_PM_SLEEP_WAIT_D3: Intermediate state to wait for D3 46 * @IPC_MEM_HOST_PM_SLEEP_WAIT_EXIT_SLEEP: Intermediate state before exiting 70 * @IPC_MEM_DEV_PM_ACTIVE_WAIT: Local intermediate states.
|
| /linux/kernel/bpf/ |
| H A D | lpm_trie.c | 21 /* Intermediate node */ 142 * An intermediate node will be turned into a 'real' node on demand. In the 150 * downwards. The last node in the traversal that is a non-intermediate one is 272 * artificially added intermediate one. in trie_lookup_elem() 358 * an intermediate node. in trie_update_elem() 443 /* Finally, assign the intermediate node to the determined slot */ in trie_update_elem() 508 * as intermediate and we are done. in trie_delete_elem() 516 /* If the parent of the node we are about to delete is an intermediate in trie_delete_elem() 518 * the intermediate parent as well and promote its other child in trie_delete_elem() 520 * intermediate node in trie_delete_elem() [all...] |
| /linux/Documentation/power/powercap/ |
| H A D | dtpm.rst | 115 hierarchically. There is one root node, all intermediate nodes are 116 grouping the child nodes which can be intermediate nodes also or real 119 The intermediate nodes aggregate the power information and allows to 130 intermediate node, then the power consumption will be the sum of all 197 Alternatively, if the node to be inserted is an intermediate one, then
|
| /linux/drivers/crypto/intel/keembay/ |
| H A D | ocs-hcu.h | 48 * struct ocs_hcu_idata - Intermediate data generated by the HCU. 52 * contain the actual hash digest. Otherwise it is the intermediate 64 * @idata: The current intermediate data.
|
| H A D | ocs-hcu.c | 229 * ocs_hcu_get_intermediate_data() - Get intermediate data. 231 * @data: Where to store the intermediate. 237 * Note: once all data has been processed, the intermediate data actually 279 * ocs_hcu_set_intermediate_data() - Set intermediate data. 281 * @data: The intermediate data to be set. 463 * intermediate results, in ocs_hcu_get_intermediate_data(). in ocs_hcu_ll_dma_start()
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A 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/tools/testing/selftests/net/ |
| H A D | bareudp.sh | 7 # UDP, without adding any intermediate header. This scripts tests several 24 # * NS1 and NS2 are the intermediate namespaces. They use a bareudp device to 167 # * prepare the ingress qdiscs in the intermediate namespaces. 191 # * route these IP addresses via the intermediate namespaces (for the MPLS 193 # * add routes for these IP addresses (or MPLS labels) in the intermediate 207 # Route the overlay addresses in the intermediate namespaces 223 # Route the overlay addresses in the intermediate namespaces 239 # Route the MPLS packets in the intermediate namespaces 362 # Create the bareudp devices in the intermediate namespaces
|
| /linux/fs/squashfs/ |
| H A 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
|
| H A D | page_actor.c | 16 * an intermediate buffer, and for decompressing directly into the 23 /* Implementation of page_actor for decompressing into intermediate buffer */
|
| /linux/Documentation/devicetree/bindings/interconnect/ |
| H A D | mediatek,cci.yaml | 34 A parent of "bus" clock which is used as an intermediate clock source 41 - const: intermediate 75 clock-names = "cci", "intermediate";
|
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_pgtable.h | 594 * @addr: Intermediate physical address at which to place the mapping. 628 * @addr: Base intermediate physical address to annotate. 647 * @addr: Intermediate physical address from which to remove the mapping. 667 * @addr: Intermediate physical address from which to write-protect, 684 * @addr: Intermediate physical address to identify the page-table entry. 699 * @addr: Intermediate physical address to identify the page-table entry. 721 * @addr: Intermediate physical address to identify the page-table entry. 744 * @addr: Intermediate physical address from which to flush. 758 * @addr: Intermediate physical address from which to split. 841 * @addr: The base Intermediate physical address from which to invalidate
|
| /linux/arch/m68k/fpsp040/ |
| H A 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/drivers/net/ethernet/intel/ice/ |
| H A D | ice_protocol_type.h | 10 * Therefore, up to 5 recipes can provide intermediate results to another one 11 * through chaining, e.g. recipes 0, 1, 2, 3 and 4 can provide intermediate 18 * intermediate results. 22 /* Total max recipes in chain recipe (including intermediate results) */ 27 * can be programmed for lookup is 5 * 5 (not including intermediate results).
|
| /linux/fs/xfs/libxfs/ |
| H A 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/tools/testing/selftests/futex/ |
| H A 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/drivers/cpufreq/ |
| H A D | mediatek-cpufreq.c | 250 * If the new voltage or the intermediate voltage is higher than the in mtk_cpufreq_set_target() 264 /* Reparent the CPU clock to intermediate clock. */ in mtk_cpufreq_set_target() 293 * If the new voltage is lower than the intermediate voltage or the in mtk_cpufreq_set_target() 412 info->inter_clk = clk_get(cpu_dev, "intermediate"); in mtk_cpu_dvfs_info_init() 416 "cpu%d: failed to get intermediate clk\n", cpu); in mtk_cpu_dvfs_info_init() 488 /* Search a safe voltage for intermediate frequency. */ in mtk_cpu_dvfs_info_init() 493 "cpu%d: failed to get intermediate opp\n", cpu); in mtk_cpu_dvfs_info_init()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A 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
|
| H A D | pixfmt-reserved.rst | 239 It remains an opaque intermediate format and the MDP hardware must be 247 It is an opaque intermediate format. The used compression is lossless 257 It is an opaque intermediate format. The used compression is lossless
|
| /linux/drivers/media/dvb-frontends/ |
| H A 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/Documentation/staging/ |
| H A 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/drivers/infiniband/core/ |
| H A 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/lib/ |
| H A D | decompress_bunzip2.c | 103 /* Intermediate buffer and its size (in bytes) */ 482 and decoded them into the intermediate buffer. There are in get_next_block() 517 /* Undo burrows-wheeler transform on intermediate buffer to produce output. 540 Huffman-decoded a block into the intermediate buffer yet). */ in read_bunzip() 608 /* Refill the intermediate buffer by Huffman-decoding next in read_bunzip() 669 uncompressed data. Allocate intermediate buffer for block. */ in start_bunzip()
|