Searched refs:pd_p (Results 1 – 1 of 1) sorted by relevance
1614 pd_entry_t *pd_p; in create_pagetables() local1679 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()