Home
last modified time | relevance | path

Searched defs:LAPIC_IRQ_MASK (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/i386/include/
H A Di82489reg.h144 #define LAPIC_IRQ_MASK(i) (1 << ((i) + 1)) macro
/openbsd/sys/arch/amd64/include/
H A Di82489reg.h144 #define LAPIC_IRQ_MASK(i) (1 << ((i) + 1)) macro