Home
last modified time | relevance | path

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

/sys/amd64/
Dpmap.c41 PageTable *pgtbl = PAlloc_AllocPage(); in PMap_Init()
124 PageTable *tbl2 = (PageTable *)DMPA2VA(pte & PGNUMMASK); in PMap_DestroyAS()
128 PageTable *tbl3 = (PageTable *)DMPA2VA(pte2 & PGNUMMASK); in PMap_DestroyAS()
133 PageTable *tbl4 = (PageTable *)DMPA2VA(pte3 & PGNUMMASK); in PMap_DestroyAS()
195 static PageTable *
199 PageTable *pgtbl = PAlloc_AllocPage(); in PMapAllocPageTable()
223 PageTable *table = space->root; in PMap_Translate()
237 table = (PageTable *)DMPA2VA(pte & PGNUMMASK); in PMap_Translate()
245 table = (PageTable *)DMPA2VA(pte & PGNUMMASK); in PMap_Translate()
257 table = (PageTable *)DMPA2VA(pte & PGNUMMASK); in PMap_Translate()
[all …]
Dmbentry.c28 PAGE_ALIGN DATA_SECTION PageTable bootpgtbl3 = { .entries = {
48 PAGE_ALIGN DATA_SECTION PageTable bootpgtbl2 = { .entries = {
53 PAGE_ALIGN DATA_SECTION PageTable bootpgtbl1 = { .entries = {
/sys/amd64/include/
Damd64.h54 typedef struct PageTable { struct
56 } PageTable; argument
Dpmap.h53 PageTable *root;