Searched refs:PDMDevHlpDMAReadMemory (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp1623 int rc2 = PDMDevHlpDMAReadMemory(fdctrl->pDevIns, nchan,
1652 int rc2 = PDMDevHlpDMAReadMemory(fdctrl->pDevIns, nchan,
1683 int rc2 = PDMDevHlpDMAReadMemory (fdctrl->pDevIns, nchan, tmpbuf,
/vbox/src/VBox/Devices/Audio/
H A DDevSB16.cpp1692 int rc = PDMDevHlpDMAReadMemory(pThis->pDevIns, nchan, tmpbuf, dma_pos, cbToRead, &cbRead);
/vbox/include/VBox/vmm/
H A Dpdmdev.h5078 DECLINLINE(int) PDMDevHlpDMAReadMemory(PPDMDEVINS pDevIns, unsigned uChannel, void *pvBuffer, uint32_t off, uint32_t cbBlock, uint32_t *pcbRead) function

Completed in 3058 milliseconds