Searched defs:u8EntryType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevFwCommon.cpp326 uint8_t u8EntryType; member in struct:MPSPROCENTRY
339 uint8_t u8EntryType; member in struct:MPSBUSENTRY
348 uint8_t u8EntryType; member in struct:MPSIOAPICENTRY
359 uint8_t u8EntryType; member in struct:MPSIOINTERRUPTENTRY
1045 pProcEntry->u8EntryType = 0; /* processor entry */
1062 pBusEntry->u8EntryType = 1; /* bus entry */
1069 pBusEntry->u8EntryType = 1; /* bus entry */
1080 pIOAPICEntry->u8EntryType = 2; /* I/O-APIC entry */
1095 pIrqEntry->u8EntryType = 3; /* I/O interrupt entry */
1113 pIrqEntry->u8EntryType
[all...]

Completed in 113 milliseconds