Searched refs:PFN (Results 1 - 1 of 1) sorted by relevance

/gem5/system/alpha/console/
H A Dconsole.c61 #define PFN(x) ((((ulong)(x) & ~KSEG) >> 13)) macro
274 {{ 0, /* 000: starting PFN of this cluster */
282 { 0, /* 000: starting PFN of this cluster */
290 { 0, /* 000: starting PFN of this cluster */
439 first[0] = KPTE(PFN(second));
440 first[1] = KPTE(PFN(first)); /* Region 3 */
443 second[SECOND(0x10000000)] = KPTE(PFN(third_rpb));
447 second[SECOND(0x20000000) + i] = KPTE(PFN(third_kernel) + i);
451 second[SECOND(0x40000000)] = KPTE(PFN(second));
470 second[SECOND(DATABASE_BASE)] = KPTE(PFN(dbPag
[all...]

Completed in 7 milliseconds