Home
last modified time | relevance | path

Searched refs:PG_A (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dpmap.c2401 if ((tpte & PG_A) != 0) in pmap_pv_reclaim()
3003 if (oldpde & PG_A) in pmap_remove_pde()
3054 if (oldpte & PG_A) in pmap_remove_pte()
3269 if (tpte & PG_A) in __CONCAT()
3517 if ((newpde & ((PG_FRAME & PDRMASK) | PG_A | PG_V)) != (PG_A | PG_V)) { in pmap_promote_pde()
4472 PG_A); in __CONCAT()
5012 rv = (*pte & (PG_A | PG_V)) == (PG_A | PG_V); in pmap_is_referenced_pvh()
5133 if ((*pde & PG_A) != 0) { in __CONCAT()
5773 if ((pte & PG_A) != 0) in __CONCAT()
6025 if ((opte & (PG_V | PG_A)) == (PG_V | PG_A)) in __CONCAT()
[all …]
H A Dminidump_machdep_base.c301 fakept[k] = (pa + (k * PAGE_SIZE)) | PG_V | PG_RW | PG_A | PG_M; in minidumpsys()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c4439 PG_A | PG_M; in pmap_allocpte_nosleep()
4468 PG_A | PG_M; in pmap_allocpte_nosleep()
5880 if (oldpde & PG_A) in pmap_remove_pde()
5929 if (oldpte & PG_A) in pmap_remove_pte()
6239 if (tpte & PG_A) in pmap_remove_all()
6517 if ((newpde & ((PG_FRAME & PDRMASK) | PG_A | PG_V)) != (PG_A | PG_V) || in pmap_promote_pde()
8216 mask |= PG_V | PG_A; in pmap_page_test_mappings()
8249 mask |= PG_V | PG_A; in pmap_page_test_mappings()
9848 *pde |= PG_A; in pmap_emulate_accessed_dirty()
9870 *pte |= PG_M | PG_A; in pmap_emulate_accessed_dirty()
[all …]
/f-stack/freebsd/i386/include/
H A Dpmap.h59 #define PG_A 0x020 /* A Accessed */ macro
87 PG_M | PG_A | PG_NC_PCD | PG_NC_PWT | PG_U | PG_RW | PG_V)
/f-stack/freebsd/amd64/include/
H A Dpmap.h101 #define PG_A X86_PG_A macro
129 PG_M | PG_A | PG_U | PG_RW | PG_V | PG_PKU_MASK)
155 #undef PG_A
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2140 if (!check_only && (pte32 & PG_A) == 0) { in _vm_gla2gpa()
2142 pte32, pte32 | PG_A) == 0) { in _vm_gla2gpa()
2223 if (!check_only && (pte & PG_A) == 0) { in _vm_gla2gpa()
2225 pte, pte | PG_A) == 0) { in _vm_gla2gpa()