Home
last modified time | relevance | path

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

/f-stack/freebsd/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)
/f-stack/freebsd/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.c194 (((l2_attr) & PTE2_A) ? PTE1_A : 0) | \
206 (((l1_attr) & PTE1_A) ? PTE2_A : 0) | \
3645 if (opte1 & PTE1_A) in pmap_remove_pte1()
3714 if ((opte1 & PTE1_A) == 0 || (m = vm_page_alloc(NULL, in pmap_demote_pte1()
3789 KASSERT((opte1 & PTE1_A) != 0, in pmap_demote_pte1()
4894 l1prot = PTE1_U | PTE1_NG | PTE1_RW | PTE1_M | PTE1_A; in pmap_object_init_pt()
5253 rv = (pte1 & (PTE1_A | PTE1_V)) == (PTE1_A | PTE1_V); in pmap_is_referenced_pvh()
5337 if ((opte1 & PTE1_A) != 0) { in pmap_ts_referenced()
5359 pte1_clear_bit(pte1p, PTE1_A); in pmap_ts_referenced()
6241 if (pte1 & PTE1_A) in pmap_mincore()
[all …]