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

/freebsd-10.3-release/sys/i386/i386/
H A Dpmap.c273 static pd_entry_t *KPTD; variable
483 SYSMAP(pt_entry_t *, KPTD, KPTmap, KVA_PAGES)
486 KPTD[i] = (KPTphys + (i << PAGE_SHIFT)) | pgeflag | PG_RW | PG_V;
489 * Adjust the start of the KPTD and KPTmap so that the implementation
492 KPTD -= KPTDI;
2152 pdir_pde(KPTD, kernel_vm_end) = pgeflag | newpdir;

Completed in 52 milliseconds