Home
last modified time | relevance | path

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

12345678910>>...22

/OK3568_Linux_fs/kernel/arch/arm/mach-meson/
H A 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()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A 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,
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A 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"
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dpsc.c105 * isolation functionality in psc_set_state()
189 * psc_set_reset_iso() - Set the reset isolation bit in mdctl
192 * The reset isolation enable bit is set. The state of the module is not
195 * Return: 0 if the module config showed that reset isolation is supported.
204 /* Set the reset isolation bit */ in psc_set_reset_iso()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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.
/OK3568_Linux_fs/kernel/Documentation/vm/
H A 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
/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/mm/
H A 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()
812 * @isolate_mode: Isolation mode to be used.
845 /* stop isolation if there are still pages not migrated */ in isolate_migratepages_block()
927 * potential isolation targets. in isolate_migratepages_block()
1131 * Returns zero if isolation fails fatally due to e.g. pending signal.
[all …]
H A Dpage_isolation.c7 #include <linux/page-isolation.h>
86 * approach in order to merge them. Isolation and free will make in unset_migratetype_isolate()
174 * A call to drain_all_pages() after isolation can flush most of them. However
H A Dmlock.c130 * Finish munlock after successful page isolation
152 * Accounting for page isolation fail during munlock
154 * Performs accounting when page isolation fails in munlock. There is nothing
291 * The second phase finishes the munlock only for pages where isolation
306 /* Phase 1: page isolation */ in __munlock_pagevec()
/OK3568_Linux_fs/kernel/arch/mips/alchemy/common/
H A 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()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Ddra7xx_iodelay.c215 * isolation. So error handling and debug prints are done after in __recalibrate_iodelay_end()
223 puts("IODELAY: Isolation of Device IOs failed\n"); in __recalibrate_iodelay_end()
229 puts("IODELAY: De-isolation of Device IOs failed\n"); in __recalibrate_iodelay_end()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A 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";
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dstream_id_lsch3.h39 * -the MC is responsible for allocating and setting up 'isolation context
52 * ICID[6:0] 6-0 // isolation context id
/OK3568_Linux_fs/kernel/drivers/phy/samsung/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-class-net-mesh77 Defines the isolation mark (and its bitmask) which
79 Extended Isolation feature.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DGPL-2.0-with-lmbench-restriction41 to be published in isolation, without the complete story being told.
87 networking numbers in isolation. The restrictions only kick
/OK3568_Linux_fs/kernel/include/linux/ssb/
H A 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 */
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A 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.
309 out of the window leads to the whole PE isolation.
510 still provide isolation. For PCI, SR-IOV Virtual Functions are the
/OK3568_Linux_fs/kernel/drivers/soc/bcm/
H A 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()
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dvdec_hevc.c126 /* Enable VDEC_HEVC Isolation */ in vdec_hevc_stop()
194 /* Remove VDEC_HEVC Isolation */ in vdec_hevc_start()
/OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/
H A 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/
H A 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

12345678910>>...22