Home
last modified time | relevance | path

Searched refs:slots (Results 1 – 25 of 58) sorted by relevance

123

/qemu/hw/hyperv/
H A Dhv-balloon-our_range_memslots.c60 OurRangeMemslotsSlots *memslots = &our_range->slots; 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()
136 object_unparent(OBJECT(&memslots->slots[idx])); in our_range_memslots_free_memslots()
139 g_clear_pointer(&our_range->slots.slots, g_free); in our_range_memslots_free_memslots()
144 OurRangeMemslotsSlots *memslots = &our_range->slots; in hvb_our_range_memslots_free()
148 assert(our_range->slots.count > 0); in hvb_our_range_memslots_free()
149 assert(our_range->slots.slots); in hvb_our_range_memslots_free()
151 hostmem_mr = memslots->slots[0].alias; in hvb_our_range_memslots_free()
[all …]
H A Dhv-balloon-our_range_memslots.h80 MemoryRegion *slots; member
91 OurRangeMemslotsSlots slots; member
/qemu/hw/sd/
H A Daspeed_sdhci.c43 val = (uint32_t)sdhci->slots[0].capareg; in aspeed_sdhci_read()
46 val = (uint32_t)sdhci->slots[0].maxcurr; in aspeed_sdhci_read()
49 val = (uint32_t)sdhci->slots[1].capareg; in aspeed_sdhci_read()
52 val = (uint32_t)sdhci->slots[1].maxcurr; in aspeed_sdhci_read()
82 sdhci->slots[0].capareg = (uint64_t)(uint32_t)val; in aspeed_sdhci_write()
85 sdhci->slots[0].maxcurr = (uint64_t)(uint32_t)val; in aspeed_sdhci_write()
88 sdhci->slots[1].capareg = (uint64_t)(uint32_t)val; in aspeed_sdhci_write()
91 sdhci->slots[1].maxcurr = (uint64_t)(uint32_t)val; in aspeed_sdhci_write()
142 Object *sdhci_slot = OBJECT(&sdhci->slots[i]); in aspeed_sdhci_realize()
143 SysBusDevice *sbd_slot = SYS_BUS_DEVICE(&sdhci->slots[i]); in aspeed_sdhci_realize()
[all …]
/qemu/docs/
H A Dmemory-hotplug.txt13 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 \
H A Dnvdimm.txt19 -m $RAM_SIZE,slots=$N,maxmem=$MAX_SIZE
27 - "slots=$N" should be equal to or larger than the total amount of
126 should always ensure the memory option "-m ...,slots=N" specifies
127 enough number of slots, i.e.
/qemu/disas/
H A Dxtensa.c40 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()
/qemu/hw/usb/
H A Dhcd-xhci-nec.c38 uint32_t slots; member
49 DEFINE_PROP_UINT32("slots", XHCINecState, slots, XHCI_MAXSLOTS),
60 pci->xhci.numslots = nec->slots; in nec_xhci_instance_init()
H A Dhcd-xhci.c915 slot = &xhci->slots[slotid - 1]; in xhci_epmask_to_eps_with_streams()
1140 slot = &xhci->slots[slotid-1]; in xhci_enable_ep()
1236 slot = &xhci->slots[slotid-1]; in xhci_ep_nuke_xfers()
1273 slot = &xhci->slots[slotid-1]; in xhci_disable_ep()
1314 slot = &xhci->slots[slotid-1]; in xhci_stop_ep()
1351 slot = &xhci->slots[slotid-1]; in xhci_reset_ep()
1405 slot = &xhci->slots[slotid-1]; in xhci_set_ep_dequeue()
2061 xhci->slots[slotid-1].intr = 0; in xhci_disable_slot()
2158 slot = &xhci->slots[slotid-1]; in xhci_address_slot()
2214 octx = xhci->slots[slotid-1].ctx; in xhci_configure_slot()
[all …]
H A Dhcd-xhci.h212 XHCISlot slots[XHCI_MAXSLOTS]; member
/qemu/hw/pci/
H A Dpcie_port.c53 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()
115 QLIST_INSERT_HEAD(&c->slots, slot, next); in pcie_chassis_add_slot()
/qemu/docs/specs/
H A Dacpi_erst.rst75 - 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.
/qemu/tests/tcg/hexagon/
H A DMakefile.target53 HEX_TESTS += invalid-slots
58 run-invalid-slots: invalid-slots
/qemu/accel/hvf/
H A Dhvf-accel-ops.c75 slot = &hvf_state->slots[x]; in hvf_find_overlap_slot()
183 mem = &hvf_state->slots[x]; in hvf_set_phys_mem()
332 s->num_slots = ARRAY_SIZE(s->slots); in hvf_accel_init()
334 s->slots[x].size = 0; in hvf_accel_init()
335 s->slots[x].slot_id = x; in hvf_accel_init()
/qemu/tests/qemu-iotests/
H A D210.out26 slots:
79 slots:
135 slots:
206 slots:
H A D198.out48 slots:
94 slots:
H A D14985 slots = []
89 slots.append(slot)
90 return slots
H A D293.out31 == filling 4 slots with secret 2 ==
53 == erasing secret3 will fail now since it is the only secret (in 3 slots) ==
/qemu/hw/audio/
H A Dpl041.c257 uint32_t slots = s->regs.txcr1 & TXSLOT_MASK; in pl041_fifo1_transmit() local
261 if ((channel->tx_enabled) && (slots & (TXSLOT3 | TXSLOT4))) { in pl041_fifo1_transmit()
403 uint32_t slots = (s->regs.txcr1 & TXSLOT_MASK) >> TXSLOT_MASK_BIT; in pl041_write() local
408 "txfen = %i\n", txen, slots, tsize, compact_mode, txfen); in pl041_write()
/qemu/include/hw/sd/
H A Daspeed_sdhci.h26 SDHCIState slots[ASPEED_SDHCI_NUM_SLOTS]; member
/qemu/include/sysemu/
H A Dhvf_int.h43 hvf_slot slots[32]; member
H A Dkvm_int.h44 KVMSlot *slots; member
/qemu/target/xtensa/
H A Dxtensa-isa.c582 return xtensa_opcode_lookup(isa, intisa->slots[slot_id].nop_name); in xtensa_format_slot_nop_opcode()
596 (*intisa->slots[slot_id].get_fn)(insn, slotbuf); in xtensa_format_get_slot()
611 (*intisa->slots[slot_id].set_fn)(insn, slotbuf); in xtensa_format_set_slot()
669 opc = (intisa->slots[slot_id].opcode_decode_fn) (slotbuf); in xtensa_opcode_decode()
938 get_fn = intisa->slots[slot_id].get_field_fns[intop->field_id]; in xtensa_operand_get_field()
974 set_fn = intisa->slots[slot_id].set_field_fns[intop->field_id]; in xtensa_operand_set_field()
1026 intisa->slots[slot_id].get_field_fns[intop->field_id]; in xtensa_operand_encode()
1028 intisa->slots[slot_id].set_field_fns[intop->field_id]; in xtensa_operand_encode()
H A Dxtensa-isa-internal.h179 xtensa_slot_internal *slots; member
/qemu/hw/acpi/
H A Dpcihp.c182 static void acpi_pcihp_eject_slot(AcpiPciHpState *s, unsigned bsel, unsigned slots) in acpi_pcihp_eject_slot() argument
186 int slot = ctz32(slots); in acpi_pcihp_eject_slot()
/qemu/qapi/
H A Dcrypto.json328 # @slots: information about each key slot
342 'slots': [ 'QCryptoBlockInfoLUKSSlot' ] }}
361 # @active: The slots contain the given password and marked as active
363 # @inactive: The slots are erased (contain garbage) and marked as

123