Home
last modified time | relevance | path

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

/openbsd/sys/arch/riscv64/include/
H A Dpte.h57 #define L2_SIZE (1UL << L2_SHIFT) macro
58 #define L2_OFFSET (L2_SIZE - 1)
/openbsd/sys/arch/arm64/include/
H A Dpte.h88 #define L2_SIZE (1 << L2_SHIFT) macro
89 #define L2_OFFSET (L2_SIZE - 1)
/openbsd/sys/arch/arm/include/
H A Dpmap.h120 #define L2_SIZE (1 << L2_LOG2) macro
165 struct l2_dtable *pm_l2[L2_SIZE];
/openbsd/sys/arch/arm/arm/
H A Dpmap7.c349 (L2_SIZE - 1))