Searched refs:pd_p (Results 1 – 1 of 1) sorted by relevance
1677 pd_entry_t *pd_p; in create_pagetables() local1771 pd_p = (pd_entry_t *)KPDphys; in create_pagetables()1773 pd_p[i] = (KPTphys + ptoa(i)) | X86_PG_RW | X86_PG_V; in create_pagetables()1781 pd_p[0] = X86_PG_V | PG_PS | pg_g | X86_PG_M | X86_PG_A | in create_pagetables()1785 pd_p[i] = pax | X86_PG_V | PG_PS | pg_g | X86_PG_M | in create_pagetables()1810 pd_p = (pd_entry_t *)KASANPDphys; in create_pagetables()1812 pd_p[i + kasankpdi] = (KASANPTphys + ptoa(i)) | X86_PG_RW | in create_pagetables()1829 pd_p = (pd_entry_t *)DMPDphys; in create_pagetables()1831 pd_p[j] = (vm_paddr_t)i << PDRSHIFT; in create_pagetables()1833 pd_p[j] |= X86_PG_RW | X86_PG_V | PG_PS | pg_g | in create_pagetables()[all …]