Home
last modified time | relevance | path

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

/linux-6.15/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.c861 struct tdp_iter iter; in __tdp_mmu_zap_root()
959 struct tdp_iter iter; in tdp_mmu_zap_leafs()
1244 struct tdp_iter iter; in kvm_tdp_mmu_map()
1379 struct tdp_iter iter; in __kvm_tdp_mmu_age_gfn_range()
1427 struct tdp_iter iter; in wrprot_gfn_range()
1539 struct tdp_iter iter; in tdp_mmu_split_huge_pages_root()
1648 struct tdp_iter iter; in clear_dirty_gfn_range()
1694 struct tdp_iter iter; in clear_dirty_pt_masked()
1752 struct tdp_iter iter; in tdp_mmu_make_huge_spte()
1777 struct tdp_iter iter; in recover_huge_pages_range()
[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-6.15/arch/x86/kvm/
H A DMakefile13 kvm-$(CONFIG_X86_64) += mmu/tdp_iter.o mmu/tdp_mmu.o