Home
last modified time | relevance | path

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

/sys/amd64/
Dpmap.c293 PageTable *newtable = PMapAllocPageTable(); in PMapLookupEntry() local
294 if (!newtable) in PMapLookupEntry()
297 pte = DMVA2PA((uint64_t)newtable) | PTE_P | PTE_W | PTE_U; in PMapLookupEntry()
309 PageTable *newtable = PMapAllocPageTable(); in PMapLookupEntry() local
310 if (!newtable) in PMapLookupEntry()
313 pte = DMVA2PA((uint64_t)newtable) | PTE_P | PTE_W | PTE_U; in PMapLookupEntry()
325 PageTable *newtable = PMapAllocPageTable(); in PMapLookupEntry() local
326 if (!newtable) in PMapLookupEntry()
329 pte = DMVA2PA((uint64_t)newtable) | PTE_P | PTE_W | PTE_U; in PMapLookupEntry()