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

/freebsd-current/sys/arm/include/
H A Dpte.h288 #define PTE2_AP_COMMON (PTE2_V | PTE2_S) macro
290 #define PTE2(pa, ap, attr) (PTE2_PA(pa) | (ap) | (attr) | PTE2_AP_COMMON)

Completed in 208 milliseconds