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

/freebsd-12-stable/sys/arm/include/
H A Dpmap-v4.h121 #define L2_BUCKET_SIZE (1 << L2_BUCKET_LOG2) macro
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v4.c324 * The l2_dtable tracks L2_BUCKET_SIZE worth of L1 slots.
340 } l2_bucket[L2_BUCKET_SIZE];
353 #define L2_BUCKET(l1idx) ((l1idx) & (L2_BUCKET_SIZE - 1))
2091 size = howmany(size, L2_BUCKET_SIZE);

Completed in 113 milliseconds