Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/mmu/
Dtdp_iter.c11 static void tdp_iter_refresh_sptep(struct tdp_iter *iter) in tdp_iter_refresh_sptep()
27 void tdp_iter_restart(struct tdp_iter *iter) in tdp_iter_restart()
43 void tdp_iter_start(struct tdp_iter *iter, struct kvm_mmu_page *root, in tdp_iter_start()
81 static bool try_step_down(struct tdp_iter *iter) in try_step_down()
113 static bool try_step_side(struct tdp_iter *iter) in try_step_side()
136 static bool try_step_up(struct tdp_iter *iter) in try_step_up()
164 void tdp_iter_next(struct tdp_iter *iter) in tdp_iter_next()
Dtdp_iter.h58 struct tdp_iter { struct
113 void tdp_iter_start(struct tdp_iter *iter, struct kvm_mmu_page *root, argument
115 void tdp_iter_next(struct tdp_iter *iter);
116 void tdp_iter_restart(struct tdp_iter *iter);
Dtdp_mmu.c298 struct tdp_iter *iter) in tdp_mmu_init_child_sp()
643 struct tdp_iter *iter, in tdp_mmu_set_spte_atomic()
673 struct tdp_iter *iter) in tdp_mmu_zap_spte_atomic()
753 static inline void _tdp_mmu_set_spte(struct kvm *kvm, struct tdp_iter *iter, in _tdp_mmu_set_spte()
765 static inline void tdp_mmu_set_spte(struct kvm *kvm, struct tdp_iter *iter, in tdp_mmu_set_spte()
772 struct tdp_iter *iter, in tdp_mmu_set_spte_no_acc_track()
779 struct tdp_iter *iter, in tdp_mmu_set_spte_no_dirty_log()
813 struct tdp_iter *iter, in tdp_mmu_iter_cond_resched()
857 struct tdp_iter iter; in __tdp_mmu_zap_root()
947 struct tdp_iter iter; in tdp_mmu_zap_leafs()
[all …]
/Linux-v6.1/arch/x86/kvm/
DMakefile21 kvm-$(CONFIG_X86_64) += mmu/tdp_iter.o mmu/tdp_mmu.o