Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu_internal.h162 static inline bool is_mirror_sp(const struct kvm_mmu_page *sp) in is_mirror_sp() function
185 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()
481 if (is_mirror_sp(sp)) { in handle_removed_pt()
487 if (is_mirror_sp(sp) && in handle_removed_pt()
1281 if (is_mirror_sp(sp)) in kvm_tdp_mmu_map()
H A Dspte.h281 return is_mirror_sp(sptep_to_sp(rcu_dereference(sptep))); in is_mirror_sptep()