Home
last modified time | relevance | path

Searched refs:LAPIC_IRR (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/x86/include/
H A Di82489reg.h79 #define LAPIC_IRR 0x200 /* Interrupt Req RO */ macro
/netbsd-src/sys/arch/x86/x86/
H A Dlapic.c546 uint16_t reg = LAPIC_IRR + LAPIC_TIMER_VECTOR / 32 * 16; in lapic_get_timecount()