Lines Matching refs:systemAS
15 AS systemAS;
31 systemAS.root = PAlloc_AllocPage();
32 systemAS.tables = PAGETABLE_ENTRIES / 2 + 1;
33 systemAS.mappings = 0;
34 if (!systemAS.root)
38 systemAS.root->entries[i] = 0;
46 systemAS.root->entries[i] = pte;
61 PMap_LoadAS(&systemAS);
69 PMap_LoadAS(&systemAS);
102 as->root->entries[i] = systemAS.root->entries[i];
462 PMapLookupEntry(&systemAS, va, entry, size);
487 PMapLookupEntry(&systemAS, va, &entry, LARGE_PGSIZE);
521 PMapLookupEntry(&systemAS, va, &entry, PGSIZE);