Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/mmu/
Dtdp_iter.h76 struct tdp_iter { struct
81 gfn_t next_last_level_gfn;
87 gfn_t yielded_gfn;
89 tdp_ptep_t pt_path[PT64_ROOT_MAX_LEVEL];
113 * which case tdp_iter_next() needs to restart the walk at the root argument
138 void tdp_iter_start(struct tdp_iter *iter, struct kvm_mmu_page *root, argument