Searched refs:p4_p (Results 1 – 1 of 1) sorted by relevance
1441 pml4_entry_t *p4_p; in create_pagetables() local1575 p4_p = (pml4_entry_t *)KPML4phys; in create_pagetables()1576 p4_p[PML4PML4I] = KPML4phys; in create_pagetables()1577 p4_p[PML4PML4I] |= X86_PG_RW | X86_PG_V | pg_nx; in create_pagetables()1581 p4_p[DMPML4I + i] = DMPDPphys + ptoa(i); in create_pagetables()1582 p4_p[DMPML4I + i] |= X86_PG_RW | X86_PG_V | pg_nx; in create_pagetables()1587 p4_p[KPML4BASE + i] = KPDPphys + ptoa(i); in create_pagetables()1588 p4_p[KPML4BASE + i] |= X86_PG_RW | X86_PG_V; in create_pagetables()