Home
last modified time | relevance | path

Searched refs:sptep_to_sp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c290 struct kvm_mmu_page *sp = sptep_to_sp(sptep); in kvm_flush_remote_tlbs_sptep()
371 struct kvm_mmu_page *sp = sptep_to_sp(sptep); in count_spte_clear()
569 int level = sptep_to_sp(sptep)->role.level; in mmu_spte_clear_track_bits()
1097 sp = sptep_to_sp(spte); in rmap_remove()
1201 sp = sptep_to_sp(sptep); in drop_large_spte()
1644 sp = sptep_to_sp(spte); in __rmap_add()
1785 sp = sptep_to_sp(spte); in mark_unsync()
3028 sp = sptep_to_sp(sptep); in direct_pte_prefetch()
3448 sp = sptep_to_sp(sptep); in fast_page_fault()
6464 sp = sptep_to_sp(huge_sptep); in shadow_mmu_try_split_huge_pages()
[all …]
H A Dspte.h235 static inline struct kvm_mmu_page *sptep_to_sp(u64 *sptep) in sptep_to_sp() function
H A Dtdp_mmu.c212 parent_sp = sptep_to_sp(rcu_dereference(iter->sptep)); in tdp_mmu_init_child_sp()
322 struct kvm_mmu_page *sp = sptep_to_sp(rcu_dereference(pt)); in handle_removed_pt()
956 struct kvm_mmu_page *sp = sptep_to_sp(rcu_dereference(iter->sptep)); in tdp_mmu_map_handle_target_level()
H A Dpaging_tmpl.h592 sp = sptep_to_sp(sptep); in FNAME()