Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ohci.c455 return get_dwords(ohci, addr, (uint32_t *)ed, sizeof(*ed) >> 2); in ohci_read_ed()
608 ed->head & OHCI_DPTR_MASK, ed->tail & OHCI_DPTR_MASK, in ohci_service_iso_td()
1082 ed->head |= OHCI_ED_H; in ohci_service_td()
1105 struct ohci_ed ed; in ohci_service_ed_list() local
1124 if ((ed.head & OHCI_ED_H) || (ed.flags & OHCI_ED_K)) { in ohci_service_ed_list()
1137 while ((ed.head & OHCI_DPTR_MASK) != ed.tail) { in ohci_service_ed_list()
1139 (ed.head & OHCI_ED_C) != 0, ed.head & OHCI_DPTR_MASK, in ohci_service_ed_list()
1140 ed.tail & OHCI_DPTR_MASK, ed.next & OHCI_DPTR_MASK); in ohci_service_ed_list()
1142 OHCI_BM(ed.flags, ED_FA), OHCI_BM(ed.flags, ED_EN), in ohci_service_ed_list()
1143 OHCI_BM(ed.flags, ED_D), (ed.flags & OHCI_ED_S) != 0, in ohci_service_ed_list()
[all …]
/qemu/tests/tcg/cris/bare/
H A Dcheck_addxc.s84 checkr3 800000ed
H A Dcheck_addxm.s99 checkr3 800000ed
/qemu/docs/devel/migration/
H A Dvfio.rst98 dirty tracking module and marks system memory pages which were DMA-ed by the
/qemu/docs/devel/
H A Dkconfig.rst287 to ``n`` unless it is ``select``\ ed or explicitly switched on in the
H A Drcu.txt38 and these can now be safely reclaimed (e.g., freed or unref'ed).
H A Dmulti-process.rst780 ``mmap()``\ ed by the emulation process to share the emulation's view of
/qemu/docs/about/
H A Dremoved-features.rst866 QEMU Nios II architecture was orphan; Intel has EOL'ed the Nios II
980 QEMU Nios II architecture was orphan; Intel has EOL'ed the Nios II
/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc621 * byte 8 are in their final spots so avr[i], i={0,1} can be and-ed with
625 * shifted avr values(saved in tmp) can be and-ed with new value of tcg_mask...