Home
last modified time | relevance | path

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

/qemu/include/hw/i386/
H A Dvmport.h7 typedef uint32_t VMPortReadFunc(void *opaque, uint32_t address); typedef
26 void vmport_register(VMPortCommand command, VMPortReadFunc *func, void *opaque);
/qemu/hw/i386/
H A Dvmport.c72 VMPortReadFunc *func[VMPORT_ENTRIES];
83 void vmport_register(VMPortCommand command, VMPortReadFunc *func, void *opaque) in vmport_register()