| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-uacce | 29 0 means never isolate the device. The maximum value is 65535. You can write 32 What: /sys/class/uacce/<dev_name>/isolate
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | Kconfig | 12 virtualization extension to isolate software images provided
|
| /linux/arch/m68k/fpsp040/ |
| H A D | x_store.S | 42 bfextu %d0{#6:#3},%d0 |isolate dest. reg from cmdreg3b 237 andw #0x7,%d0 |isolate register number
|
| H A D | bugfix.S | 280 | It is necessary to isolate the result of the instruction in the 406 | It is necessary to isolate the result of the instruction in the
|
| H A D | res_func.S | 117 andib #0x3b,%d0 |isolate bits to select inst 725 andib #0x60,%d0 |isolate tag bits 1418 andiw #0x0c00,%d0 |isolate last 2 bits of size field 1956 bfextu %d0{#16:#3},%d0 |isolate source bits 1984 bfextu %d0{#25:#3},%d0 |isolate register for dynamic k-factor
|
| /linux/drivers/iommu/amd/ |
| H A D | Kconfig | 26 can isolate the DMA memory of different devices and protect the
|
| /linux/Documentation/dev-tools/kunit/api/ |
| H A D | functionredirection.rst | 10 When writing unit tests, it's important to be able to isolate the code being 24 manage, isolate, and restore state, or they can avoid it altogether by
|
| /linux/arch/mips/dec/ |
| H A D | int-handler.S | 138 and t0,t1 # isolate allowed ones
|
| /linux/arch/alpha/lib/ |
| H A D | strrchr.S | 56 negq t1, t4 # e0 : isolate first null byte match
|
| H A D | ev67-strrchr.S | 84 negq t1, t4 # E : isolate first null byte match
|
| H A D | stxcpy.S | 216 negq t8, t6 # e0 : isolate low bit set
|
| H A D | ev6-stxcpy.S | 243 negq t8, t6 # E : isolate low bit set
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-config.c | 63 static int cpu_0_workaround(int isolate); 1035 static int cpu_0_workaround(int isolate) in cpu_0_workaround() argument 1042 debug_printf("isolate CPU 0 state: %d\n", isolate); in cpu_0_workaround() 1044 if (isolate) in cpu_0_workaround() 1045 goto isolate; in cpu_0_workaround() 1086 isolate: in cpu_0_workaround() 1095 ret = isolate_cpus(&id, sizeof(cpu_mask), &cpu_mask, isolate, 1); in cpu_0_workaround()
|
| /linux/arch/arm/mach-omap2/ |
| H A D | sram242x.S | 143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 280 and r8, r8, #3 @ isolate field
|
| H A D | sram243x.S | 143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 280 and r8, r8, #3 @ isolate field
|
| /linux/drivers/phy/samsung/ |
| H A D | phy-exynos5-usbdrd.c | 420 void (*phy_isol)(struct phy_usb_instance *inst, bool isolate); 531 bool isolate) in exynos5_usbdrd_phy_isol() argument 538 val = isolate ? 0 : EXYNOS4_PHY_ENABLE; in exynos5_usbdrd_phy_isol() 1140 bool isolate) in exynos7870_usbdrd_phy_isol() argument 1147 val = isolate ? 0 : EXYNOS7870_USB2PHY_ENABLE; in exynos7870_usbdrd_phy_isol()
|
| /linux/drivers/vfio/ |
| H A D | Kconfig | 67 VFIO is built on the ability to isolate devices using the IOMMU.
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | vmscape.rst | 49 because nested hypervisors should already be deploying IBPB to isolate
|
| /linux/arch/loongarch/ |
| H A D | Makefile | 137 cflags-y += $(call cc-option, -mno-check-zero-division -fno-isolate-erroneous-paths-dereference)
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | nwfpe.rst | 44 attempting to isolate the problem. Please report them, but don't
|
| /linux/mm/ |
| H A D | page_alloc.c | 553 bool isolate) in init_pageblock_migratetype() argument 570 if (isolate) in init_pageblock_migratetype() 2070 static inline void toggle_pageblock_isolate(struct page *page, bool isolate) in toggle_pageblock_isolate() argument 2072 if (isolate) in toggle_pageblock_isolate() 2098 struct page *page, bool isolate) in __move_freepages_block_isolate() argument 2105 if (isolate == get_pageblock_isolate(page)) { in __move_freepages_block_isolate() 2107 isolate ? "Isolate" : "Unisolate"); in __move_freepages_block_isolate() 2126 toggle_pageblock_isolate(page, isolate); in __move_freepages_block_isolate() 2133 if (isolate) { in __move_freepages_block_isolate() 2144 toggle_pageblock_isolate(pfn_to_page(start_pfn), isolate); in __move_freepages_block_isolate()
|
| /linux/mm/damon/ |
| H A D | vaddr.c | 668 goto isolate; in damos_va_migrate_dests_add() 693 isolate: in damos_va_migrate_dests_add()
|
| /linux/Documentation/dev-tools/ |
| H A D | gpio-sloppy-logic-analyzer.rst | 63 extensively, it will isolate the CPU core so you will have the least
|
| /linux/drivers/crypto/hisilicon/ |
| H A D | qm.c | 2631 struct qm_err_isolate *isolate; in qm_hw_err_isolate() local 2634 isolate = &qm->isolate_data; in qm_hw_err_isolate() 2639 if (qm->uacce->is_vf || isolate->is_isolate || !isolate->err_threshold) in qm_hw_err_isolate() 2652 mutex_lock(&isolate->isolate_lock); in qm_hw_err_isolate() 2654 list_for_each_entry_safe(err, tmp, &isolate->qm_hw_errs, list) { in qm_hw_err_isolate() 2663 list_add(&hw_err->list, &isolate->qm_hw_errs); in qm_hw_err_isolate() 2665 if (count >= isolate->err_threshold) in qm_hw_err_isolate() 2666 isolate->is_isolate = true; in qm_hw_err_isolate() 2667 mutex_unlock(&isolate->isolate_lock); in qm_hw_err_isolate()
|
| /linux/Documentation/mm/ |
| H A D | vmalloced-kernel-stacks.rst | 23 it difficult to isolate and root-cause.
|