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