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

/external/qemu/hw/
H A Dapic.c78 uint32_t lvt[APIC_LVT_NB]; member in struct:APICState
142 uint32_t lvt = s->lvt[vector]; local
145 if (lvt & APIC_LVT_MASKED)
148 switch ((lvt >> 8) & 7) {
164 (lvt & APIC_LVT_LEVEL_TRIGGER))
166 apic_set_irq(s, lvt & 0xff, trigger_mode);
176 uint32_t lvt = s->lvt[APIC_LVT_LINT0]; local
178 switch ((lvt >>
[all...]

Completed in 38 milliseconds