Searched refs:PcmpEN (Results 1 – 3 of 3) sorted by relevance
63 if(!(p->flags & PcmpEN) || apicno > MaxAPICNO) in mkprocessor()156 if(!(p->flags & PcmpEN) || apicno > MaxAPICNO) in mkioapic()328 if((apic->flags & PcmpEN) in mklintr()337 if((apic->flags & PcmpEN) && apic->type == PcmpPROCESSOR) in mklintr()654 if((apic->flags & (PcmpBP|PcmpEN)) == PcmpEN in mpinit()834 if((apic->flags & PcmpEN) && apic->type == PcmpIOAPIC) in mpintrenablex()
65 apic->flags = f | PcmpEN | PcmpUsed; in apicset()129 f & PcmpEN? " enabled": "", already); in mpacpiproc()
102 PcmpEN = 0x01, /* enabled */ enumerator