Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dpte.h254 #define PTE2_A L2_AP0 /* Accessed - software emulated */ macro
292 #define PTE2_KERN(pa, ap, attr) PTE2(pa, (ap) | PTE2_A | PTE2_G, attr)
293 #define PTE2_KERN_NG(pa, ap, attr) PTE2(pa, (ap) | PTE2_A | PTE2_NG, attr)