Searched refs:AS (Results 1 – 8 of 8) sorted by relevance
| /sys/amd64/include/ |
| D | pmap.h | 51 typedef struct AS struct 56 } AS; argument 61 AS* PMap_NewAS(); 62 void PMap_DestroyAS(AS *space); 63 AS* PMap_CurrentAS(); 64 void PMap_LoadAS(AS *space); 65 void PMap_Dump(AS *space); 67 uintptr_t PMap_Translate(AS *space, uintptr_t va); 70 bool PMap_Map(AS *as, uint64_t phys, uint64_t virt, uint64_t pages, uint64_t flags); 71 bool PMap_AllocMap(AS *as, uint64_t virt, uint64_t len, uint64_t flags); [all …]
|
| /sys/amd64/ |
| D | pmap.c | 15 AS systemAS; 16 AS *currentAS[MAX_CPUS]; 79 AS* 83 AS *as = PAlloc_AllocPage(); in PMap_NewAS() 116 PMap_DestroyAS(AS *space) in PMap_DestroyAS() 167 AS * 182 PMap_LoadAS(AS *space) in PMap_LoadAS() 220 PMap_Translate(AS *space, uintptr_t va) in PMap_Translate() 278 PMapLookupEntry(AS *space, uint64_t va, PageEntry **entry, int size) in PMapLookupEntry() 355 PMap_Map(AS *as, uint64_t phys, uint64_t virt, uint64_t pages, uint64_t flags) in PMap_Map() [all …]
|
| D | mp.c | 23 extern AS systemAS;
|
| /sys/kern/ |
| D | loader.c | 61 LoaderLoadSegment(AS *as, VNode *vn, uintptr_t vaddr, in LoaderLoadSegment() 98 LoaderZeroSegment(AS *as, uintptr_t vaddr, uintptr_t len) in LoaderZeroSegment() 136 AS *as = thr->space; in Loader_Load()
|
| /sys/include/ |
| D | thread.h | 33 AS *space; 67 AS *space;
|
| / |
| D | LICENSE | 7 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR(S) DISCLAIM ALL WARRANTIES
|
| D | SConstruct | 13 ("AS", "Assembler"), 36 if 'AS' in os.environ: 37 env["AS"] = os.getenv('AS')
|
| /lib/liblwip/ |
| D | COPYING | 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|