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

/external/oprofile/module/x86/
H A Dapic_compat.h48 #define APIC_LVT_MASKED (1 << 16) macro
/external/qemu/hw/intc/
H A Dapic.c53 #define APIC_LVT_MASKED (1<<16) macro
146 if (lvt & APIC_LVT_MASKED)
594 (lvt0 & APIC_LVT_MASKED) == 0)
622 if (!(s->lvt[APIC_LVT_TIMER] & APIC_LVT_MASKED)) {

Completed in 220 milliseconds