Searched refs:kAttrAF (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/arm64/
H A DVMSAv8TranslationMap.cpp21 static constexpr uint64_t kAttrAF = (1UL << 10); variable
314 attr &= ~kAttrAF;
326 if ((oldAttr & kAttrAF) != 0)
327 newAttr |= kAttrAF;
435 PageUnmapped(area, pa >> fPageBits, (tmp_pte & kAttrAF) != 0, (tmp_pte & kAttrAP2) == 0,
507 if ((pte & kAttrAF) != 0)
H A Darch_int.cpp133 static constexpr uint64_t kAttrAF = (1UL << 10); variable
162 if (!wr && (*pte & kAttrAF) == 0) {
163 atomic_or64((int64*)pte, kAttrAF);

Completed in 40 milliseconds