/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/ |
H A D | Entry.interface.yaml | 2 Implement to provide the isolated hardware entry attributes. 6 example, isolated hardware inventory path and error log if it caused to 7 isolate hardware. The isolated hardware association of forward and reverse 14 isolated hardware object. 17 xyz.openbmc_project.Time.EpochTime for the isolated hardware creation time. 28 The isolated hardware resolution status is used to indicate whether 29 the isolated hardware is repaired or replaced. Setting this to "true" 31 isolated hardware entries may not be deleted and used for further 44 The system can boot without the isolated hardware but, will lose 45 the system configuration benefits of isolated hardware.
|
H A D | Create.interface.yaml | 4 the information of isolated hardware. 10 the hardware, needs to be isolated. This interface can be used if want 38 the hardware, needs to be isolated. This interface can be used if the
|
/openbmc/linux/drivers/comedi/drivers/ |
H A 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 …]
|
H A 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");
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A 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"
|
/openbmc/linux/mm/ |
H A D | page_isolation.c | 220 * Because freepage with more than pageblock_order on isolated in unset_migratetype_isolate() 235 * Isolating a free page in an isolated pageblock in unset_migratetype_isolate() 249 * We didn't actually touch any of the isolated pages, so place them in unset_migratetype_isolate() 294 * pageblock. When not all pageblocks within a page are isolated at the same 299 * When either pageblock is isolated, if it is a free page, the page is not 325 * free or in-use page. Also make sure all to-be-isolated pageblocks in isolate_single_pageblock() 345 * Bail out early when the to-be-isolated pageblock does not form in isolate_single_pageblock() 485 * @start_pfn: The first PFN of the range to be isolated. 486 * @end_pfn: The last PFN of the range to be isolated. 518 * either. Pages might be freed while their page blocks are marked ISOLATED. [all …]
|
H A D | compaction.c | 481 * If no pages were isolated then mark this pageblock to be skipped in the 606 int isolated; in isolate_freepages_block() local 652 isolated = __isolate_free_page(page, order); in isolate_freepages_block() 653 if (!isolated) in isolate_freepages_block() 657 nr_scanned += isolated - 1; in isolate_freepages_block() 658 total_isolated += isolated; in isolate_freepages_block() 659 cc->nr_freepages += isolated; in isolate_freepages_block() 663 blockpfn += isolated; in isolate_freepages_block() 667 blockpfn += isolated - 1; in isolate_freepages_block() 668 page += isolated - 1; in isolate_freepages_block() [all …]
|
H A D | list_lru.c | 213 unsigned long isolated = 0; in __list_lru_walk_one() local 237 isolated++; in __list_lru_walk_one() 264 return isolated; in __list_lru_walk_one() 302 long isolated = 0; in list_lru_walk_node() local 304 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node() 316 isolated += __list_lru_walk_one(lru, nid, index, in list_lru_walk_node() 327 return isolated; in list_lru_walk_node()
|
H A 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()
|
H A D | migrate.c | 94 * As movable pages are not isolated from LRU lists, concurrent in isolate_movable_page() 98 * In order to avoid having an already isolated movable page in isolate_movable_page() 99 * being (wrongly) re-isolated while it is under migration, in isolate_movable_page() 140 * Put previously isolated pages back onto the appropriate lists 143 * This function shall be used whenever the isolated pageset has been 159 * We isolated non-lru movable folio so here we can use in putback_movable_pages() 1297 * isolated from the unevictable LRU: but this case is the easiest. in migrate_folio_move() 2062 * errno - if the page cannot be found/isolated 2074 bool isolated; in add_page_for_migration() local 2108 isolated = isolate_hugetlb(page_folio(page), pagelist); in add_page_for_migration() [all …]
|
/openbmc/linux/include/trace/events/ |
H A 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,
|
/openbmc/docs/designs/ |
H A D | guard-on-bmc.md | 8 The defective components can be kept isolated until a replacement. Most of the 22 isolated components. 24 **Manual guard**: An operation to manually add a unit to the list of isolated 39 can be isolated. The decision to create a record is based on the type of error, 188 "Description": "Collection of Isolated Hardware Components", 211 "Name": "Isolated Hardware Entries" 220 Some of the units like which are controlled by the host can be isolated only 239 planned for the method to list the isolated units in the redfish since that is
|
H A D | uart-mux-support.md | 78 2. The console IO isolated to a specific mux port 98 …Out-of-band command (2.1) | Active connections prevent mux change (3.1) | Isolated (4.2) | 99 …Out-of-band command | Mux change with disconnections (3.2) | Isolated | 102 …Connection-based (2.3) | Conflicting connections prevent mux change (3.1) | Isolated | 103 …Connection-based | Mux change with disconnections | Isolated | 104 …Connection-based | Mux change without disconnections | Isolated | 105 …Out-of-band command | Conflicting connections prevent mux change | Isolated | 106 …Out-of-band command | Mux change with disconnections | Isolated | 107 …Out-of-band command | Mux change without disconnections | Isolated |
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | ast2600-greatlakes.dts | 102 line-name = "bmc-slot1-isolated-enabled"; 108 line-name = "bmc-slot2-isolated-enabled"; 114 line-name = "bmc-slot3-isolated-enabled"; 120 line-name = "bmc-slot4-isolated-enabled";
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpuset_prs.sh | 138 # Testing the new "isolated" partition root type 149 console_msg "Change from root to isolated" 150 test_partition isolated 152 console_msg "Change from isolated to member" 155 console_msg "Change from member to isolated" 156 test_partition isolated 158 console_msg "Change from isolated to root" 209 # P<v> = set cpus.partition (0:member, 1:root, 2:isolated, -1:root invalid) 384 2) VAL=isolated 512 isolated) [all …]
|
/openbmc/linux/drivers/watchdog/ |
H A D | wd501p.h | 31 /* inverted opto isolated reset output: */ 33 /* opto isolated reset output: */
|
/openbmc/linux/Documentation/hwmon/ |
H A 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
|
/openbmc/linux/drivers/base/ |
H A D | cpu.c | 280 cpumask_var_t isolated; in print_cpus_isolated() local 282 if (!alloc_cpumask_var(&isolated, GFP_KERNEL)) in print_cpus_isolated() 285 cpumask_andnot(isolated, cpu_possible_mask, in print_cpus_isolated() 287 len = sysfs_emit(buf, "%*pbl\n", cpumask_pr_args(isolated)); in print_cpus_isolated() 289 free_cpumask_var(isolated); in print_cpus_isolated() 293 static DEVICE_ATTR(isolated, 0444, print_cpus_isolated, NULL);
|
/openbmc/linux/include/linux/ |
H A 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
|
H A D | list_lru.h | 210 long isolated = 0; in list_lru_walk() local 214 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk() 219 return isolated; in list_lru_walk()
|
H A 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()
|
/openbmc/linux/arch/x86/platform/intel-quark/ |
H A 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
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A 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()
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A 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()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | HardwareIsolation.errors.yaml | 2 description: The requested hardware is already isolated.
|