Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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_start(struct tdp_iter *iter, u64 *root_pt, int root_level, in tdp_iter_start()
67 static bool try_step_down(struct tdp_iter *iter) in try_step_down()
99 static bool try_step_side(struct tdp_iter *iter) in try_step_side()
122 static bool try_step_up(struct tdp_iter *iter) in try_step_up()
150 void tdp_iter_next(struct tdp_iter *iter) in tdp_iter_next()
162 u64 *tdp_iter_root_pt(struct tdp_iter *iter) in tdp_iter_root_pt()
Dtdp_iter.h13 struct tdp_iter { struct
60 void tdp_iter_start(struct tdp_iter *iter, u64 *root_pt, int root_level, argument
62 void tdp_iter_next(struct tdp_iter *iter);
63 u64 *tdp_iter_root_pt(struct tdp_iter *iter);
Dtdp_mmu.c352 static inline void __tdp_mmu_set_spte(struct kvm *kvm, struct tdp_iter *iter, in __tdp_mmu_set_spte()
373 static inline void tdp_mmu_set_spte(struct kvm *kvm, struct tdp_iter *iter, in tdp_mmu_set_spte()
380 struct tdp_iter *iter, in tdp_mmu_set_spte_no_acc_track()
387 struct tdp_iter *iter, in tdp_mmu_set_spte_no_dirty_log()
423 struct tdp_iter *iter, bool flush) in tdp_mmu_iter_cond_resched()
463 struct tdp_iter iter; in zap_gfn_range()
526 struct tdp_iter *iter, in tdp_mmu_map_handle_target_level()
582 struct tdp_iter iter; in kvm_tdp_mmu_map()
715 struct tdp_iter iter; in age_gfn_range()
762 struct tdp_iter iter; in test_age_gfn()
[all …]
/kernel/linux/linux-5.10/arch/x86/kvm/
DMakefile19 mmu/spte.o mmu/tdp_iter.o mmu/tdp_mmu.o