Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dtdp_iter.c12 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()
80 static bool try_step_down(struct tdp_iter *iter) in try_step_down()
112 static bool try_step_side(struct tdp_iter *iter) in try_step_side()
135 static bool try_step_up(struct tdp_iter *iter) in try_step_up()
163 void tdp_iter_next(struct tdp_iter *iter) in tdp_iter_next()
H A Dtdp_mmu.c240 struct tdp_iter *iter) in tdp_mmu_init_child_sp()
651 struct tdp_iter *iter, in __tdp_mmu_set_spte_atomic()
712 struct tdp_iter *iter, in tdp_mmu_set_spte_atomic()
772 static inline void tdp_mmu_iter_set_spte(struct kvm *kvm, struct tdp_iter *iter, in tdp_mmu_iter_set_spte()
792 struct tdp_iter *iter) in tdp_mmu_iter_need_resched()
816 struct tdp_iter *iter, in tdp_mmu_iter_cond_resched()
856 struct tdp_iter iter; in __tdp_mmu_zap_root()
926 struct tdp_iter iter = { in kvm_tdp_mmu_zap_possible_nx_huge_page()
983 struct tdp_iter iter; in tdp_mmu_zap_leafs()
1170 struct tdp_iter *iter) in tdp_mmu_map_handle_target_level()
[all …]
H A Dtdp_iter.h76 struct tdp_iter { struct
138 void tdp_iter_start(struct tdp_iter *iter, struct kvm_mmu_page *root, argument
140 void tdp_iter_next(struct tdp_iter *iter);
141 void tdp_iter_restart(struct tdp_iter *iter);
/linux/arch/x86/kvm/
H A DMakefile11 kvm-$(CONFIG_X86_64) += mmu/tdp_iter.o mmu/tdp_mmu.o