Searched refs:PTE2_A (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | pte-v6.h | 256 #define PTE2_A L2_AP0 /* Accessed - software emulated */ macro 294 #define PTE2_KERN(pa, ap, attr) PTE2(pa, (ap) | PTE2_A | PTE2_G, attr) 295 #define PTE2_KERN_NG(pa, ap, attr) PTE2(pa, (ap) | PTE2_A | PTE2_NG, attr)
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pmap-v6.c | 2891 if ((tpte2 & PTE2_A) != 0) in pmap_pv_reclaim() 3457 (PTE2_A | PTE2_V)) { in pmap_promote_pte1() 4030 if ((opte2 & ~(PTE2_NM | PTE2_A)) != (npte2 & ~(PTE2_NM | PTE2_A))) { in pmap_enter() 4059 if ((opte2 & PTE2_A) != 0) in pmap_enter() 4130 if (opte2 & PTE2_A) in pmap_remove_pte2() 4315 if (opte2 & PTE2_A) in pmap_remove_all() 5256 rv = (pte2 & (PTE2_A | PTE2_V)) == (PTE2_A | PTE2_V); in pmap_is_referenced_pvh() 5388 if ((opte2 & PTE2_A) != 0) { in pmap_ts_referenced() 5389 pte2_clear_bit(pte2p, PTE2_A); in pmap_ts_referenced() 5656 pte2_clear_bit(pte2p, PTE2_A); in pmap_advise() [all …]
|