Home
last modified time | relevance | path

Searched full:isolation (Results 1 – 25 of 210) sorted by relevance

123456789

/Linux-v5.10/arch/arm/mach-meson/
Dplatsmp.c184 /* Isolation disable */ in meson8_smp_boot_secondary()
188 pr_err("Error when disabling isolation of CPU%d\n", cpu); in meson8_smp_boot_secondary()
267 /* Isolation disable */ in meson8b_smp_boot_secondary()
271 pr_err("Error when disabling isolation of CPU%d\n", cpu); in meson8b_smp_boot_secondary()
331 /* Isolation enable */ in meson8_smp_cpu_kill()
335 pr_err("Error when enabling isolation for CPU%d\n", cpu); in meson8_smp_cpu_kill()
381 /* Isolation enable */ in meson8b_smp_cpu_kill()
385 pr_err("Error when enabling isolation for CPU%d\n", cpu); in meson8b_smp_cpu_kill()
/Linux-v5.10/drivers/s390/net/
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
440 "support QDIO data connection isolation\n"); in qeth_dev_isolation_store()
444 /* parse input into isolation mode */ in qeth_dev_isolation_store()
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,
/Linux-v5.10/tools/testing/selftests/net/forwarding/
Dbridge_port_isolation.sh48 check_err $? "Can't set isolation on port $swp1"
50 check_err $? "Can't set isolation on port $swp2"
52 check_err $? "Can't disable isolation on port $swp3"
/Linux-v5.10/include/uapi/linux/
Dbatman_adv.h41 * interface. This information is used by the "AP Isolation" feature
47 * information is used by the Extended Isolation feature
363 * @BATADV_ATTR_ISOLATION_MARK: the isolation mark which is used to
364 * classify clients as "isolated" by the Extended Isolation feature.
369 * @BATADV_ATTR_ISOLATION_MASK: the isolation (bit)mask which is used to
370 * classify clients as "isolated" by the Extended Isolation feature.
/Linux-v5.10/Documentation/vm/
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-v5.10/arch/mips/alchemy/common/
Dvss.c49 __raw_writel(0x1f, base + VSS_FTR); /* enable isolation cells */ in __enable_block()
58 __raw_writel(0x0f, base + VSS_FTR); /* disable isolation cells */ in __disable_block()
/Linux-v5.10/include/linux/
Dballoon_compaction.h12 * the address space operations for page isolation/migration/compaction.
14 * As the page isolation scanning step a compaction thread does is a lockless
27 * ii. isolation or dequeueing procedure must remove the page from balloon
/Linux-v5.10/drivers/phy/samsung/
Dphy-exynos-dp-video.c35 /* Disable power isolation on DP-PHY */ in exynos_dp_video_phy_power_on()
44 /* Enable power isolation on DP-PHY */ in exynos_dp_video_phy_power_off()
Dphy-exynos4210-usb2.c77 /* Isolation, configured in the power management unit */
209 /* Order of initialisation is important - first power then isolation */ in exynos4210_power_on()
/Linux-v5.10/arch/arm/boot/dts/
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-v5.10/Documentation/ABI/obsolete/
Dsysfs-class-net-mesh77 Defines the isolation mark (and its bitmask) which
79 Extended Isolation feature.
/Linux-v5.10/mm/
Dcompaction.c20 #include <linux/page-isolation.h>
144 * flag so that VM can catch up released page by driver after isolation. in __ClearPageMovable()
331 * should be skipped for page isolation when the migrate and free page scanner
430 /* Set for isolation rather than compaction */ in update_cached_migrate()
567 /* Strict mode is for isolation, speed is secondary */ in isolate_freepages_block()
672 * If strict isolation is requested by CMA then check that all the in isolate_freepages_block()
787 * @isolate_mode: Isolation mode to be used.
820 /* stop isolation if there are still pages not migrated */ in isolate_migratepages_block()
902 * potential isolation targets. in isolate_migratepages_block()
1106 * Returns zero if isolation fails fatally due to e.g. pending signal.
[all …]
/Linux-v5.10/drivers/gpu/drm/i915/gt/
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()
/Linux-v5.10/drivers/net/can/peak_canfd/
DKconfig11 up to 12 Mbit/s. A galvanic isolation of the CAN ports protects the
/Linux-v5.10/arch/powerpc/include/asm/
Deeh_event.h13 * change in the isolation status of a PCI slot. A pointer
/Linux-v5.10/include/linux/ssb/
Dssb_regs.h477 #define SSB_SPROM8_TRI25G 0x00A8 /* TX isolation 2.4&5.3GHz */
478 #define SSB_SPROM8_TRI2G 0x00FF /* TX isolation 2.4GHz */
479 #define SSB_SPROM8_TRI5G 0xFF00 /* TX isolation 5.3GHz */
481 #define SSB_SPROM8_TRI5GHL 0x00AA /* TX isolation 5.2/5.8GHz */
482 #define SSB_SPROM8_TRI5GL 0x00FF /* TX isolation 5.2GHz */
483 #define SSB_SPROM8_TRI5GH 0xFF00 /* TX isolation 5.8GHz */
/Linux-v5.10/Documentation/dev-tools/kunit/
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
/Linux-v5.10/Documentation/devicetree/bindings/misc/
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-v5.10/drivers/staging/media/meson/vdec/
Dvdec_hevc.c126 /* Enable VDEC_HEVC Isolation */ in vdec_hevc_stop()
190 /* Remove VDEC_HEVC Isolation */ in vdec_hevc_start()
/Linux-v5.10/drivers/soc/xilinx/
DKconfig8 Provides the driver to enable and disable the isolation between the
/Linux-v5.10/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.
304 out of the window leads to the whole PE isolation.
505 still provide isolation. For PCI, SR-IOV Virtual Functions are the
/Linux-v5.10/drivers/soc/bcm/
Dbcm2835-power.c195 /* Enable functional isolation */ in bcm2835_power_power_off()
198 /* Enable electrical isolation */ in bcm2835_power_power_off()
245 /* Disable electrical isolation */ in bcm2835_power_power_on()
261 /* Disable functional isolation */ in bcm2835_power_power_on()
/Linux-v5.10/Documentation/devicetree/bindings/soc/xilinx/
Dxlnx,vcu.txt7 LogicoreIP design to provide the isolation between processing system
/Linux-v5.10/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-v5.10/kernel/irq/
Dcpuhotplug.c15 #include <linux/sched/isolation.h>
207 * isolation mechanism requests to move it to an upcoming in irq_restore_affinity_of_irq()

123456789