/openbmc/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 */ 88 * R8 - intermediate copy buffer 93 * memory space to an intermediate buffer and then copying from the 94 * intermediate buffer back to the encrypted memory space. The physical 134 movq %r8, %rdi /* Dest - intermediate copy buffer */ 138 movq %r8, %rsi /* Source - intermediate copy buffer */
|
/openbmc/linux/arch/s390/crypto/ |
H A D | crc32be-vx.S | 50 * intermediate results with a single VECTOR GALOIS FIELD MULTIPLY instruction. 88 * V0: Initial CRC value and intermediate constants and results. 119 * the reduction constants in V0. The intermediate result is 164 * form an intermediate 96-bit value (with appended zeros) which is then 165 * XORed with the intermediate reduction result. 172 * intermediate result is then XORed with the product of the leftmost 193 * with zero to not contribute to the intermediate results. 202 * V2 and XOR the intermediate result, T2(x), with the value in V1.
|
H A D | crc32le-vx.S | 99 * V0: Initial CRC value and intermediate constants and results. 155 * the R1 and R2 reduction constants in V0. The intermediate result 217 * Implicitly, the intermediate leftmost product becomes padded 254 * CONST_RU_POLY is zero and, thus, the intermediate GF(2) product 264 * V2 and XOR the intermediate result, T2(x), with the value in V1.
|
/openbmc/linux/Documentation/devicetree/bindings/cpufreq/ |
H A D | cpufreq-mediatek.txt | 8 "intermediate" - A parent of "cpu" clock which is used as "intermediate" clock 72 clock-names = "cpu", "intermediate"; 194 clock-names = "cpu", "intermediate"; 206 clock-names = "cpu", "intermediate"; 218 clock-names = "cpu", "intermediate"; 230 clock-names = "cpu", "intermediate";
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | GPL-3.0-with-GCC-exception | 18 … any format that is used as a compiler intermediate representation, or used for producing a compil… 19 The "Compilation Process" transforms code entirely represented in non-intermediate languages design… 20 …C. For example, using non-GPL-compatible Software to optimize any GCC intermediate representations…
|
/openbmc/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.
|
/openbmc/linux/Documentation/gpu/ |
H A D | todo.rst | 17 Intermediate: Tasks which need some experience with working in the DRM 42 Level: Intermediate 151 Level: Intermediate 221 Level: Intermediate 234 Level: Intermediate 269 Level: Intermediate 292 Level: Intermediate 338 Level: Intermediate 354 Level: Intermediate 368 Level: Intermediate [all …]
|
/openbmc/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
|
/openbmc/linux/kernel/bpf/ |
H A D | lpm_trie.c | 19 /* Intermediate node */ 140 * An intermediate node will be turned into a 'real' node on demand. In the 148 * downwards. The last node in the traversal that is a non-intermediate one is 262 * artificially added intermediate one. in trie_lookup_elem() 352 * an intermediate node. in trie_update_elem() 439 /* Finally, assign the intermediate node to the determined slot */ in trie_update_elem() 502 * as intermediate and we are done. in trie_delete_elem() 510 /* If the parent of the node we are about to delete is an intermediate in trie_delete_elem() 512 * the intermediate parent as well and promote its other child in trie_delete_elem() 514 * intermediate nodes have exactly 2 children and that there are no in trie_delete_elem() [all …]
|
/openbmc/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.
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | i9xx_wm.c | 1201 struct g4x_wm_state *intermediate = &new_crtc_state->wm.g4x.intermediate; in g4x_compute_intermediate_wm() local 1208 *intermediate = *optimal; in g4x_compute_intermediate_wm() 1210 intermediate->cxsr = false; in g4x_compute_intermediate_wm() 1211 intermediate->hpll_en = false; in g4x_compute_intermediate_wm() 1215 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm() 1217 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm() 1219 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm() 1222 intermediate->wm.plane[plane_id] = in g4x_compute_intermediate_wm() 1226 drm_WARN_ON(&dev_priv->drm, intermediate->wm.plane[plane_id] > in g4x_compute_intermediate_wm() 1230 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm() [all …]
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | query_param_test.cpp | 422 crow::Response intermediate; in TEST() local 423 intermediate.result(boost::beast::http::status::ok); in TEST() 427 propogateError(finalRes, intermediate); in TEST() 444 crow::Response intermediate; in TEST() local 445 intermediate.result(boost::beast::http::status::internal_server_error); in TEST() 446 intermediate.jsonValue = root; in TEST() 451 propogateError(final, intermediate); in TEST() 458 EXPECT_EQ(intermediate.jsonValue, R"({})"_json); in TEST() 465 crow::Response intermediate; in TEST() local 466 intermediate.result(boost::beast::http::status::internal_server_error); in TEST() [all …]
|
/openbmc/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
|
/openbmc/qemu/tests/uefi-test-tools/ |
H A D | Makefile | 23 # Preserve all intermediate targets if the build succeeds. 24 # - Intermediate targets help with development & debugging. 25 # - Preserving intermediate targets also keeps spurious changes out of the 27 # to the UEFI source code. Normally, the intermediate files would have been
|
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/ |
H A D | CVE-2023-3758.patch | 4 Subject: [PATCH] ad-gpo: use hash to store intermediate results 6 Currently after the evaluation of a single GPO file the intermediate 12 request might overwrite the cache object with intermediate data while 14 result will do this decision based on intermediate data. 16 To avoid this the intermediate results are not stored in the cache
|
/openbmc/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 187 # * prepare the ingress qdiscs in the intermediate namespaces. 215 # * route these IP addresses via the intermediate namespaces (for the MPLS 217 # * add routes for these IP addresses (or MPLS labels) in the intermediate 231 # Route the overlay addresses in the intermediate namespaces 238 # The intermediate namespaces don't have routes for the reverse path, 255 # Route the overlay addresses in the intermediate namespaces 271 # Route the MPLS packets in the intermediate namespaces 394 # Create the bareudp devices in the intermediate namespaces
|
/openbmc/linux/Documentation/devicetree/bindings/interconnect/ |
H A D | mediatek,cci.yaml | 29 A parent of "bus" clock which is used as an intermediate clock source 36 - const: intermediate 70 clock-names = "cci", "intermediate";
|
/openbmc/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
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 257 | 277 - intermediate: This tests a job that fails mid-process and produces 304 if failure == 'intermediate': 351 if failure == 'intermediate': 360 # Note: when `failure` is 'intermediate', this isn't called. 386 if bsync_mode == 'always' and failure == 'intermediate': 432 expected_match=failure != 'intermediate') 520 for failure in ("simulated", "intermediate", None): 525 for failure in ('simulated', 'intermediate', None):
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | kvm_pgtable.h | 509 * @addr: Intermediate physical address at which to place the mapping. 543 * @addr: Base intermediate physical address to annotate. 562 * @addr: Intermediate physical address from which to remove the mapping. 582 * @addr: Intermediate physical address from which to write-protect, 599 * @addr: Intermediate physical address to identify the page-table entry. 614 * @addr: Intermediate physical address to identify the page-table entry. 636 * @addr: Intermediate physical address to identify the page-table entry. 657 * @addr: Intermediate physical address from which to flush. 671 * @addr: Intermediate physical address from which to split. 754 * @addr: The base Intermediate physical address from which to invalidate
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | lto.inc | 39 # object files that contain both the intermediate 44 # ensures that libraries participate in LTO by supplying intermediate
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-gpu.rst | 63 are translated into an intermediate representation (see `Gallium3D`_). The 64 intermediate representation is communicated to the host and the 65 `virglrenderer`_ library on the host translates the intermediate
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | mt7623.dtsi | 33 clock-names = "cpu", "intermediate"; 43 clock-names = "cpu", "intermediate"; 53 clock-names = "cpu", "intermediate"; 63 clock-names = "cpu", "intermediate";
|
/openbmc/linux/drivers/devfreq/ |
H A D | mtk-cci-devfreq.c | 172 /* switch the cci clock to intermediate clock source. */ in mtk_ccifreq_target() 196 * If the new voltage is lower than the intermediate voltage or the in mtk_ccifreq_target() 273 drv->inter_clk = devm_clk_get(dev, "intermediate"); in mtk_ccifreq_probe() 277 "failed to get intermediate clk\n"); in mtk_ccifreq_probe() 331 dev_err(dev, "failed to get intermediate opp: %d\n", ret); in mtk_ccifreq_probe()
|
/openbmc/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.
|