Home
last modified time | relevance | path

Searched defs:mpproc (Results 1 – 1 of 1) sorted by relevance

/xv6-public/
H A Dmp.h29 struct mpproc { // processor table entry struct
30 uchar type; // entry type (0)
31 uchar apicid; // local APIC id
32 uchar version; // local APIC verison
33 uchar flags; // CPU flags
35 uchar signature[4]; // CPU signature
36 uint feature; // feature flags from CPUID instruction
37 uchar reserved[8];