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

/freebsd-12-stable/sys/arm/include/
H A Dpte-v6.h161 #define L2_AP2 0x00000200 /* access permissions bit 2*/ macro
252 * - L2_AP2 (RO / not RW) is used as page not modified bit
257 #define PTE2_NM L2_AP2 /* not modified bit - software emulated
H A Dpte-v4.h230 #define L2_AP2(x) ((x) << 8) /* access permissions (sp 2) */ macro
H A Dpmap-v4.h268 #define L2_AP(x) (L2_AP0(x) | L2_AP1(x) | L2_AP2(x) | L2_AP3(x))

Completed in 61 milliseconds