Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dpmap.c1614 pd_entry_t *pd_p; in create_pagetables() local
1679 pd_p = (pd_entry_t *)KPDphys; in create_pagetables()
1681 pd_p[i] = (KPTphys + ptoa(i)) | X86_PG_RW | X86_PG_V; in create_pagetables()
1690 pd_p[i] = (i << PDRSHIFT) | X86_PG_V | PG_PS | pg_g | in create_pagetables()
1714 pd_p = (pd_entry_t *)DMPDphys; in create_pagetables()
1716 pd_p[j] = (vm_paddr_t)i << PDRSHIFT; in create_pagetables()
1718 pd_p[j] |= X86_PG_RW | X86_PG_V | PG_PS | pg_g | in create_pagetables()
1739 pd_p = (pd_entry_t *)DMPDkernphys; in create_pagetables()
1741 pd_p[i] = (i << PDRSHIFT) | X86_PG_V | PG_PS | pg_g | in create_pagetables()