Home
last modified time | relevance | path

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

/xv6-public/
H A Dmp.c78 if((mp = mpsearch()) == 0 || mp->physaddr == 0) in mpconfig()
80 conf = (struct mpconf*) P2V((uint) mp->physaddr); in mpconfig()
H A Dmp.h5 void *physaddr; // phys addr of MP config table member