Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dpmap.c6099 pd_entry_t *ptd; member
6113 h->ptd = IdlePTD; in __CONCAT()
6115 h->orig_ptd = *h->ptd; in __CONCAT()
6116 *h->ptd = vtophys(h->pte) | PG_RW | PG_V; in __CONCAT()
6127 *h->ptd = h->orig_ptd; /* remove page table */ in __CONCAT()