Home
last modified time | relevance | path

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

/qemu/hw/i386/
H A Dvmport.c72 VMPortReadFunc *func[VMPORT_ENTRIES];
73 void *opaque[VMPORT_ENTRIES];
85 assert(command < VMPORT_ENTRIES); in vmport_register()
116 if (command >= VMPORT_ENTRIES || !s->func[command]) { in vmport_ioport_read()
/qemu/include/hw/i386/
H A Dvmport.h18 VMPORT_ENTRIES enumerator