Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dpte.h207 #define PTE1_A L1_S_AP0 /* Accessed - software emulated */ macro
242 #define PTE1_KERN(pa, ap, attr) PTE1(pa, (ap) | PTE1_A | PTE1_G, attr)
243 #define PTE1_KERN_NG(pa, ap, attr) PTE1(pa, (ap) | PTE1_A | PTE1_NG, attr)
/freebsd/sys/arm/arm/
H A Dlocore.S401 ldr r4, =PTE1_V|PTE1_A|PTE1_AP_KRW|TEX1_CLASS_0
405 ldr r4, =PTE1_V|PTE1_A|PTE1_AP_KRW|TEX1_CLASS_0