Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_core_sys.c417 switch (card->options.isolation) { in qeth_dev_isolation_show()
433 enum qeth_ipa_isolation_modes isolation; in qeth_dev_isolation_store() local
446 isolation = ISOLATION_MODE_NONE; in qeth_dev_isolation_store()
448 isolation = ISOLATION_MODE_FWD; in qeth_dev_isolation_store()
450 isolation = ISOLATION_MODE_DROP; in qeth_dev_isolation_store()
457 rc = qeth_setadpparms_set_access_ctrl(card, isolation); in qeth_dev_isolation_store()
460 WRITE_ONCE(card->options.isolation, isolation); in qeth_dev_isolation_store()
468 static DEVICE_ATTR(isolation, 0644, qeth_dev_isolation_show,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_engine_user.c237 unsigned int isolation; in intel_engines_driver_register() local
269 isolation = intel_engines_has_context_isolation(i915); in intel_engines_driver_register()
274 if ((isolation & bit) != expected) { in intel_engines_driver_register()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Darmada-385-clearfog-gtr.dtsi50 47 - Control isolation of boot sensitive SAR signals
172 cf_gtr_isolation_pins: cf-gtr-isolation-pins {
437 sar-isolation {
441 line-name = "sar-isolation";
/OK3568_Linux_fs/buildroot/package/haveged/
H A Dhaveged.service16 # Only simple isolation methods that don't pull in dependencies
/OK3568_Linux_fs/kernel/kernel/sched/
H A DMakefile37 obj-$(CONFIG_CPU_ISOLATION) += isolation.o
/OK3568_Linux_fs/kernel/drivers/net/can/peak_canfd/
H A DKconfig11 up to 12 Mbit/s. A galvanic isolation of the CAN ports protects the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/xilinx/
H A Dxlnx,vcu.txt7 LogicoreIP design to provide the isolation between processing system
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dpage_migration.rst178 as PG_isolated so concurrent isolation in several CPUs skip the page
179 for isolation. If a driver cannot isolate the page, it should return *false*.
187 After isolation, VM calls migratepage() of driver with the isolated page.
233 If the driver releases the page after isolation by VM, page->mapping
251 To prevent concurrent isolation among several CPUs, VM marks isolated page
/OK3568_Linux_fs/kernel/drivers/soc/xilinx/
H A DKconfig8 Provides the driver to enable and disable the isolation between the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/dove/
H A Dpmu.txt28 - marvell,pmu_iso_mask: specifies the mask value for PMU isolation register
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/
H A Dfsl,qoriq-mc.txt16 same hardware "isolation context" and a 10-bit value called an ICID
17 (isolation context id) is expressed by the hardware to identify
/OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/
H A Dfaq.rst13 test a single unit of code in isolation, hence the name. A unit test should be
47 - A unit test is supposed to test a single unit of code in isolation, hence the
H A Dindex.rst43 A unit test is supposed to test a single unit of code in isolation, hence the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dsamsung-phy.txt38 control pmu registers for power isolation.
165 control pmu registers for power isolation.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DGPL-2.0-with-lmbench-restriction41 to be published in isolation, without the complete story being told.
87 networking numbers in isolation. The restrictions only kick
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A 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.
309 out of the window leads to the whole PE isolation.
510 still provide isolation. For PCI, SR-IOV Virtual Functions are the
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/btc_8852b/
H A Dbtc_8852b.c140 module->ant.isolation = 10; in _8852b_rfe_type()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/btc_8852b/
H A Dbtc_8852b.c140 module->ant.isolation = 10; in _8852b_rfe_type()
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dpci.rst95 The segments determine the isolation of a function.
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-class-net-mesh77 Defines the isolation mark (and its bitmask) which
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dmsi.txt28 MSI controller and device rather than a property of either in isolation).
/OK3568_Linux_fs/kernel/Documentation/driver-api/mei/
H A Diamt.rst21 - Selective network isolation of Ethernet and IP protocol flows based
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A 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

12345