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

/freebsd-12-stable/sys/arm/include/
H A Dpmap-v6.h78 #ifndef NKPT2PG
89 #define NKPT2PG 32 macro
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v6.c269 vm_offset_t kernel_vm_end = KERNBASE + NKPT2PG * NPT2_IN_PG * PTE1_SIZE;
812 pt2pg_pa = pmap_preboot_get_pages(NKPT2PG);
814 size = NKPT2PG * PAGE_SIZE;
910 * Note that we have allocated NKPT2PG pages for L2 page tables in advance
930 ("%s: NKPT2PG too small", __func__));
1558 static u_long nkpt2pg = NKPT2PG;

Completed in 117 milliseconds