Searched refs:p4_p (Results 1 – 1 of 1) sorted by relevance
721 pml4_entry_t *p4_p; in create_pagetables() local818 p4_p = (pml4_entry_t *)KPML4phys; in create_pagetables()819 p4_p[PML4PML4I] = KPML4phys; in create_pagetables()820 p4_p[PML4PML4I] |= X86_PG_RW | X86_PG_V | PG_U; in create_pagetables()824 p4_p[DMPML4I + i] = DMPDPphys + ptoa(i); in create_pagetables()825 p4_p[DMPML4I + i] |= X86_PG_RW | X86_PG_V | PG_U; in create_pagetables()830 p4_p[KPML4BASE + i] = KPDPphys + ptoa(i); in create_pagetables()831 p4_p[KPML4BASE + i] |= X86_PG_RW | X86_PG_V | PG_U; in create_pagetables()