/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon-our_range_memslots.c | 60 OurRangeMemslotsSlots *memslots = &our_range->slots; in our_range_memslots_init_slots() 65 memslots->slots = g_new0(MemoryRegion, memslots->count); in our_range_memslots_init_slots() 86 memory_region_init_alias(&memslots->slots[idx], memslot_owner, name, in our_range_memslots_init_slots() 93 memory_region_set_unmergeable(&memslots->slots[idx], true); in our_range_memslots_init_slots() 112 our_range->slots.size_each = memslot_size; in hvb_our_range_memslots_new() 113 our_range->slots.count = memslot_count; in hvb_our_range_memslots_new() 122 OurRangeMemslotsSlots *memslots = &our_range->slots; in our_range_memslots_free_memslots() 130 assert(memory_region_is_mapped(&memslots->slots[idx])); in our_range_memslots_free_memslots() 131 memory_region_del_subregion(our_range->mr, &memslots->slots[idx]); in our_range_memslots_free_memslots() 136 object_unparent(OBJECT(&memslots->slots[idx])); in our_range_memslots_free_memslots() [all …]
|
H A D | hv-balloon-our_range_memslots.h | 79 /* Slots array and its element count */ 80 MemoryRegion *slots; member 83 /* How many slots are currently mapped */ 91 OurRangeMemslotsSlots slots; member
|
/openbmc/qemu/hw/sd/ |
H A D | aspeed_sdhci.c | 45 val = extract64(sdhci->slots[0].capareg, 0, 32); in aspeed_sdhci_read() 48 val = extract64(sdhci->slots[0].capareg, 32, 32); in aspeed_sdhci_read() 51 val = extract64(sdhci->slots[0].maxcurr, 0, 32); in aspeed_sdhci_read() 54 val = extract64(sdhci->slots[1].capareg, 0, 32); in aspeed_sdhci_read() 57 val = extract64(sdhci->slots[1].capareg, 32, 32); in aspeed_sdhci_read() 60 val = extract64(sdhci->slots[1].maxcurr, 0, 32); in aspeed_sdhci_read() 90 sdhci->slots[0].capareg = deposit64(sdhci->slots[0].capareg, in aspeed_sdhci_write() 94 sdhci->slots[0].capareg = deposit64(sdhci->slots[0].capareg, in aspeed_sdhci_write() 98 sdhci->slots[0].maxcurr = deposit64(sdhci->slots[0].maxcurr, in aspeed_sdhci_write() 102 sdhci->slots[1].capareg = deposit64(sdhci->slots[1].capareg, in aspeed_sdhci_write() [all …]
|
/openbmc/qemu/docs/ |
H A D | memory-hotplug.txt | 13 hotpluggable memory slots to create and what is the maximum amount of 17 -m [size=]megs[,slots=n,maxmem=size] 22 - "slots" is the number of hotpluggable memory slots 27 qemu [...] -m 1G,slots=3,maxmem=4G 29 Creates a guest with 1GB of memory and three hotpluggable memory slots. 30 The hotpluggable memory slots are empty when the guest is booted, so all 33 hotplugged by using any combination of the available memory slots. 62 hotpluggable memory slots. This might seem counterintuitive at first, 67 2MB pages. Also, the guest has additional memory slots to hotplug more 70 qemu [...] -m 6GB,slots=4,maxmem=10G \
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | boost_handler_timeline_vis.js | 13 function FindFirstEntrySlot(slots) { argument 15 for (; i < slots.length; i++) { 16 if (slots[i] == undefined) break; 18 if (i >= slots.length) slots.push(undefined); 42 let slots = []; // In-flight handlers 58 const level = FindFirstEntrySlot(slots); 65 slots[level] = entry; 71 let entry = slots[level]; 78 let entry = slots[level]; 80 slots[level] = undefined; [all …]
|
/openbmc/u-boot/fs/btrfs/ |
H A D | ctree.c | 91 p->slots[i] = 0; in clear_path() 185 p->slots[lvl] = slot; in btrfs_search_tree() 214 slot = p.slots[level]; in jump_leaf() 225 p.slots[level] = slot + dir; in jump_leaf() 232 slot = p.slots[level + 1]; in jump_leaf() 242 p.slots[level] = 0; in jump_leaf() 244 p.slots[level] = p.nodes[level]->header.nritems - 1; in jump_leaf() 264 if (!p->slots[0]) in btrfs_prev_slot() 267 p->slots[0]--; in btrfs_prev_slot() 275 if (p->slots[0] + 1 >= leaf->header.nritems) in btrfs_next_slot() [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci-nec.c | 36 uint32_t slots; member 41 DEFINE_PROP_UINT32("slots", XHCINecState, slots, XHCI_MAXSLOTS), 50 pci->xhci.numslots = nec->slots; in nec_xhci_instance_init()
|
/openbmc/qemu/target/hexagon/ |
H A D | iclass.c | 23 #define DEF_PP_ICLASS32(TYPE, SLOTS, UNITS) \ argument 24 [ICLASS_FROM_TYPE(TYPE)] = SLOTS_##SLOTS, 25 #define DEF_EE_ICLASS32(TYPE, SLOTS, UNITS) \ argument 26 [ICLASS_FROM_TYPE(TYPE)] = SLOTS_##SLOTS,
|
H A D | iclass.h | 27 #define DEF_PP_ICLASS32(TYPE, SLOTS, UNITS) ICLASS_FROM_TYPE(TYPE), argument 28 #define DEF_EE_ICLASS32(TYPE, SLOTS, UNITS) ICLASS_FROM_TYPE(TYPE), argument
|
/openbmc/qemu/tests/functional/ |
H A D | test_mem_addr_space.py | 62 self.vm.add_args('-S', '-m', '512,slots=1,maxmem=59.6G', 80 self.vm.add_args('-S', '-m', '512,slots=1,maxmem=59.6G', 97 self.vm.add_args('-m', '512,slots=1,maxmem=59.5G', 115 self.vm.add_args('-m', '512,slots=1,maxmem=59.5G', 132 self.vm.add_args('-m', '512,slots=1,maxmem=59.5G', 152 self.vm.add_args('-S', '-m', '512,slots=1,maxmem=4G', 180 self.vm.add_args('-S', '-m', '512,slots=1,maxmem=988G', 201 self.vm.add_args('-S', '-m', '512,slots=1,maxmem=976G', 218 self.vm.add_args('-S', '-m', '512,slots=1,maxmem=987.5G', 235 self.vm.add_args('-S', '-m', '512,slots=1,maxmem=975.5G', [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.fsl_iim | 14 A fuse word contains 8 fuse bit slots, as explained in 30.4.2.2.1. 16 A bank contains 256 fuse word slots, as shown by the memory map in 30.3.1. 18 Some fuse bit or word slots may not have the corresponding fuses actually
|
H A D | README.mxc_ocotp | 16 A fuse word contains 32 fuse bit slots, as explained in 46.2.1. 18 A bank contains 8 fuse word slots, as explained in 46.2.1 and shown by the 21 Some fuse bit or word slots may not have the corresponding fuses actually
|
/openbmc/qemu/net/ |
H A D | netmap.c | 173 /* Not enough netmap slots. Tell the kernel that we have seen the new in netmap_receive_iov() 174 * available slots (so that it notifies us again when it has more in netmap_receive_iov() 175 * ones), but without publishing any new slots to be processed in netmap_receive_iov() 189 /* Split each iovec fragment over more netmap slots, if in netmap_receive_iov() 195 /* We ran out of netmap slots while splitting the in netmap_receive_iov() 219 /* Now update ring->head and ring->cur to publish the new slots and in netmap_receive_iov() 254 /* Keep sending while there are available slots in the netmap in netmap_send() 273 /* Advance ring->cur to tell the kernel that we have seen the slots. */ in netmap_send() 278 * incomplete slots by updating ring->head. We will hopefully in netmap_send() 286 /* Release the slots to the kernel. */ in netmap_send()
|
/openbmc/qemu/disas/ |
H A D | xtensa.c | 40 int slot, slots; in print_insn_xtensa() local 74 slots = xtensa_format_num_slots(isa, fmt); in print_insn_xtensa() 76 if (slots > 1) { in print_insn_xtensa() 80 for (slot = 0; slot < slots; ++slot) { in print_insn_xtensa() 123 if (slots > 1) { in print_insn_xtensa()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | pcie_slots.hpp | 51 nlohmann::json& slots = asyncResp->res.jsonValue["Slots"]; in onPcieSlotGetAllDone() local 54 slots.get_ptr<nlohmann::json::array_t*>(); in onPcieSlotGetAllDone() 57 BMCWEB_LOG_ERROR("Slots key isn't an array???"); in onPcieSlotGetAllDone() 129 slots.emplace_back(std::move(slot)); in onPcieSlotGetAllDone() 199 asyncResp->res.jsonValue["Slots"] = nlohmann::json::array(); in onMapperSubtreeDone()
|
/openbmc/u-boot/board/freescale/t4rdb/ |
H A D | ddr.h | 61 * The three slots have slightly different timing. The center values are good 62 * for all slots. We use identical speed tables for them. In future use, if 70 * The three slots have slightly different timing. See comments above.
|
/openbmc/qemu/docs/specs/ |
H A D | acpi_erst.rst | 75 - record_size: Specifies the size of the records (or slots) in the 101 The backend storage is divided into fixed size "slots", 8KiB in 102 length, with each slot storing a single record. Not all slots need to 105 of unoccupied slots. 109 Depending upon the size of the backend storage, additional slots will 118 and contains N number of slots to store records. The example below 120 remaining slots are empty/available.
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/ |
H A D | fan-rotor-fail-mechanism | 37 #Function : Power off all slots(1 to 8) 52 echo "Starting the shutdown process for all slots..."
|
/openbmc/qemu/hw/nubus/ |
H A D | mac-nubus-bridge.c | 23 /* Macintosh only has slots 0x9 to 0xe available */ in mac_nubus_bridge_init() 27 /* Aliases for slots 0x9 to 0xe */ in mac_nubus_bridge_init()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | qconf.h | 63 public slots: 220 public slots: 248 public slots: 277 public slots: 298 public slots:
|
/openbmc/u-boot/board/freescale/t4qds/ |
H A D | ddr.h | 65 * The three slots have slightly different timing. The center values are good 66 * for all slots. We use identical speed tables for them. In future use, if 74 * The three slots have slightly different timing. See comments above.
|
/openbmc/qemu/accel/hvf/ |
H A D | hvf-all.c | 156 mem = &hvf_state->slots[x]; in hvf_set_phys_mem() 163 error_report("No free slots"); in hvf_set_phys_mem() 274 s->num_slots = ARRAY_SIZE(s->slots); in hvf_accel_init() 276 s->slots[x].size = 0; in hvf_accel_init() 277 s->slots[x].slot_id = x; in hvf_accel_init()
|
/openbmc/qemu/hw/pci/ |
H A D | pcie_port.c | 53 QLIST_HEAD(, PCIESlot) slots; 79 QLIST_INIT(&c->slots); in pcie_chassis_create() 87 QLIST_FOREACH(s, &c->slots, next) { in pcie_chassis_find_slot_with_chassis() 105 QLIST_INSERT_HEAD(&c->slots, slot, next); in pcie_chassis_add_slot()
|
/openbmc/estoraged/src/erase/ |
H A D | cryptoErase.cpp | 32 lg2::error("Failed to load the key slots for destruction", in doErase() 38 /* find key slots */ in doErase()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | Makefile.target | 53 HEX_TESTS += invalid-slots 59 run-invalid-slots: invalid-slots
|