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

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_init.c280 KPTphys = ALLOCPAGES(NKPT); /* level 1 */
291 INTEL_PTE_WRITE, (uintptr_t)ID_MAP_VTOP(KPTphys), 0, NKPT);
322 KPTphys = ALLOCPAGES(NKPT); /* level 1 */
340 INTEL_PTE_WRITE, (uintptr_t)ID_MAP_VTOP(KPTphys), 0, NKPT);
H A Dpmap.h294 #ifndef NKPT
295 #define NKPT 500 /* actual number of kernel page tables */ macro
H A Dgenassym.c342 DECLARE("NKPT", NKPT);
H A Dpmap.c721 nkpt = NKPT;
722 OSAddAtomic(NKPT, &inuse_ptepages_count);
723 OSAddAtomic64(NKPT, &alloc_ptepages_count);
724 bootstrap_wired_pages = NKPT;
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c370 nkpt = NKPT;
371 OSAddAtomic(NKPT, &inuse_ptepages_count);
372 OSAddAtomic64(NKPT, &alloc_ptepages_count);
373 bootstrap_wired_pages = NKPT;

Completed in 37 milliseconds