Searched refs:APIC_EILVT_MASKED (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dapicdef.h147 #define APIC_EILVT_MASKED (1 << 16) macro
/linux-master/arch/x86/kernel/apic/
H A Dapic.c332 * setting the entry to APIC_EILVT_MASKED.
344 return (old & APIC_EILVT_MASKED)
345 || (new == APIC_EILVT_MASKED)
346 || ((new & ~APIC_EILVT_MASKED) == old);
358 vector = rsvd & ~APIC_EILVT_MASKED; /* 0: unassigned */
364 rsvd = new & ~APIC_EILVT_MASKED;

Completed in 89 milliseconds