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

/freebsd-12-stable/sys/arm/include/
H A Dpmap_var.h65 #define PT2TAB_ENTRIES (NPTE1_IN_PT1 / NPT2_IN_PG) macro
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v6.c582 * PT2TAB_ENTRIES is defined as a division of NPTE1_IN_PT1 by NPT2_IN_PG.
585 CTASSERT(NPTE1_IN_PT1 == (PT2TAB_ENTRIES * NPT2_IN_PG));
597 #define NB_IN_PT2TAB (PT2TAB_ENTRIES * sizeof(pt2_entry_t))
6924 for (i = 0; i < PT2TAB_ENTRIES; i++) {

Completed in 126 milliseconds