| /kernel/linux/linux-4.19/arch/arm/mach-meson/ |
| D | platsmp.c | 194 /* Isolation disable */ in meson8_smp_boot_secondary() 198 pr_err("Error when disabling isolation of CPU%d\n", cpu); in meson8_smp_boot_secondary() 277 /* Isolation disable */ in meson8b_smp_boot_secondary() 281 pr_err("Error when disabling isolation of CPU%d\n", cpu); in meson8b_smp_boot_secondary() 341 /* Isolation enable */ in meson8_smp_cpu_kill() 345 pr_err("Error when enabling isolation for CPU%d\n", cpu); in meson8_smp_cpu_kill() 391 /* Isolation enable */ in meson8b_smp_cpu_kill() 395 pr_err("Error when enabling isolation for CPU%d\n", cpu); in meson8b_smp_cpu_kill()
|
| /kernel/linux/linux-5.10/arch/arm/mach-meson/ |
| D | platsmp.c | 184 /* 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()
|
| /kernel/linux/linux-5.10/drivers/s390/net/ |
| D | qeth_core_sys.c | 417 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,
|
| /kernel/linux/linux-4.19/drivers/s390/net/ |
| D | qeth_core_sys.c | 468 switch (card->options.isolation) { in qeth_dev_isolation_show() 484 enum qeth_ipa_isolation_modes isolation; in qeth_dev_isolation_store() local 495 "support QDIO data connection isolation\n"); in qeth_dev_isolation_store() 499 /* parse input into isolation mode */ in qeth_dev_isolation_store() 501 isolation = ISOLATION_MODE_NONE; in qeth_dev_isolation_store() 503 isolation = ISOLATION_MODE_FWD; in qeth_dev_isolation_store() 505 isolation = ISOLATION_MODE_DROP; in qeth_dev_isolation_store() 513 card->options.prev_isolation = card->options.isolation; in qeth_dev_isolation_store() 514 card->options.isolation = isolation; in qeth_dev_isolation_store() 525 static DEVICE_ATTR(isolation, 0644, qeth_dev_isolation_show,
|
| /kernel/linux/linux-4.19/tools/testing/selftests/net/forwarding/ |
| D | bridge_port_isolation.sh | 48 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"
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
| D | bridge_port_isolation.sh | 48 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"
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | batman_adv.h | 41 * 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.
|
| /kernel/linux/linux-4.19/Documentation/vm/ |
| D | page_migration.rst | 174 as PG_isolated so concurrent isolation in several CPUs skip the page 175 for isolation. If a driver cannot isolate the page, it should return *false*. 183 After isolation, VM calls migratepage of driver with isolated page. 229 As well, if driver releases the page after isolation by VM, page->mapping 247 To prevent concurrent isolation among several CPUs, VM marks isolated page
|
| /kernel/linux/linux-4.19/mm/ |
| D | page_isolation.c | 7 #include <linux/page-isolation.h> 46 * migratetype is not MIGRATE_MOVABLE. The memory isolation in set_migratetype_isolate() 50 * by balloons, are free, or on the LRU, isolation can continue. in set_migratetype_isolate() 110 * approach in order to merge them. Isolation and free will make in unset_migratetype_isolate()
|
| /kernel/linux/linux-5.10/Documentation/vm/ |
| D | page_migration.rst | 178 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
|
| /kernel/linux/linux-5.10/arch/mips/alchemy/common/ |
| D | vss.c | 49 __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()
|
| /kernel/linux/linux-4.19/arch/mips/alchemy/common/ |
| D | vss.c | 48 __raw_writel(0x1f, base + VSS_FTR); /* enable isolation cells */ in __enable_block() 57 __raw_writel(0x0f, base + VSS_FTR); /* disable isolation cells */ in __disable_block()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | balloon_compaction.h | 12 * 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
|
| /kernel/linux/linux-4.19/drivers/phy/samsung/ |
| D | phy-exynos-dp-video.c | 38 /* Disable power isolation on DP-PHY */ in exynos_dp_video_phy_power_on() 47 /* Enable power isolation on DP-PHY */ in exynos_dp_video_phy_power_off()
|
| /kernel/linux/linux-5.10/drivers/phy/samsung/ |
| D | phy-exynos-dp-video.c | 35 /* 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()
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | balloon_compaction.h | 11 * As the page isolation scanning step a compaction thread does is a lockless 31 * isolation, re-test the PageBalloon mark and the PagePrivate flag 35 * iv. isolation or dequeueing procedure must clear PagePrivate flag under
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-class-net-mesh | 75 Defines the isolation mark (and its bitmask) which 77 Extended Isolation feature.
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | armada-385-clearfog-gtr.dtsi | 50 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";
|
| /kernel/linux/linux-5.10/Documentation/ABI/obsolete/ |
| D | sysfs-class-net-mesh | 77 Defines the isolation mark (and its bitmask) which 79 Extended Isolation feature.
|
| /kernel/linux/linux-4.19/Documentation/block/ |
| D | cfq-iosched.txt | 29 side is that isolation provided from WRITES also goes down and notion of 256 tree idling provides isolation with buffered write queues on async tree. 263 with REQ_IDLE. This helps in providing isolation with all the sync-idle 284 provides isolation from multiple sequential readers and at the same
|
| /kernel/linux/linux-5.10/mm/ |
| D | compaction.c | 20 #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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | intel_engine_user.c | 238 unsigned int isolation; in intel_engines_driver_register() local 270 isolation = intel_engines_has_context_isolation(i915); in intel_engines_driver_register() 275 if ((isolation & bit) != expected) { in intel_engines_driver_register()
|
| /kernel/linux/linux-4.19/drivers/soc/xilinx/ |
| D | Kconfig | 8 Provides the driver to enable and disable the isolation between the
|
| /kernel/linux/linux-4.19/drivers/net/can/peak_canfd/ |
| D | Kconfig | 10 up to 12 Mbit/s. A galvanic isolation of the CAN ports protects the
|
| /kernel/linux/linux-5.10/drivers/net/can/peak_canfd/ |
| D | Kconfig | 11 up to 12 Mbit/s. A galvanic isolation of the CAN ports protects the
|