Home
last modified time | relevance | path

Searched refs:kAttrShareability (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/arm64/
H A DVMSAv8TranslationMap.h30 static constexpr uint64_t kAttrShareability = (3UL << 8); variable
H A DVMSAv8TranslationMap.cpp932 uint64_t oldMemoryType = oldPte & (kAttrShareability | kAttrMemoryAttrIdx); in Protect()
933 uint64_t newMemoryType = newPte & (kAttrShareability | kAttrMemoryAttrIdx); in Protect()