Searched refs:L2_SIZE (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/arch/riscv64/include/
H A Dpte.h59 #define L2_SIZE (1UL << L2_SHIFT) macro
60 #define L2_OFFSET (L2_SIZE - 1)
/openbsd-current/sys/arch/arm64/include/
H A Dpte.h90 #define L2_SIZE (1 << L2_SHIFT) macro
91 #define L2_OFFSET (L2_SIZE - 1)
/openbsd-current/sys/arch/arm/include/
H A Dpmap.h120 #define L2_SIZE (1 << L2_LOG2) macro
165 struct l2_dtable *pm_l2[L2_SIZE];
/openbsd-current/sys/arch/arm/arm/
H A Dpmap7.c335 (L2_SIZE - 1))

Completed in 124 milliseconds