Home
last modified time | relevance | path

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

/plan9/sys/src/9/pc/
H A Dmp.c67 apic->type = PcmpPROCESSOR; in mkprocessor()
329 && apic->type == PcmpPROCESSOR) in mklintr()
337 if((apic->flags & PcmpEN) && apic->type == PcmpPROCESSOR) in mklintr()
569 case PcmpPROCESSOR: in mpinit()
655 && apic->type == PcmpPROCESSOR){ in mpinit()
H A Dmp.h91 PcmpPROCESSOR = 0x00, /* one entry per processor */ enumerator
H A Dmpacpi.c76 if (apicset(apic, PcmpPROCESSOR, apicno, f) < 0) in mpnewproc()