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

/freebsd-13-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-13-stable/sys/arm/arm/
H A Dlocore-v6.S404 ldr r4, =PTE1_V|PTE1_A|PTE1_AP_KRW|TEX1_CLASS_0
408 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) | \
3645 if (opte1 & PTE1_A)
3705 if ((opte1 & PTE1_A) == 0 || (m = pmap_pt2_page(pmap, va)) == NULL) {
3714 if ((opte1 & PTE1_A) == 0 || (m = vm_page_alloc(NULL,
3789 KASSERT((opte1 & PTE1_A) != 0,
3790 ("%s: opte1 is missing PTE1_A", __func__));
3819 * PTE1_A set. If the old PTE1 has not PTE1_RO set, it also
3821 * another processor changing the setting of PTE1_A an
[all...]

Completed in 126 milliseconds