Searched defs:vkdPortRead (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/Misc/ |
H A D | VirtualKD.cpp | 82 static DECLCALLBACK(int) vkdPortRead(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb) function 205 PDMDevHlpIOPortRegister(pDevIns, 0x5658, 2, NULL, vkdPortWrite, vkdPortRead, NULL, NULL, "VirtualKD");
|
Completed in 59 milliseconds