35 static void*
remap (mword phys);
static void * remap(mword phys)
Maps the passed physical address to the fixed virtual address REMAP_SADDR as a single 4MB page.
Definition: ptab.cc:65
static mword get_mapping(mword virt)
Returns the page table entry for the virtual address virt, INCLUDING THE ATTRIBUTE BITS.
Definition: ptab.cc:52
static bool insert_mapping(mword virt, mword phys, mword attr)
Inserts a 4 KB mapping into the page table.
Definition: ptab.cc:20