/Linux-v6.1/Documentation/devicetree/bindings/soc/ti/ |
D | wkup-m3-ipc.yaml | 35 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-v6.1/arch/arm/mach-meson/ |
D | platsmp.c | 186 /* 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-v6.1/arch/x86/hyperv/ |
D | ivm.c | 3 * Hyper-V Isolation VM interface with paravisor and hypervisor 248 * isolation VM. 265 * isolation VM. 275 * In Isolation VM, all guest memory is encrypted from host and guest 287 /* no-op if partition isolation is not enabled */ in hv_mark_gpa_visibility() 325 * In Isolation VM, all guest memory is encrypted from host and guest 364 * hv_map_memory - map memory to extra space in the AMD SEV-SNP Isolation VM.
|
/Linux-v6.1/drivers/s390/net/ |
D | qeth_core_sys.c | 411 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-v6.1/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"
|
/Linux-v6.1/mm/ |
D | page_isolation.c | 7 #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 402 * 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()
|
D | compaction.c | 20 #include <linux/page-isolation.h> 322 * should be skipped for page isolation when the migrate and free page scanner 421 /* Set for isolation rather than compaction */ in update_cached_migrate() 555 /* Strict mode is for isolation, speed is secondary */ in isolate_freepages_block() 653 * If strict isolation is requested by CMA then check that all the in isolate_freepages_block() 774 * @mode: Isolation mode to be used. 810 /* stop isolation if there are still pages not migrated */ in isolate_migratepages_block() 900 * Fail isolation in case isolate_or_dissolve_huge_page() in isolate_migratepages_block() 932 * potential isolation targets. in isolate_migratepages_block() 1440 * Search starts from the last successful isolation order or the next in fast_isolate_freepages() [all …]
|
/Linux-v6.1/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.
|
/Linux-v6.1/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
|
/Linux-v6.1/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()
|
/Linux-v6.1/kernel/sched/ |
D | build_utility.c | 15 #include <linux/sched/isolation.h> 105 # include "isolation.c"
|
/Linux-v6.1/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()
|
D | phy-exynos4210-usb2.c | 77 /* Isolation, configured in the power management unit */ 209 /* Order of initialisation is important - first power then isolation */ in exynos4210_power_on()
|
/Linux-v6.1/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";
|
/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | intel_engine_user.c | 245 unsigned int isolation; in intel_engines_driver_register() local 277 isolation = intel_engines_has_context_isolation(i915); in intel_engines_driver_register() 282 if ((isolation & bit) != expected) { in intel_engines_driver_register()
|
/Linux-v6.1/drivers/gpu/drm/tegra/ |
D | vic.c | 79 * Initialize it to SID_VIC in case context isolation in vic_boot() 83 * If context isolation is enabled, it will be in vic_boot() 303 * isolation cannot be used. in vic_load_firmware() 306 dev_warn_once(vic->dev, "context isolation disabled due to old firmware\n"); in vic_load_firmware()
|
/Linux-v6.1/drivers/net/can/peak_canfd/ |
D | Kconfig | 11 up to 12 Mbit/s. A galvanic isolation of the CAN ports protects the
|
/Linux-v6.1/drivers/clk/xilinx/ |
D | Kconfig | 8 Provides the driver to enable and disable the isolation between the
|
/Linux-v6.1/include/linux/ssb/ |
D | ssb_regs.h | 477 #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-v6.1/arch/powerpc/include/asm/ |
D | eeh_event.h | 13 * change in the isolation status of a PCI slot. A pointer
|
/Linux-v6.1/Documentation/driver-api/ |
D | vfio.rst | 46 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-v6.1/drivers/staging/media/meson/vdec/ |
D | vdec_hevc.c | 126 /* Enable VDEC_HEVC Isolation */ in vdec_hevc_stop() 194 /* Remove VDEC_HEVC Isolation */ in vdec_hevc_start()
|
/Linux-v6.1/Documentation/dev-tools/kunit/ |
D | faq.rst | 13 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-v6.1/Documentation/devicetree/bindings/misc/ |
D | fsl,qoriq-mc.txt | 16 same hardware "isolation context" and a 10-bit value called an ICID 17 (isolation context id) is expressed by the hardware to identify
|
/Linux-v6.1/drivers/soc/bcm/ |
D | bcm2835-power.c | 205 /* 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()
|