Searched refs:KPTD (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c258 static pd_entry_t *KPTD; variable
488 SYSMAP(pt_entry_t *, KPTD, KPTmap, KVA_PAGES)
491 KPTD[i] = (KPTphys + (i << PAGE_SHIFT)) | pgeflag | PG_RW | PG_V;
494 * Adjust the start of the KPTD and KPTmap so that the implementation
497 KPTD -= KPTDI;
2144 pdir_pde(KPTD, kernel_vm_end) = pgeflag | newpdir;

Completed in 170 milliseconds