Home
last modified time | relevance | path

Searched refs:APIC_SVR_ENABLE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/platform/pc64/apic/
H A Dapicreg.h565 #define APIC_SVR_ENABLE 0x00000100 macro
H A Dlapic.c377 temp |= APIC_SVR_ENABLE; /* enable the LAPIC */ in lapic_init()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmp_machdep.c364 LAPIC_WRITE(svr, (LAPIC_READ(svr) & ~APIC_SVR_ENABLE)); in init_secondary()