Searched refs:p4_p (Results 1 – 1 of 1) sorted by relevance
1616 pml4_entry_t *p4_p; in create_pagetables() local1750 p4_p = (pml4_entry_t *)KPML4phys; in create_pagetables()1751 p4_p[PML4PML4I] = KPML4phys; in create_pagetables()1752 p4_p[PML4PML4I] |= X86_PG_RW | X86_PG_V | pg_nx; in create_pagetables()1756 p4_p[DMPML4I + i] = DMPDPphys + ptoa(i); in create_pagetables()1757 p4_p[DMPML4I + i] |= X86_PG_RW | X86_PG_V | pg_nx; in create_pagetables()1762 p4_p[KPML4BASE + i] = KPDPphys + ptoa(i); in create_pagetables()1763 p4_p[KPML4BASE + i] |= X86_PG_RW | X86_PG_V; in create_pagetables()