Searched refs:_spte (Results 1 – 1 of 1) sorted by relevance
1181 u64 _spte = *spte; in kvm_age_rmapp() local1182 BUG_ON(!(_spte & PT_PRESENT_MASK)); in kvm_age_rmapp()1183 _young = _spte & PT_ACCESSED_MASK; in kvm_age_rmapp()1209 u64 _spte = *spte; in kvm_test_age_rmapp() local1210 BUG_ON(!(_spte & PT_PRESENT_MASK)); in kvm_test_age_rmapp()1211 young = _spte & PT_ACCESSED_MASK; in kvm_test_age_rmapp()