Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/i386/i386/
Dpmapae.c1109 pt_entry_t *dpte = PTESLEW(cdst_pte, id); in pmap_copy_page_pae() local
1114 if (*spte || *dpte) in pmap_copy_page_pae()
1119 *dpte = (dstpa & PG_FRAME) | PG_V | PG_RW; in pmap_copy_page_pae()
1122 *spte = *dpte = 0; in pmap_copy_page_pae()
Dpmap.c1677 pt_entry_t *dpte = PTESLEW(cdst_pte, id); in pmap_copy_page_86() local
1682 if (*spte || *dpte) in pmap_copy_page_86()
1687 *dpte = (dstpa & PG_FRAME) | PG_V | PG_RW; in pmap_copy_page_86()
1690 *spte = *dpte = 0; in pmap_copy_page_86()