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

/freebsd-11-stable/sys/arm/include/
H A Dpmap_var.h65 #define PT2TAB_ENTRIES (NPTE1_IN_PT1 / NPT2_IN_PG)
73 #define PT2MAP_SIZE (NPTE1_IN_PT1 * NB_IN_PT2)
H A Dpte-v6.h186 #define NPTE1_IN_PT1 L1_ENTRIES macro
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c557 CTASSERT(NB_IN_PT1 == (sizeof(pt1_entry_t) * NPTE1_IN_PT1));
566 * PT2TAB_ENTRIES is defined as a division of NPTE1_IN_PT1 by NPT2_IN_PG.
569 CTASSERT(NPTE1_IN_PT1 == (PT2TAB_ENTRIES * NPT2_IN_PG));
6618 for (i = 0; i < NPTE1_IN_PT1; i++) {
6812 for(i = 0; i < NPTE1_IN_PT1; i++) {

Completed in 104 milliseconds