/linux-6.12.1/drivers/comedi/drivers/ |
D | pcl730.c | 45 * BASE+0 Isolated outputs 0-7 (write) / inputs 0-7 (read) 46 * BASE+1 Isolated outputs 8-15 (write) / inputs 8-15 (read) 54 * BASE+0 Isolated outputs 0-7 (write) (read back on p8r8dio) 55 * BASE+1 Isolated inputs 0-7 (read) 59 * BASE+0 Isolated outputs 0-7 (write) (read back) 60 * BASE+1 Isolated outputs 8-15 (write) (read back) 61 * BASE+2 Isolated inputs 0-7 (read) 62 * BASE+3 Isolated inputs 8-15 (read) 66 * BASE+0 Isolated outputs 0-7 (write) or inputs 0-7 (read) 67 * BASE+1 Isolated outputs 8-15 (write) or inputs 8-15 (read) [all …]
|
D | adl_pci7x3x.c | 17 * Description: 32/64-Channel Isolated Digital I/O Boards 175 /* SubDev 2, 3 = Isolated DigIn , on "SCSI2" jack!*/ in adl_pci7x3x_interrupt() 399 /* Isolated digital inputs 0 to 15/31 */ in adl_pci7x3x_auto_attach() 414 /* Isolated digital inputs 32 to 63 */ in adl_pci7x3x_auto_attach() 432 /* Isolated digital outputs 0 to 15/31 */ in adl_pci7x3x_auto_attach() 447 /* Isolated digital outputs 32 to 63 */ in adl_pci7x3x_auto_attach() 467 /* Isolated digital inputs 0 or 1 */ in adl_pci7x3x_auto_attach() 539 MODULE_DESCRIPTION("ADLINK PCI-723x/743x Isolated Digital I/O boards");
|
D | adv_pci1720.c | 15 * Description: 4-channel Isolated D/A Output board 23 * The PCI-1720 has 4 isolated 12-bit analog output channels with multiple
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
D | bridge_port_isolation.sh | 47 ip link set dev $swp1 type bridge_slave isolated on 49 ip link set dev $swp2 type bridge_slave isolated on 51 ip link set dev $swp3 type bridge_slave isolated off 112 log_test "Isolated port ping" 125 log_test "Isolated port ping6" 141 log_test "Isolated port flooding"
|
/linux-6.12.1/mm/ |
D | page_isolation.c | 219 * Because freepage with more than pageblock_order on isolated in unset_migratetype_isolate() 234 * Isolating a free page in an isolated pageblock in unset_migratetype_isolate() 248 * We didn't actually touch any of the isolated pages, so place them in unset_migratetype_isolate() 296 * pageblock. When not all pageblocks within a page are isolated at the same 302 * When either pageblock is isolated, if it is a free page, the page is not 328 * free or in-use page. Also make sure all to-be-isolated pageblocks in isolate_single_pageblock() 348 * Bail out early when the to-be-isolated pageblock does not form in isolate_single_pageblock() 437 * @start_pfn: The first PFN of the range to be isolated. 438 * @end_pfn: The last PFN of the range to be isolated. 470 * either. Pages might be freed while their page blocks are marked ISOLATED. [all …]
|
D | compaction.c | 485 * If no pages were isolated then mark this pageblock to be skipped in the 610 int isolated; in isolate_freepages_block() local 657 isolated = __isolate_free_page(page, order); in isolate_freepages_block() 658 if (!isolated) in isolate_freepages_block() 662 nr_scanned += isolated - 1; in isolate_freepages_block() 663 total_isolated += isolated; in isolate_freepages_block() 664 cc->nr_freepages += isolated; in isolate_freepages_block() 668 blockpfn += isolated; in isolate_freepages_block() 672 blockpfn += isolated - 1; in isolate_freepages_block() 673 page += isolated - 1; in isolate_freepages_block() [all …]
|
D | list_lru.c | 216 unsigned long isolated = 0; in __list_lru_walk_one() local 240 isolated++; in __list_lru_walk_one() 270 return isolated; in __list_lru_walk_one() 308 long isolated = 0; in list_lru_walk_node() local 310 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node() 322 isolated += __list_lru_walk_one(lru, nid, index, in list_lru_walk_node() 333 return isolated; in list_lru_walk_node()
|
D | balloon_compaction.c | 72 * of isolated pages. 170 * the compaction of isolated pages. 188 * list is empty and there are no isolated pages, then something in balloon_page_dequeue()
|
/linux-6.12.1/tools/testing/selftests/cgroup/ |
D | test_cpuset_prs.sh | 88 # If isolated CPUs have been reserved at boot time (as shown in 89 # cpuset.cpus.isolated), these isolated CPUs should be outside of CPUs 0-7 91 # the tests may fail incorrectly. These isolated CPUs will also be removed 94 BOOT_ISOLCPUS=$(cat $CGROUP2/cpuset.cpus.isolated) 98 skip_test "Pre-isolated CPUs ($BOOT_ISOLCPUS) overlap CPUs to be tested" 99 echo "Pre-isolated CPUs: $BOOT_ISOLCPUS" 179 # P<v> = set cpus.partition (0:member, 1:root, 2:isolated) 188 # ISOLCPUS - isolated CPUs (<icpus>[,<icpus2>]) 192 # while the second one is for matching cpuset.cpus.isolated. 480 2) VAL=isolated [all …]
|
/linux-6.12.1/include/trace/events/ |
D | huge_memory.h | 95 TP_PROTO(struct mm_struct *mm, int isolated, int status), 97 TP_ARGS(mm, isolated, status), 101 __field(int, isolated) 107 __entry->isolated = isolated; 111 TP_printk("mm=%p, isolated=%d, status=%s", 113 __entry->isolated,
|
/linux-6.12.1/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-pca954x.yaml | 77 isolated from the upstream bus. If not set all channels are isolated from 89 channel is isolated from the upstream bus.
|
/linux-6.12.1/drivers/watchdog/ |
D | wd501p.h | 31 /* inverted opto isolated reset output: */ 33 /* opto isolated reset output: */
|
/linux-6.12.1/drivers/base/ |
D | cpu.c | 288 cpumask_var_t isolated; in print_cpus_isolated() local 290 if (!alloc_cpumask_var(&isolated, GFP_KERNEL)) in print_cpus_isolated() 293 cpumask_andnot(isolated, cpu_possible_mask, in print_cpus_isolated() 295 len = sysfs_emit(buf, "%*pbl\n", cpumask_pr_args(isolated)); in print_cpus_isolated() 297 free_cpumask_var(isolated); in print_cpus_isolated() 301 static DEVICE_ATTR(isolated, 0444, print_cpus_isolated, NULL);
|
/linux-6.12.1/Documentation/hwmon/ |
D | pli1209bc.rst | 22 The Vicor PLI1209BC is an isolated digital power system supervisor that provides 25 interface over an isolated UART interface. Through the PLI, the host processor
|
/linux-6.12.1/arch/x86/platform/intel-quark/ |
D | imr.c | 3 * imr.c -- Intel Isolated Memory Region driver 8 * IMR registers define an isolated region of memory that can 290 * imr_add_range - add an Isolated Memory Region. 392 * __imr_remove_range - delete an Isolated Memory Region. 487 * imr_remove_range - delete an Isolated Memory Region by address 506 * imr_clear - delete an Isolated Memory Region by index
|
/linux-6.12.1/arch/powerpc/platforms/cell/spufs/ |
D | run.c | 151 /* If isolated LOAD has failed: run SPU, we will get a stop-and in spu_setup_isolated() 153 pr_debug("%s: isolated LOAD failed\n", __func__); in spu_setup_isolated() 161 pr_debug("%s: SPU fell out of isolated mode?\n", __func__); in spu_setup_isolated() 207 * issue an isolated exit), we need to re-set it here in spu_run_init()
|
/linux-6.12.1/include/linux/ |
D | migrate.h | 34 * After isolation, the VM calls this function with the isolated 48 * If migration fails on the isolated page, the VM informs the driver 50 * this function. The driver should put the isolated page back into
|
D | compaction.h | 74 * that the migrate scanner can have isolated on migrate list, and free in compact_gap() 75 * scanner is only invoked when the number of isolated free pages is in compact_gap()
|
D | list_lru.h | 244 long isolated = 0; in list_lru_walk() local 248 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk() 253 return isolated; in list_lru_walk()
|
D | balloon_compaction.h | 55 unsigned long isolated_pages; /* # of isolated pages for migration */ 114 * No touch page.lru field once @page has been isolated in balloon_page_delete()
|
/linux-6.12.1/tools/testing/selftests/landlock/ |
D | ptrace_test.c | 275 * isolated from the child with a dedicated Landlock domain. in TEST_F() 282 * - The parent process is not isolated from the child with a dedicated in TEST_F() 292 * isolated from the parent with a dedicated Landlock domain. in TEST_F() 299 * - The child process is not isolated from the parent with a dedicated in TEST_F()
|
/linux-6.12.1/Documentation/dev-tools/ |
D | gpio-sloppy-logic-analyzer.rst | 13 logic analyzer running on an isolated CPU. 68 following settings are used: The isolated CPU shall be CPU1 because it is a big
|
/linux-6.12.1/drivers/virt/coco/pkvm-guest/ |
D | Kconfig | 6 are isolated from the host and must issue hypercalls to enable
|
/linux-6.12.1/arch/s390/include/asm/ |
D | msi.h | 12 * Note this is less isolated than the ARM/x86 versions as userspace can trigger
|
/linux-6.12.1/Documentation/security/keys/ |
D | trusted-encrypted.rst | 57 Fixed set of operations running in isolated execution environment. 61 Customizable set of operations running in isolated execution 66 Fixed set of operations running in isolated execution environment. 70 Fixed set of cryptographic operations running in isolated execution
|