Home
last modified time | relevance | path

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

1234

/linux/drivers/s390/net/
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/drivers/gpu/drm/i915/gt/
A Dintel_engine_user.c241 unsigned int isolation; in intel_engines_driver_register() local
273 isolation = intel_engines_has_context_isolation(i915); in intel_engines_driver_register()
278 if ((isolation & bit) != expected) { in intel_engines_driver_register()
/linux/arch/arm/boot/dts/
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";
/linux/kernel/sched/
A Dbuilt-in.a25 isolation.o/
A DMakefile41 obj-$(CONFIG_CPU_ISOLATION) += isolation.o
A D.built-in.a.cmd1 …sched/cpufreq.o kernel/sched/cpufreq_schedutil.o kernel/sched/membarrier.o kernel/sched/isolation.o
A D.isolation.o.cmd1isolation.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bi…
3 source_kernel/sched/isolation.o := kernel/sched/isolation.c
5 deps_kernel/sched/isolation.o := \
773 include/linux/sched/isolation.h \
1529 kernel/sched/isolation.o: $(deps_kernel/sched/isolation.o)
1531 $(deps_kernel/sched/isolation.o):
/linux/drivers/clk/xilinx/
A DKconfig8 Provides the driver to enable and disable the isolation between the
/linux/Documentation/devicetree/bindings/soc/xilinx/
A Dxlnx,vcu.txt7 LogicoreIP design to provide the isolation between processing system
/linux/drivers/net/can/peak_canfd/
A DKconfig11 up to 12 Mbit/s. A galvanic isolation of the CAN ports protects the
/linux/Documentation/vm/
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
/linux/Documentation/devicetree/bindings/soc/dove/
A Dpmu.txt28 - marvell,pmu_iso_mask: specifies the mask value for PMU isolation register
/linux/Documentation/devicetree/bindings/misc/
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
/linux/Documentation/dev-tools/kunit/
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
A Dindex.rst45 A unit test is supposed to test a single unit of code in isolation, hence the
/linux/Documentation/devicetree/bindings/phy/
A Dsamsung-phy.txt38 control pmu registers for power isolation.
166 control pmu registers for power isolation.
/linux/Documentation/admin-guide/LSM/
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/Documentation/driver-api/
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.
312 out of the window leads to the whole PE isolation.
513 still provide isolation. For PCI, SR-IOV Virtual Functions are the
/linux/kernel/
A Dbuilt-in.a58 sched/isolation.o/
/linux/Documentation/s390/
A Dpci.rst103 The segments determine the isolation of a function.
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Dmsi.txt28 MSI controller and device rather than a property of either in isolation).
/linux/Documentation/driver-api/mei/
A Diamt.rst21 - Selective network isolation of Ethernet and IP protocol flows based
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
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
/linux/drivers/net/wireless/broadcom/b43/
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()
/linux/Documentation/dev-tools/
A Dtesting-overview.rst33 of the kernel, which can be tested in isolation. This aligns well with the

Completed in 40 milliseconds

1234