Home
last modified time | relevance | path

Searched refs:macslot (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c92 struct mac_slot *macslot; in do_hvf_set_memory() local
95 macslot = &mac_slots[slot->slot_id]; in do_hvf_set_memory()
97 if (macslot->present) { in do_hvf_set_memory()
98 if (macslot->size != slot->size) { in do_hvf_set_memory()
99 macslot->present = 0; in do_hvf_set_memory()
100 ret = hv_vm_unmap(macslot->gpa_start, macslot->size); in do_hvf_set_memory()
109 macslot->present = 1; in do_hvf_set_memory()
110 macslot->gpa_start = slot->start; in do_hvf_set_memory()
111 macslot->size = slot->size; in do_hvf_set_memory()