Home
last modified time | relevance | path

Searched refs:isolation (Results 1 – 25 of 85) sorted by relevance

1234

/linux-6.15/Documentation/devicetree/bindings/bus/
H A Dst,stm32mp25-rifsc.yaml7 title: STM32 Resource isolation framework security controller
13 Resource isolation framework (RIF) is a comprehensive set of hardware blocks
14 designed to enforce and manage isolation of STM32 hardware resources like
19 - RISC registers associated with RISUP logic (resource isolation device unit
22 - RIMC registers: associated with RIMU logic (resource isolation master
28 - RISC registers associated with RISAL logic (resource isolation device unit
/linux-6.15/Documentation/gpu/amdgpu/
H A Dprocess-isolation.rst7 The AMDGPU driver includes a feature that enables automatic process isolation on the graphics engin…
14 …ow users to manually execute the cleaner shader and control the process isolation feature, respect…
19isolation and automatic shader cleanup between processes. On GPUs that support graphics engine par…
21 Example of enabling enforce isolation on a GPU with multiple partitions:
29 The output indicates that enforce isolation is enabled on zeroth and second parition and disabled o…
42 … to clean up the LDS and GPR state on the graphics engine. When process isolation is enabled, this…
H A Dindex.rst19 process-isolation
/linux-6.15/Documentation/devicetree/bindings/soc/ti/
H A Dwkup-m3-ipc.yaml38 isolation is activated. Those pins have pad control registers prefixed by
41 IO isolation is active.
84 ti,set-io-isolation:
88 the CM3 firmware to activate IO isolation when suspending to deep sleep.
101 ti,set-io-isolation: false
141 * will be disabled to save power when IO isolation is active. Note that
170 ti,set-io-isolation;
/linux-6.15/drivers/s390/net/
H A Dqeth_core_sys.c411 switch (card->options.isolation) { in qeth_dev_isolation_show()
427 enum qeth_ipa_isolation_modes isolation; in qeth_dev_isolation_store() local
440 isolation = ISOLATION_MODE_NONE; in qeth_dev_isolation_store()
442 isolation = ISOLATION_MODE_FWD; in qeth_dev_isolation_store()
444 isolation = ISOLATION_MODE_DROP; in qeth_dev_isolation_store()
451 rc = qeth_setadpparms_set_access_ctrl(card, isolation); in qeth_dev_isolation_store()
454 WRITE_ONCE(card->options.isolation, isolation); in qeth_dev_isolation_store()
462 static DEVICE_ATTR(isolation, 0644, qeth_dev_isolation_show,
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_engine_user.c263 unsigned int isolation; in intel_engines_driver_register() local
295 isolation = intel_engines_has_context_isolation(i915); in intel_engines_driver_register()
300 if ((isolation & bit) != expected) { in intel_engines_driver_register()
/linux-6.15/arch/arm/boot/dts/marvell/
H A Darmada-385-clearfog-gtr.dtsi50 47 - Control isolation of boot sensitive SAR signals
160 cf_gtr_isolation_pins: cf-gtr-isolation-pins {
479 sar-isolation-hog {
483 line-name = "sar-isolation";
/linux-6.15/drivers/net/can/peak_canfd/
H A DKconfig11 up to 12 Mbit/s. A galvanic isolation of the CAN ports protects the
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dxlnx,vcu.yaml12 LogicoreIP design to provide the isolation between processing system
/linux-6.15/drivers/clk/xilinx/
H A DKconfig8 Provides the driver to enable and disable the isolation between the
/linux-6.15/Documentation/admin-guide/hw-vuln/
H A Dindirect-target-selection.rst48 - IBPB isolation is affected on all ITS affected CPUs, and need a microcode
123 vmexit Equivalent to "=on" if the CPU is affected by guest/host isolation
155 guest/host isolation.
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dfsl,enetc.yaml11 supports virtualization/isolation based on PCIe Single Root IO Virtualization
/linux-6.15/Documentation/devicetree/bindings/soc/dove/
H A Dpmu.txt28 - marvell,pmu_iso_mask: specifies the mask value for PMU isolation register
/linux-6.15/Documentation/translations/zh_CN/security/
H A Dsnp-tdx-threat-model.rst49 …ion <https://www.amd.com/system/files/techdocs/sev-snp-strengthening-vm-isolation-with-integrity-p…
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c4308 amdgpu_sync_create(&adev->isolation[i].prev); in amdgpu_device_init()
4824 dma_fence_put(adev->isolation[i].spearhead); in amdgpu_device_fini_sw()
4825 amdgpu_sync_free(&adev->isolation[i].active); in amdgpu_device_fini_sw()
4826 amdgpu_sync_free(&adev->isolation[i].prev); in amdgpu_device_fini_sw()
6972 struct amdgpu_isolation *isolation = &adev->isolation[ring->xcp_id]; in amdgpu_device_enforce_isolation() local
7000 if (&f->scheduled != isolation->spearhead && in amdgpu_device_enforce_isolation()
7002 dep = isolation->spearhead; in amdgpu_device_enforce_isolation()
7006 if (isolation->owner != owner) { in amdgpu_device_enforce_isolation()
7020 dma_fence_put(isolation->spearhead); in amdgpu_device_enforce_isolation()
7022 amdgpu_sync_move(&isolation->active, &isolation->prev); in amdgpu_device_enforce_isolation()
[all …]
/linux-6.15/Documentation/devicetree/bindings/misc/
H A Dfsl,qoriq-mc.yaml26 same hardware "isolation context" and a 10-bit value called an ICID
27 (isolation context id) is expressed by the hardware to identify
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-driver-uacce27 isolation strategy. This size is a configured integer value, which is the
/linux-6.15/Documentation/dev-tools/kunit/
H A Dfaq.rst13 test a single unit of code in isolation and hence the name *unit test*. A unit
49 - A unit test is supposed to test a single unit of code in isolation. A unit
H A Dindex.rst68 A unit test tests a single unit of code in isolation. A unit test is the finest
/linux-6.15/drivers/hv/
H A DKconfig27 VSM achieves and maintains isolation through Virtual Trust Levels
/linux-6.15/Documentation/devicetree/bindings/remoteproc/
H A Dti,k3-m4f-rproc.yaml16 the M4F core in isolation without an IPC. Where as some industrial and
/linux-6.15/Documentation/admin-guide/LSM/
H A DSafeSetID.rst73 Unfortunately, it is not generally feasible to use user namespaces in isolation,
85 configurations. Using user namespaces in isolation causes problems regarding
/linux-6.15/Documentation/core-api/
H A Dfloating-point.rst17 The reason for this isolation is to prevent the compiler from generating code
/linux-6.15/Documentation/devicetree/bindings/iommu/
H A Driscv,iommu.yaml13 The RISC-V IOMMU provides memory address translation and isolation for
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A DKconfig47 as the NIC functionality in NETC, it supports virtualization/isolation

1234