Go to the source code of this file.
Functions | |
int | VirtualKDPortOutHandler (PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb) |
int | VirtualKDPortInHandler (PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb) |
int | VirtualKDPortOutStringHandler (PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, RTGCPTR *pGCPtrSrc, PRTGCUINTREG pcTransfers, unsigned cb) |
int | VirtualKDPortInStringHandler (PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, RTGCPTR *pGCPtrDst, PRTGCUINTREG pcTransfers, unsigned cb) |
int VirtualKDPortInHandler | ( | PPDMDEVINS | pDevIns, | |
void * | pvUser, | |||
RTIOPORT | Port, | |||
uint32_t * | pu32, | |||
unsigned | cb | |||
) |
Definition at line 69 of file IOHandlers.cpp.
int VirtualKDPortInStringHandler | ( | PPDMDEVINS | pDevIns, | |
void * | pvUser, | |||
RTIOPORT | Port, | |||
RTGCPTR * | pGCPtrDst, | |||
PRTGCUINTREG | pcTransfers, | |||
unsigned | cb | |||
) |
int VirtualKDPortOutHandler | ( | PPDMDEVINS | pDevIns, | |
void * | pvUser, | |||
RTIOPORT | Port, | |||
uint32_t | u32, | |||
unsigned | cb | |||
) |
int VirtualKDPortOutStringHandler | ( | PPDMDEVINS | pDevIns, | |
void * | pvUser, | |||
RTIOPORT | Port, | |||
RTGCPTR * | pGCPtrSrc, | |||
PRTGCUINTREG | pcTransfers, | |||
unsigned | cb | |||
) |