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

/freebsd-11-stable/sys/arm/include/
H A Dpte-v6.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-11-stable/sys/arm/arm/
H A Dlocore-v6.S396 ldr r4, =PTE1_V|PTE1_A|PTE1_AP_KRW|TEX1_CLASS_0
400 ldr r4, =PTE1_V|PTE1_A|PTE1_AP_KRW|TEX1_CLASS_0
H A Dpmap-v6.c188 #define PTE1_PROMOTE (PTE1_V | PTE1_A | PTE1_NM | PTE1_S | PTE1_NG | \
195 (((l2_attr) & PTE2_A) ? PTE1_A : 0) | \
207 (((l1_attr) & PTE1_A) ? PTE2_A : 0) | \
3640 if (opte1 & PTE1_A)
3700 if ((opte1 & PTE1_A) == 0 || (m = pmap_pt2_page(pmap, va)) == NULL) {
3709 if ((opte1 & PTE1_A) == 0 || (m = vm_page_alloc(NULL,
3784 KASSERT((opte1 & PTE1_A) != 0,
3785 ("%s: opte1 is missing PTE1_A", __func__));
3814 * PTE1_A set. If the old PTE1 has not PTE1_RO set, it also
3816 * another processor changing the setting of PTE1_A an
[all...]

Completed in 161 milliseconds