Home
last modified time | relevance | path

Searched refs:is_shadow_present_pte (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Dmmu_audit.c47 if (is_shadow_present_pte(ent[i]) && in __mmu_spte_walk()
113 if (!is_shadow_present_pte(*sptep) || !is_last_spte(*sptep, level)) in audit_mappings()
161 if (is_shadow_present_pte(*sptep) && is_last_spte(*sptep, level)) in audit_sptes_have_rmaps()
Dmmu.c304 static int is_shadow_present_pte(u64 pte) in is_shadow_present_pte() function
316 return is_shadow_present_pte(pte); in is_rmap_spte()
373 if (is_shadow_present_pte(spte)) in count_spte_clear()
497 if (!is_shadow_present_pte(spte)) in spte_has_volatile_bits()
525 WARN_ON(is_shadow_present_pte(*sptep)); in mmu_spte_set()
545 if (!is_shadow_present_pte(old_spte)) { in mmu_spte_update()
1375 BUG_ON(!is_shadow_present_pte(*sptep)); in kvm_set_pte_rmapp()
1500 BUG_ON(!is_shadow_present_pte(*sptep)); in kvm_age_rmapp()
1530 BUG_ON(!is_shadow_present_pte(*sptep)); in kvm_test_age_rmapp()
1593 if (is_shadow_present_pte(*pos)) { in is_empty_shadow_page()
[all …]
Dpaging_tmpl.h547 if (is_shadow_present_pte(*spte)) in FNAME()
596 if (!is_shadow_present_pte(*it.sptep)) { in FNAME()
623 if (is_shadow_present_pte(*it.sptep)) in FNAME()
879 if (!is_shadow_present_pte(*sptep) || !sp->unsync_children) in FNAME()