Searched refs:PTE1_A (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/arm/include/ |
| HD | pte.h | 207 #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-14-stable/sys/arm/arm/ |
| HD | locore-v6.S | 408 ldr r4, =PTE1_V|PTE1_A|PTE1_AP_KRW|TEX1_CLASS_0 412 ldr r4, =PTE1_V|PTE1_A|PTE1_AP_KRW|TEX1_CLASS_0
|
| HD | pmap-v6.c | 185 #define PTE1_PROMOTE (PTE1_V | PTE1_A | PTE1_NM | PTE1_S | PTE1_NG | \ 192 (((l2_attr) & PTE2_A) ? PTE1_A : 0) | \ 204 (((l1_attr) & PTE1_A) ? PTE2_A : 0) | \ 3626 if (opte1 & PTE1_A) in pmap_remove_pte1() 3686 if ((opte1 & PTE1_A) == 0 || (m = pmap_pt2_page(pmap, va)) == NULL) { in pmap_demote_pte1() 3695 if ((opte1 & PTE1_A) == 0 || in pmap_demote_pte1() 3770 KASSERT((opte1 & PTE1_A) != 0, in pmap_demote_pte1() 4874 l1prot = PTE1_U | PTE1_NG | PTE1_RW | PTE1_M | PTE1_A; in pmap_object_init_pt() 5233 rv = (pte1 & (PTE1_A | PTE1_V)) == (PTE1_A | PTE1_V); in pmap_is_referenced_pvh() 5317 if ((opte1 & PTE1_A) != 0) { in pmap_ts_referenced() [all …]
|