Searched refs:shadow_accessed_mask (Results 1 – 1 of 1) sorted by relevance
174 static u64 __read_mostly shadow_accessed_mask; variable287 shadow_accessed_mask = accessed_mask; in kvm_mmu_set_mask_ptes()494 if (!shadow_accessed_mask) in spte_has_volatile_bits()500 if ((spte & shadow_accessed_mask) && in spte_has_volatile_bits()564 if (!shadow_accessed_mask) in mmu_spte_update()572 shadow_accessed_mask | shadow_dirty_mask)) in mmu_spte_update()575 if (spte_is_bit_cleared(old_spte, new_spte, shadow_accessed_mask)) in mmu_spte_update()610 if (!shadow_accessed_mask || old_spte & shadow_accessed_mask) in mmu_spte_clear_track_bits()1390 new_spte &= ~shadow_accessed_mask; in kvm_set_pte_rmapp()1496 BUG_ON(!shadow_accessed_mask); in kvm_age_rmapp()[all …]