Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu_audit.c48 !is_last_spte(ent[i], level)) { in __mmu_spte_walk()
113 if (!is_shadow_present_pte(*sptep) || !is_last_spte(*sptep, level)) in audit_mappings()
163 if (is_shadow_present_pte(*sptep) && is_last_spte(*sptep, level)) in audit_sptes_have_rmaps()
Dpaging_tmpl.h690 if (is_last_spte(*sptep, level)) { in FNAME()
Dmmu.c276 static int is_last_spte(u64 pte, int level) in is_last_spte() function
1772 if (is_last_spte(spte, iterator->level)) { in __shadow_walk_next()
1835 if (is_last_spte(pte, sp->role.level)) { in mmu_page_zap_pte()
3851 !is_last_spte(pt[i], sp->role.level)) in kvm_mmu_slot_remove_write_access()