Searched refs:tdp_iter (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/arch/x86/kvm/mmu/ |
| D | tdp_iter.c | 12 static void tdp_iter_refresh_sptep(struct tdp_iter *iter) in tdp_iter_refresh_sptep() 23 void tdp_iter_restart(struct tdp_iter *iter) in tdp_iter_restart() 39 void tdp_iter_start(struct tdp_iter *iter, struct kvm_mmu_page *root, in tdp_iter_start() 78 static bool try_step_down(struct tdp_iter *iter) in try_step_down() 110 static bool try_step_side(struct tdp_iter *iter) in try_step_side() 133 static bool try_step_up(struct tdp_iter *iter) in try_step_up() 161 void tdp_iter_next(struct tdp_iter *iter) in tdp_iter_next()
|
| D | tdp_mmu.c | 207 struct tdp_iter *iter) in tdp_mmu_init_child_sp() 529 struct tdp_iter *iter, in tdp_mmu_set_spte_atomic() 561 struct tdp_iter *iter) in tdp_mmu_zap_spte_atomic() 623 static inline void tdp_mmu_iter_set_spte(struct kvm *kvm, struct tdp_iter *iter, in tdp_mmu_iter_set_spte() 660 struct tdp_iter *iter, in tdp_mmu_iter_cond_resched() 704 struct tdp_iter iter; in __tdp_mmu_zap_root() 794 struct tdp_iter iter; in tdp_mmu_zap_leafs() 954 struct tdp_iter *iter) in tdp_mmu_map_handle_target_level() 1015 static int tdp_mmu_link_sp(struct kvm *kvm, struct tdp_iter *iter, in tdp_mmu_link_sp() 1034 static int tdp_mmu_split_huge_page(struct kvm *kvm, struct tdp_iter *iter, [all …]
|
| D | tdp_iter.h | 78 struct tdp_iter { struct 133 void tdp_iter_start(struct tdp_iter *iter, struct kvm_mmu_page *root, argument 135 void tdp_iter_next(struct tdp_iter *iter); 136 void tdp_iter_restart(struct tdp_iter *iter);
|
| /Linux-v6.6/arch/x86/kvm/ |
| D | Makefile | 21 kvm-$(CONFIG_X86_64) += mmu/tdp_iter.o mmu/tdp_mmu.o
|