Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/ !
H A Dmmu_internal.h155 static inline bool is_mirror_sp(const struct kvm_mmu_page *sp) in is_mirror_sp() function
178 if (is_mirror_sp(root)) in kvm_gfn_root_bits()
H A Dtdp_mmu.c106 if (likely(!is_mirror_sp(root))) in tdp_mmu_root_match()
477 if (is_mirror_sp(sp)) { in handle_removed_pt()
483 if (is_mirror_sp(sp) && in handle_removed_pt()
1306 if (is_mirror_sp(sp)) in kvm_tdp_mmu_map()
H A Dspte.h290 return is_mirror_sp(sptep_to_sp(rcu_dereference(sptep))); in is_mirror_sptep()