Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dpaging_tmpl.h313 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) in FNAME()
483 if (is_shadow_present_pte(*sptep)) { in FNAME()
491 if (!is_shadow_present_pte(*sptep)) in FNAME()
587 if (!is_shadow_present_pte(sp->spt[i])) in FNAME()
Dmmu.c218 static int is_shadow_present_pte(u64 pte) in is_shadow_present_pte() function
241 return is_shadow_present_pte(pte); in is_rmap_pte()
762 if (is_shadow_present_pte(*pos)) { in is_empty_shadow_page()
1010 if (is_shadow_present_pte(ent) && !is_large_pte(ent)) { in __mmu_unsync_walk()
1300 if (is_shadow_present_pte(pt[i])) in kvm_mmu_page_unlink_children()
1310 if (is_shadow_present_pte(ent)) { in kvm_mmu_page_unlink_children()
2325 if (is_shadow_present_pte(pte)) { in mmu_pte_write_zap_pte()
2361 if (!is_shadow_present_pte(old)) in need_remote_flush()
2363 if (!is_shadow_present_pte(new)) in need_remote_flush()
2448 && is_shadow_present_pte(*spte)) in kvm_mmu_access_page()
[all …]