Home
last modified time | relevance | path

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

/reactos/hal/halx86/include/
H A Dioapic.h83 extern ULONG APICMode; /* APIC mode at startup */
/reactos/hal/halx86/mp/
H A Dmpconfig.c564 APICMode = amPIC; in HaliGetSmpConfig()
569 APICMode = amVWIRE; in HaliGetSmpConfig()
H A Dapic.c49 ULONG APICMode; /* APIC mode at startup */ variable
552 if (CPU == BootCPU && (APICMode == amPIC || !tmp)) in APICSetup()
922 if (APICMode == amPIC) in HaliInitBSP()