Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h184 MemoryRegion mem_runtime; member
H A Dhcd-xhci.c3396 memory_region_init_io(&xhci->mem_runtime, OBJECT(dev), &xhci_runtime_ops, in usb_xhci_realize()
3403 memory_region_add_subregion(&xhci->mem, OFF_RUNTIME, &xhci->mem_runtime); in usb_xhci_realize()
3434 memory_region_del_subregion(&xhci->mem, &xhci->mem_runtime); in usb_xhci_unrealize()