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

/freebsd-13-stable/sys/arm/include/
H A Dpte-v6.h150 #define L2_B 0x00000004 /* Bufferable page */ macro
178 #define TEX2_CLASS_1 ( L2_B)
180 #define TEX2_CLASS_3 ( L2_C | L2_B)
182 #define TEX2_CLASS_5 (L2_TEX0 | L2_B)
184 #define TEX2_CLASS_7 (L2_TEX0 | L2_C | L2_B)
275 #define PTE2_ATTR_MASK (L2_TEX0 | L2_C | L2_B)
278 ((((attr) & (L2_C | L2_B)) >> L2_CB_SHIFT) | \
/freebsd-13-stable/sys/arm/arm/
H A Dpmap-v6.c193 (((l2_attr) & L2_B) ? L1_S_B : 0) | \
205 (((l1_attr) & L1_S_B) ? L2_B : 0) | \

Completed in 170 milliseconds