Home
last modified time | relevance | path

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

/xv6-public/
H A Dmp.c75 struct mpconf *conf; in mpconfig() local
80 conf = (struct mpconf*) P2V((uint) mp->physaddr); in mpconfig()
81 if(memcmp(conf, "PCMP", 4) != 0) in mpconfig()
83 if(conf->version != 1 && conf->version != 4) in mpconfig()
85 if(sum((uchar*)conf, conf->length) != 0) in mpconfig()
88 return conf; in mpconfig()
97 struct mpconf *conf; in mpinit() local
101 if((conf = mpconfig(&mp)) == 0) in mpinit()
104 lapic = (uint*)conf->lapicaddr; in mpinit()
105 for(p=(uchar*)(conf+1), e=(uchar*)conf+conf->length; p<e; ){ in mpinit()