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

/freebsd-12-stable/sys/arm/include/
H A Dpte-v6.h209 #define PTE1_A L1_S_AP0 /* Accessed - software emulated */ macro
244 #define PTE1_KERN(pa, ap, attr) PTE1(pa, (ap) | PTE1_A | PTE1_G, attr)
245 #define PTE1_KERN_NG(pa, ap, attr) PTE1(pa, (ap) | PTE1_A | PTE1_NG, attr)
/freebsd-12-stable/sys/arm/arm/
H A Dlocore-v6.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
H A Dpmap-v6.c187 #define PTE1_PROMOTE (PTE1_V | PTE1_A | PTE1_NM | PTE1_S | PTE1_NG | \
194 (((l2_attr) & PTE2_A) ? PTE1_A : 0) | \
206 (((l1_attr) & PTE1_A) ? PTE2_A : 0) | \
3648 if (opte1 & PTE1_A)
3708 if ((opte1 & PTE1_A) == 0 || (m = pmap_pt2_page(pmap, va)) == NULL) {
3717 if ((opte1 & PTE1_A) == 0 || (m = vm_page_alloc(NULL,
3792 KASSERT((opte1 & PTE1_A) != 0,
3793 ("%s: opte1 is missing PTE1_A", __func__));
3822 * PTE1_A set. If the old PTE1 has not PTE1_RO set, it also
3824 * another processor changing the setting of PTE1_A an
[all...]

Completed in 205 milliseconds