| /linux/Documentation/devicetree/bindings/soc/ti/ |
| H A 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/arch/arm/mach-meson/ |
| H A 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/tools/testing/selftests/net/forwarding/ |
| H A 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/Documentation/admin-guide/hw-vuln/ |
| H A D | indirect-target-selection.rst | 14 - **eIBRS Guest/Host Isolation**: Indirect branches in KVM/kernel may still be 32 Guest/Host Isolation 48 - IBPB isolation is affected on all ITS affected CPUs, and need a microcode 123 vmexit Equivalent to "=on" if the CPU is affected by guest/host isolation 155 guest/host isolation.
|
| /linux/include/uapi/linux/ |
| H A 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/Documentation/driver-api/cxl/allocation/ |
| H A D | reclaim.rst | 28 guarantee isolation of a container's memory from nodes not set in mems_allowed. 34 cannot provide perfect isolation from the remote nodes.
|
| /linux/arch/mips/alchemy/common/ |
| H A 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/kernel/sched/ |
| H A D | build_utility.c | 15 #include <linux/sched/isolation.h> 101 # include "isolation.c"
|
| /linux/include/linux/ |
| H A D | pageblock-flags.h | 25 * Pageblock isolation is represented with a separate bit, so that 26 * the migratetype of a block is not overwritten by isolation.
|
| /linux/drivers/phy/samsung/ |
| H A D | phy-exynos-dp-video.c | 33 /* 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()
|
| H A 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/arch/x86/hyperv/ |
| H A D | ivm.c | 3 * Hyper-V Isolation VM interface with paravisor and hypervisor 673 * In Isolation VM, all guest memory is encrypted from host and guest 685 /* no-op if partition isolation is not enabled */ in hv_mark_gpa_visibility() 764 * In Isolation VM, all guest memory is encrypted from host and guest 884 panic("hv_vtom_init: unsupported isolation type %d\n", type); in hv_vtom_init() 914 * isolation VM. 931 * isolation VM.
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-385-clearfog-gtr.dtsi | 50 47 - Control isolation of boot sensitive SAR signals 160 cf_gtr_isolation_pins: cf-gtr-isolation-pins { 479 sar-isolation-hog { 483 line-name = "sar-isolation";
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gfx.c | 1747 * Registers (GPRs) to ensure data isolation between GPU workloads. 1802 * amdgpu_gfx_get_enforce_isolation - Query AMDGPU GFX Enforce Isolation Settings 1809 * sysfs file returns the isolation settings for all partitions, where '0' 1839 * amdgpu_gfx_set_enforce_isolation - Control AMDGPU GFX Enforce Isolation 1847 * enable isolation with cleaner shader, '2' to enable legacy isolation without 1848 * cleaner shader, or '3' to enable process isolation without submitting the 1849 * cleaner shader to the 'enforce_isolation' sysfs file sets the isolation mode 2089 dev_err(adev->dev, "failed to create isolation sysfs files"); in amdgpu_gfx_sysfs_init() 2150 * a key role in enforcing process isolation on the GPU. 2156 * enforce isolation after a delay of GFX_SLICE_PERIOD. [all …]
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | vic.c | 70 * 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/Documentation/process/ |
| H A D | threat-model.rst | 26 of the Memory Management Unit (MMU), the isolation of DMA-capable peripherals 30 When hardware fails to maintain its specified isolation (e.g., CPU bugs, 52 * **User-based isolation**: an unprivileged user may restrict access to their
|
| /linux/Documentation/devicetree/bindings/misc/ |
| H A D | fsl,qoriq-mc.yaml | 26 same hardware "isolation context" and a 10-bit value called an ICID 27 (isolation context id) is expressed by the hardware to identify
|
| /linux/include/linux/ssb/ |
| H A 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/drivers/pmdomain/bcm/ |
| H A D | bcm2835-power.c | 202 /* Enable functional isolation */ in bcm2835_power_power_off() 205 /* Enable electrical isolation */ in bcm2835_power_power_off() 252 /* Disable electrical isolation */ in bcm2835_power_power_on() 265 /* Disable functional isolation */ in bcm2835_power_power_on()
|
| /linux/Documentation/dev-tools/kunit/ |
| H A 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/drivers/net/can/peak_canfd/ |
| H A D | Kconfig | 11 up to 12 Mbit/s. A galvanic isolation of the CAN ports protects the
|
| /linux/drivers/clk/xilinx/ |
| H A D | Kconfig | 8 Provides the driver to enable and disable the isolation between the
|
| H A D | xlnx_vcu.c | 681 * Do the Gasket isolation and put the VCU out of reset in xvcu_probe() 682 * Bit 0 : Gasket isolation in xvcu_probe() 700 …found in dts for VCU. This may result in incorrect functionality if VCU isolation is removed after… in xvcu_probe() 723 * xvcu_remove - Insert gasket isolation 738 /* Add the Gasket isolation and put the VCU in reset. */ in xvcu_remove()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | eeh_event.h | 13 * change in the isolation status of a PCI slot. A pointer
|
| /linux/net/batman-adv/ |
| H A D | main.c | 599 * batadv_vlan_ap_isola_get() - return AP isolation status for the given vlan 601 * @vid: the VLAN identifier for which the AP isolation attributed as to be 604 * Return: true if AP isolation is on for the VLAN identified by vid, false 612 /* if the AP isolation is requested on a VLAN, then check for its in batadv_vlan_ap_isola_get()
|