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

/vbox/src/VBox/Devices/PC/
H A DDevAPIC.cpp278 uint32_t lvt[APIC_LVT_NB]; member in struct:APICState
799 pApic->lvt[iReg - 0x32] = u64Value;
1004 *pu64Value = pApic->lvt[iReg - 0x32];
1130 u32Lvec = pApic->lvt[APIC_LVT_LINT0 + u8Pin]; /* Fetch corresponding LVT entry. */
1348 pApic->lvt[i] = 1 << 16; /* mask LVT */
1501 if (pApic->lvt[APIC_LVT_TIMER] & APIC_LVT_TIMER_PERIODIC)
1555 if ( !(pApic->lvt[APIC_LVT_TIMER] & APIC_LVT_MASKED)
1603 uint32_t const fOld = pApic->lvt[APIC_LVT_TIMER];
1604 pApic->lvt[APIC_LVT_TIMER] = fNew;
1704 if (!(pApic->lvt[APIC_LVT_TIME
[all...]

Completed in 38 milliseconds