Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/include/
H A Di82489reg.h39 # define LAPIC_ID_MASK 0xff000000 macro
/netbsd-src/sys/arch/x86/x86/
H A Dcpu.c394 lapic_writereg(LAPIC_ID, (reg & ~LAPIC_ID_MASK) | in cpu_attach()