Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Dmmu_audit.c38 if (is_shadow_present_pte(ent[i]) && in __mmu_spte_walk()
116 if (!is_shadow_present_pte(*sptep) || !is_last_spte(*sptep, level)) in audit_mappings()
166 if (is_shadow_present_pte(*sptep) && is_last_spte(*sptep, level)) in audit_sptes_have_rmaps()
Dpaging_tmpl.h476 if (!is_shadow_present_pte(*it.sptep)) { in FNAME()
502 if (is_shadow_present_pte(*it.sptep)) in FNAME()
657 if (is_shadow_present_pte(*sptep)) { in FNAME()
668 if (!is_shadow_present_pte(*sptep) || !sp->unsync_children) in FNAME()
789 if (!is_shadow_present_pte(sp->spt[i])) in FNAME()
Dmmu.c238 static int is_shadow_present_pte(u64 pte) in is_shadow_present_pte() function
261 return is_shadow_present_pte(pte); in is_rmap_spte()
310 if (!is_shadow_present_pte(spte)) in spte_has_volatile_bits()
850 BUG_ON(!is_shadow_present_pte(*spte)); in kvm_set_pte_rmapp()
1014 if (is_shadow_present_pte(*pos)) { in is_empty_shadow_page()
1254 if (!is_shadow_present_pte(ent) || is_large_pte(ent)) in __mmu_unsync_walk()
1611 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) { in validate_direct_spte()
1643 if (is_shadow_present_pte(ent)) { in kvm_mmu_page_unlink_children()
3152 if (is_shadow_present_pte(pte)) { in mmu_pte_write_zap_pte()
3181 if (!is_shadow_present_pte(old)) in need_remote_flush()
[all …]