Home
last modified time | relevance | path

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

123

/linux-6.12.1/drivers/s390/net/
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.12.1/drivers/gpu/drm/i915/gt/
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.12.1/arch/arm/boot/dts/marvell/
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 {
483 line-name = "sar-isolation";
/linux-6.12.1/Documentation/devicetree/bindings/soc/xilinx/
Dxlnx,vcu.txt7 LogicoreIP design to provide the isolation between processing system
/linux-6.12.1/drivers/net/can/peak_canfd/
DKconfig11 up to 12 Mbit/s. A galvanic isolation of the CAN ports protects the
/linux-6.12.1/drivers/clk/xilinx/
DKconfig8 Provides the driver to enable and disable the isolation between the
/linux-6.12.1/Documentation/devicetree/bindings/soc/dove/
Dpmu.txt28 - marvell,pmu_iso_mask: specifies the mask value for PMU isolation register
/linux-6.12.1/drivers/hv/
DKconfig27 VSM achieves and maintains isolation through Virtual Trust Levels
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-uacce27 isolation strategy. This size is a configured integer value, which is the
/linux-6.12.1/Documentation/dev-tools/kunit/
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
Dindex.rst68 A unit test tests a single unit of code in isolation. A unit test is the finest
/linux-6.12.1/Documentation/admin-guide/LSM/
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.12.1/Documentation/core-api/
Dfloating-point.rst17 The reason for this isolation is to prevent the compiler from generating code
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
Dmsi.txt28 MSI controller and device rather than a property of either in isolation).
/linux-6.12.1/Documentation/arch/s390/
Dpci.rst103 The segments determine the isolation of a function.
/linux-6.12.1/Documentation/driver-api/
Dvfio.rst46 isolation properties into what was, in many cases, an interface only
52 This isolation is not always at the granularity of a single device
54 interconnects, and IOMMU topologies can each reduce this isolation.
483 out of the window leads to the whole PE isolation.
684 still provide isolation. For PCI, SR-IOV Virtual Functions are the
/linux-6.12.1/Documentation/driver-api/mei/
Diamt.rst21 - Selective network isolation of Ethernet and IP protocol flows based
/linux-6.12.1/Documentation/dev-tools/
Dgpio-sloppy-logic-analyzer.rst39 runtime environment does not utilize cpusets otherwise, then isolation of a CPU
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Drtw8852b.c611 md->md_v7.ant.isolation = 10; in rtw8852b_btc_set_rfe()
634 md->md.ant.isolation = 10; in rtw8852b_btc_set_rfe()
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Doverview.rst124 All objects in a container share the same hardware "isolation context".
125 This means that with respect to an IOMMU the isolation granularity
/linux-6.12.1/drivers/net/wireless/broadcom/b43/
Dphy_lp.c161 u16 isolation; in lpphy_adjust_gain_table() local
166 isolation = lpphy->tx_isolation_med_band; in lpphy_adjust_gain_table()
168 isolation = lpphy->tx_isolation_low_band; in lpphy_adjust_gain_table()
170 isolation = lpphy->tx_isolation_med_band; in lpphy_adjust_gain_table()
172 isolation = lpphy->tx_isolation_hi_band; in lpphy_adjust_gain_table()
174 temp[0] = ((isolation - 26) / 12) << 12; in lpphy_adjust_gain_table()
/linux-6.12.1/Documentation/arch/powerpc/
Dpci_iov_resource_on_powernv.rst23 associated with a device or a set of devices to provide isolation between
309 possible, but the isolation isn't as good, and it reduces the number of PE#
/linux-6.12.1/drivers/firmware/arm_scmi/vendors/imx/
Dimx95.rst13 Control Processor (SCP) to support isolation and management of power domains,
17 isolation between software running on different cores in the SoC. It does this
/linux-6.12.1/Documentation/devicetree/bindings/iommu/
Diommu.txt22 * Provide address space isolation between multiple contexts.
/linux-6.12.1/tools/perf/Documentation/
Dperf-arm-spe.txt115 Depending on CPU model, the kernel may need to be booted with page table isolation disabled

123