Home
last modified time | relevance | path

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

/qemu/hw/acpi/
H A Dcpu_hotplug.c193 Aml *status_map = aml_local(5); /* Local5 = active cpu bitmap */ in build_legacy_cpu_hotplug_aml() local
199 aml_append(method, aml_store(aml_name(CPU_STATUS_MAP), status_map)); in build_legacy_cpu_hotplug_aml()
218 aml_append(else_ctx, aml_store(aml_derefof(aml_index(status_map, in build_legacy_cpu_hotplug_aml()
/qemu/hw/usb/
H A Dhost-libusb.c207 static const unsigned int status_map[] = { variable
431 r->p->status = status_map[xfer->status]; in usb_host_req_complete_ctrl()
481 r->p->status = status_map[xfer->status]; in usb_host_req_complete_data()