Home
last modified time | relevance | path

Searched refs:DMVA2PA (Results 1 – 5 of 5) sorted by relevance

/sys/kern/
Dpalloc.c112 uintptr_t base = (uintptr_t)DMVA2PA(start); in PAlloc_AddRegion()
138 uintptr_t base = (uintptr_t)DMVA2PA(start); in PAlloc_AddRegion()
174 uintptr_t entry = (uintptr_t)DMVA2PA(pg) / PGSIZE; in PAllocGetInfo()
/sys/amd64/
Dpmap.c42 PageEntry pte = DMVA2PA((uint64_t)pgtbl) | PTE_W | PTE_P; in PMap_Init()
184 write_cr3(DMVA2PA((uint64_t)space->root)); in PMap_LoadAS()
297 pte = DMVA2PA((uint64_t)newtable) | PTE_P | PTE_W | PTE_U; in PMapLookupEntry()
313 pte = DMVA2PA((uint64_t)newtable) | PTE_P | PTE_W | PTE_U; in PMapLookupEntry()
329 pte = DMVA2PA((uint64_t)newtable) | PTE_P | PTE_W | PTE_U; in PMapLookupEntry()
441 *entry = (uint64_t)DMVA2PA(pg) | PTE_P | PTE_U | flags; in PMap_AllocMap()
Dxmem.c109 PMap_SystemMap(DMVA2PA((uint64_t)pg), xmem->base + off, 1, 0); in XMem_Allocate()
Dmp.c65 args[0] = DMVA2PA((uint64_t)systemAS.root); in MPBootAP()
/sys/amd64/include/
Dpmap.h47 #define DMVA2PA(dmva) ((dmva) - MEM_DIRECTMAP_BASE) macro