Home
last modified time | relevance | path

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

/sys/amd64/
Dpmap.c15 AS systemAS; variable
31 systemAS.root = PAlloc_AllocPage(); in PMap_Init()
32 systemAS.tables = PAGETABLE_ENTRIES / 2 + 1; in PMap_Init()
33 systemAS.mappings = 0; in PMap_Init()
34 if (!systemAS.root) in PMap_Init()
38 systemAS.root->entries[i] = 0; in PMap_Init()
46 systemAS.root->entries[i] = pte; in PMap_Init()
61 PMap_LoadAS(&systemAS); in PMap_Init()
69 PMap_LoadAS(&systemAS); in PMap_InitAP()
102 as->root->entries[i] = systemAS.root->entries[i]; in PMap_NewAS()
[all …]
Dmp.c23 extern AS systemAS;
65 args[0] = DMVA2PA((uint64_t)systemAS.root); in MPBootAP()