Home
last modified time | relevance | path

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

/sys/amd64/include/
Dpmap.h75 void PMap_SystemLookup(uint64_t va, PageEntry **entry, int size);
/sys/amd64/
Dxmem.c69 PMap_SystemLookup(xmem->base + off, &entry, PGSIZE); in XMem_Destroy()
Dpmap.c460 PMap_SystemLookup(uint64_t va, PageEntry **entry, int size) in PMap_SystemLookup() function