Searched refs:kAttrMemoryAttrIdx (Results 1 – 2 of 2) sorted by relevance
34 static constexpr uint64_t kAttrMemoryAttrIdx = (3UL << 2); variable
932 uint64_t oldMemoryType = oldPte & (kAttrShareability | kAttrMemoryAttrIdx); in Protect()933 uint64_t newMemoryType = newPte & (kAttrShareability | kAttrMemoryAttrIdx); in Protect()