Home
last modified time | relevance | path

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

/external/grub/stage2/
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()
Dsmp-imps.h68 #define IMPS_FLAG_ENABLED 1 macro