Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.c168 IMPS_BCT_IOAPIC, 0, 0, IMPS_FLAG_ENABLED, IOAPIC_ADDR_DEFAULT
372 if (!(proc->flags & IMPS_FLAG_ENABLED)) in add_processor()
416 if (!(ioapic->flags & IMPS_FLAG_ENABLED)) in add_ioapic()
592 = IMPS_FLAG_ENABLED | IMPS_CPUFLAG_BOOT; in imps_read_bios()
593 defconfig.proc[!apicid].flags = IMPS_FLAG_ENABLED; in imps_read_bios()
H A Dsmp-imps.h68 #define IMPS_FLAG_ENABLED 1 macro