Home
last modified time | relevance | path

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

12345678910>>...12

/linux-6.8/Documentation/devicetree/bindings/soc/ti/
Dwkup-m3-ipc.yaml35 Support for IO Isolation
38 isolation is activated. Those pins have pad control registers prefixed by
41 IO isolation is active.
84 ti,set-io-isolation:
88 the CM3 firmware to activate IO isolation when suspending to deep sleep.
101 ti,set-io-isolation: false
141 * will be disabled to save power when IO isolation is active. Note that
170 ti,set-io-isolation;
/linux-6.8/arch/arm/mach-meson/
Dplatsmp.c186 /* Isolation disable */ in meson8_smp_boot_secondary()
190 pr_err("Error when disabling isolation of CPU%d\n", cpu); in meson8_smp_boot_secondary()
269 /* Isolation disable */ in meson8b_smp_boot_secondary()
273 pr_err("Error when disabling isolation of CPU%d\n", cpu); in meson8b_smp_boot_secondary()
333 /* Isolation enable */ in meson8_smp_cpu_kill()
337 pr_err("Error when enabling isolation for CPU%d\n", cpu); in meson8_smp_cpu_kill()
383 /* Isolation enable */ in meson8b_smp_cpu_kill()
387 pr_err("Error when enabling isolation for CPU%d\n", cpu); in meson8b_smp_cpu_kill()
/linux-6.8/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
434 "support QDIO data connection isolation\n"); in qeth_dev_isolation_store()
438 /* parse input into isolation mode */ in qeth_dev_isolation_store()
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.8/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-6.8/mm/
Dpage_isolation.c7 #include <linux/page-isolation.h>
23 * PageLRU check without isolation or lru_lock could race so that
224 * approach in order to merge them. Isolation and free will make in unset_migratetype_isolate()
286 * @flags: isolation flags
289 * @skip_isolation: the flag to skip the pageblock isolation in second
403 * can be migrated. Otherwise, fail the isolation. in isolate_single_pageblock()
520 * A call to drain_all_pages() after isolation can flush most of them. However
524 * might be used to flush and disable pcplist before isolation and enable after
534 /* isolation is done at page block granularity */ in start_isolate_page_range()
Dcompaction.c20 #include <linux/page-isolation.h>
373 * should be skipped for page isolation when the migrate and free page scanner
465 /* Set for isolation rather than compaction */ in update_cached_migrate()
597 /* Strict mode is for isolation, speed is secondary */ in isolate_freepages_block()
693 * If strict isolation is requested by CMA then check that all the in isolate_freepages_block()
825 * @mode: Isolation mode to be used.
862 /* stop isolation if there are still pages not migrated */ in isolate_migratepages_block()
959 * Fail isolation in case isolate_or_dissolve_huge_page() in isolate_migratepages_block()
993 * potential isolation targets. in isolate_migratepages_block()
1522 * Search starts from the last successful isolation order or the next in fast_isolate_freepages()
[all …]
/linux-6.8/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-6.8/arch/x86/hyperv/
Divm.c3 * Hyper-V Isolation VM interface with paravisor and hypervisor
460 * In Isolation VM, all guest memory is encrypted from host and guest
472 /* no-op if partition isolation is not enabled */ in hv_mark_gpa_visibility()
534 * In Isolation VM, all guest memory is encrypted from host and guest
656 panic("hv_vtom_init: unsupported isolation type %d\n", type); in hv_vtom_init()
684 * isolation VM.
701 * isolation VM.
/linux-6.8/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-6.8/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-6.8/kernel/sched/
Dbuild_utility.c15 #include <linux/sched/isolation.h>
104 # include "isolation.c"
/linux-6.8/drivers/pmdomain/mediatek/
Dmtk-pm-domains.h98 * @ext_buck_iso_offs: The offset for external buck isolation
99 * @ext_buck_iso_mask: The mask for external buck isolation
/linux-6.8/drivers/phy/samsung/
Dphy-exynos-dp-video.c33 /* Disable power isolation on DP-PHY */ in exynos_dp_video_phy_power_on()
42 /* 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-6.8/arch/arm/boot/dts/marvell/
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-6.8/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.8/drivers/gpu/drm/tegra/
Dvic.c70 * context isolation is not enabled, and SID_VIC is used for both firmware and in vic_boot()
73 * If context isolation is enabled, it will be overridden by the SETSTREAMID in vic_boot()
283 * isolation cannot be used. in vic_load_firmware()
286 dev_warn_once(vic->dev, "context isolation disabled due to old firmware\n"); in vic_load_firmware()
/linux-6.8/drivers/clk/xilinx/
DKconfig8 Provides the driver to enable and disable the isolation between the
/linux-6.8/drivers/net/can/peak_canfd/
DKconfig11 up to 12 Mbit/s. A galvanic isolation of the CAN ports protects the
/linux-6.8/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-6.8/arch/powerpc/include/asm/
Deeh_event.h13 * change in the isolation status of a PCI slot. A pointer
/linux-6.8/drivers/staging/media/meson/vdec/
Dvdec_hevc.c126 /* Enable VDEC_HEVC Isolation */ in vdec_hevc_stop()
194 /* Remove VDEC_HEVC Isolation */ in vdec_hevc_start()
/linux-6.8/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-6.8/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
/linux-6.8/drivers/pmdomain/bcm/
Dbcm2835-power.c205 /* Enable functional isolation */ in bcm2835_power_power_off()
208 /* Enable electrical isolation */ in bcm2835_power_power_off()
259 /* Disable electrical isolation */ in bcm2835_power_power_on()
275 /* Disable functional isolation */ in bcm2835_power_power_on()

12345678910>>...12