Home
last modified time | relevance | path

Searched refs:prev_root (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/x86/kvm/mmu/
Dtdp_mmu.c205 struct kvm_mmu_page *prev_root, in tdp_mmu_next_root() argument
212 if (prev_root) in tdp_mmu_next_root()
214 &prev_root->link, in tdp_mmu_next_root()
215 typeof(*prev_root), link); in tdp_mmu_next_root()
231 if (prev_root) in tdp_mmu_next_root()
232 kvm_tdp_mmu_put_root(kvm, prev_root, shared); in tdp_mmu_next_root()
/linux-6.1.9/kernel/locking/
Dlockdep.c2545 struct lock_list *prev_root, in print_bad_irq_dependency() argument
2601 print_shortest_lock_dependencies_backwards(backwards_entry, prev_root); in print_bad_irq_dependency()