Lines Matching refs:slot
77 struct qxl_memslot *slot) in setup_hw_slot() argument
79 qdev->ram_header->mem_slot.mem_start = slot->start_phys_addr; in setup_hw_slot()
80 qdev->ram_header->mem_slot.mem_end = slot->end_phys_addr; in setup_hw_slot()
88 struct qxl_memslot *slot; in setup_slot() local
92 slot = &qdev->mem_slots[slot_index]; in setup_slot()
93 slot->start_phys_addr = start_phys_addr; in setup_slot()
94 slot->end_phys_addr = end_phys_addr; in setup_slot()
96 setup_hw_slot(qdev, slot_index, slot); in setup_slot()
98 slot->generation = qdev->rom->slot_generation; in setup_slot()
100 high_bits |= slot->generation; in setup_slot()
102 slot->high_bits = high_bits; in setup_slot()