Home
last modified time | relevance | path

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

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